Skip to content

Commit

Permalink
Prepare 1.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasf committed Dec 22, 2022
1 parent 0a2075d commit b04275a
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
Changelog for python-chess
==========================

New in v1.9.4 (22nd Dec 2022)
-----------------------------

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``.

New in v1.9.3 (16th Sep 2022)
-----------------------------

Expand Down
2 changes: 1 addition & 1 deletion chess/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

__email__ = "niklas.fiekas@backscattering.de"

__version__ = "1.9.3"
__version__ = "1.9.4"

import collections
import copy
Expand Down

0 comments on commit b04275a

Please sign in to comment.