We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5587a8c commit 53a8a9eCopy full SHA for 53a8a9e
2 files changed
CHANGELOG.rst
@@ -1,6 +1,20 @@
1
Changelog for python-chess
2
==========================
3
4
+New in v1.7.0
5
+-------------
6
+
7
+New features:
8
9
+* Added new models for ``chess.engine.Score.wdl()``: ``sf`` (the new default)
10
+ and ``sf14``.
11
+* Added ``chess.Board.piece_map()``.
12
13
+Bugfixes:
14
15
+* ``chess.pgn``: Fix skipping with nested variations.
16
+* ``chess.svg``: Make check gradient compatible with QtSvg.
17
18
New in v1.6.1
19
-------------
20
chess/__init__.py
@@ -27,7 +27,7 @@
27
28
__email__ = "niklas.fiekas@backscattering.de"
29
30
-__version__ = "1.6.1"
+__version__ = "1.7.0"
31
32
import collections
33
import copy
0 commit comments