Skip to content

python-chess v1.9.4

Compare
Choose a tag to compare
@niklasf niklasf released this 22 Dec 11:33
· 257 commits to master since this release
v1.9.4
b04275a
Bugfixes:

* Fix ``PovScore.wdl()`` ignored ``model`` and ``ply`` parameters.
* ``chess.syzygy``: Check that board matches tablebase variant.

New features:

* Add model ``sf15.1`` for ``chess.engine.Score.wdl()``.
* Raise more specific exceptions: ``chess.IllegalMoveError``,
  ``chess.AmbiguousMoveError``, and ``chess.InvalidMoveError``.