py-stockfish / stockfish

Integrates the Stockfish chess engine with Python (Official fork)
https://py-stockfish.github.io/stockfish/
MIT License
30 stars 9 forks source link

Deprecation warning for using turn_perspective #33

Open johndoknjas opened 1 year ago

johndoknjas commented 1 year ago

In the get_top_moves function (and now also get_evaluation), the evaluation is now built via turn perspective by default, rather than from white to move. I think this is good to do, but for any existing users, this may be a backwards compatibility issue. Whether it's one we need to address is debatable I guess. If we want to deal with it, there are a few options: