We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e9e11c commit cbd809fCopy full SHA for cbd809f
CHANGELOG.rst
@@ -1,6 +1,21 @@
1
Changelog for python-chess
2
==========================
3
4
+New in v0.23.0
5
+--------------
6
+
7
+New features:
8
9
+* Experimental support for 7 piece Syzygy tablebases.
10
11
+Changes:
12
13
+* `chess.syzygy.filenames()` was renamed to `tablenames()` and
14
+ gained an optional `piece_count=6` argument.
15
+* `chess.syzygy.normalize_filename()` was renamed to `normalize_tablename()`.
16
+* The undocumented constructors of `chess.syzygy.WdlTable` and
17
+ `chess.syzygy.DtzTable` have been changed.
18
19
New in v0.22.2
20
--------------
21
chess/__init__.py
@@ -26,7 +26,7 @@
26
27
__email__ = "[email protected]"
28
29
-__version__ = "0.22.2"
+__version__ = "0.23.0"
30
31
import collections
32
import copy
0 commit comments