File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 1
1
Changelog for python-chess
2
2
==========================
3
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
+
4
18
New in v1.9.3 (16th Sep 2022)
5
19
-----------------------------
6
20
Original file line number Diff line number Diff line change 27
27
28
28
__email__ = "niklas.fiekas@backscattering.de"
29
29
30
- __version__ = "1.9.3 "
30
+ __version__ = "1.9.4 "
31
31
32
32
import collections
33
33
import copy
You can’t perform that action at this time.
0 commit comments