Skip to content

Releases: zhelyabuzhsky/stockfish

3.11.0

19 Jan 17:56
0674e68
Compare
Choose a tag to compare
  • added Python 3.6 support

3.10.2

09 Aug 09:38
5a8a0b8
Compare
Choose a tag to compare
  • fixed get_evaluation method

3.10.1

26 Jun 07:37
Compare
Choose a tag to compare
  • fixed evaluation for checkmate and stalemate

thanks to @2kofawsome

3.10.0

09 Jun 07:14
Compare
Choose a tag to compare
  • added method get_best_move_time to allow user to enter the time stockfish to run for

Thank you, @2kofawsome

3.9.0

07 Jun 13:52
Compare
Choose a tag to compare
  • added method set_depth to allow user to change depth used in get_best_move
  • added method get_evaluation to get current score of the game in centipawns or mate in x

Thank you, @2kofawsome

3.8.1

06 May 07:03
Compare
Choose a tag to compare
  • Improved README
  • WARNING: removed argument moves from get_fen_position method

3.8.0

06 May 05:21
Compare
Choose a tag to compare
  • added method get_fen_position to return FEN notation of current board's position
  • added method show_board_visual to print a visual representation of current board's position

Thank you, @VivekThazhathattil

3.7.0

01 Mar 14:42
85bc759
Compare
Choose a tag to compare
  • Added resetting of info after setting position

3.6.0

24 Feb 06:53
Compare
Choose a tag to compare
  • Added clearing info after setting fen position (thanks for @charlesoblack for bug report)

3.5.0

14 Dec 08:08
0037c27
Compare
Choose a tag to compare
  • WARNING: parameter params in Stockfish's constructor renamed to parameters
  • Added method get_parameters to get current engine's parameters
  • Method set_skill_level also changes engine's parameters attribute
  • Other small improvements and fixes