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 11Changelog 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+
418New in v1.9.3 (16th Sep 2022)
519-----------------------------
620
Original file line number Diff line number Diff line change 2727
28282929
30- __version__ = "1.9.3 "
30+ __version__ = "1.9.4 "
3131
3232import collections
3333import copy
You can’t perform that action at this time.
0 commit comments