Skip to content

Commit cbd809f

Browse files
committed
Prepare 0.23.0
1 parent 9e9e11c commit cbd809f

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
Changelog for python-chess
22
==========================
33

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+
419
New in v0.22.2
520
--------------
621

chess/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
__email__ = "[email protected]"
2828

29-
__version__ = "0.22.2"
29+
__version__ = "0.23.0"
3030

3131
import collections
3232
import copy

0 commit comments

Comments
 (0)