Releases: zhelyabuzhsky/stockfish
Releases · zhelyabuzhsky/stockfish
3.11.0
- added Python 3.6 support
3.10.2
- fixed
get_evaluation
method
3.10.1
- fixed evaluation for checkmate and stalemate
thanks to @2kofawsome
3.10.0
- added method
get_best_move_time
to allow user to enter the time stockfish to run for
Thank you, @2kofawsome
3.9.0
- added method
set_depth
to allow user to change depth used inget_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
- Improved README
- WARNING: removed argument
moves
fromget_fen_position
method
3.8.0
- 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
- Added resetting of info after setting position
3.6.0
- Added clearing info after setting fen position (thanks for @charlesoblack for bug report)
3.5.0
- WARNING: parameter
params
in Stockfish's constructor renamed toparameters
- 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