python-chess v1.9.4
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``.