Skip to content

python-chess v0.31.2

Compare
Choose a tag to compare
@niklasf niklasf released this 02 Jun 16:20
· 767 commits to master since this release
v0.31.2
Bugfixes:

* Fix rejected/accepted in `chess.engine.XBoardProtocol`.
* Misc typing fixes.

Changes:

* Deprecated `chess.syzygy.is_table_name()`. Replaced with
  `chess.syzygy.is_tablename()` which has additional parameters and defaults to
  `one_king`.
* Take advantage of `int.bit_count()` coming in Python 3.10.