We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a2075d commit b04275aCopy full SHA for b04275a
CHANGELOG.rst
@@ -1,6 +1,20 @@
1
Changelog for python-chess
2
==========================
3
4
+New in v1.9.4 (22nd Dec 2022)
5
+-----------------------------
6
+
7
+Bugfixes:
8
9
+* Fix ``PovScore.wdl()`` ignored ``model`` and ``ply`` parameters.
10
+* ``chess.syzygy``: Check that board matches tablebase variant.
11
12
+New features:
13
14
+* Add model ``sf15.1`` for ``chess.engine.Score.wdl()``.
15
+* Raise more specific exceptions: ``chess.IllegalMoveError``,
16
+ ``chess.AmbiguousMoveError``, and ``chess.InvalidMoveError``.
17
18
New in v1.9.3 (16th Sep 2022)
19
-----------------------------
20
chess/__init__.py
@@ -27,7 +27,7 @@
27
28
__email__ = "[email protected]"
29
30
-__version__ = "1.9.3"
+__version__ = "1.9.4"
31
32
import collections
33
import copy
0 commit comments