Skip to content

python-chess v0.11.1

Compare
Choose a tag to compare
@niklasf niklasf released this 07 Sep 16:52
· 2863 commits to master since this release
Bugfixes:

* `syzygy.Tablebases.probe_dtz()` has was giving wrong results for some
  positions with possible en passant capturing. This was found and fixed
  upstream: https://github.com/official-stockfish/Stockfish/issues/394.

* Ignore extra spaces in UCI `info` lines, as for example sent by the
  Hakkapeliitta engine. Thanks to Jürgen Précour for reporting