Skip to content

Commit b04275a

Browse files
committed
Prepare 1.9.4
1 parent 0a2075d commit b04275a

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.rst

+14
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
11
Changelog for python-chess
22
==========================
33

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+
418
New in v1.9.3 (16th Sep 2022)
519
-----------------------------
620

chess/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
__email__ = "[email protected]"
2929

30-
__version__ = "1.9.3"
30+
__version__ = "1.9.4"
3131

3232
import collections
3333
import copy

0 commit comments

Comments
 (0)