Skip to content

python-chess v0.13.2

Compare
Choose a tag to compare
@niklasf niklasf released this 19 Jan 12:51
· 2570 commits to master since this release
Changes:

* `chess.syzygy.open_tablebases()` now raises if the given directory
  does not exist.

* Allow visitors to handle invalid `FEN` tags in PGNs.

* Gaviota tablebase probing fails faster for piece counts > 5.

Minor new features:

* Added `chess.pgn.Game.from_board()`.