Skip to content

Commit 53a8a9e

Browse files
committed
Prepare 1.7.0
1 parent 5587a8c commit 53a8a9e

2 files changed

Lines changed: 15 additions & 1 deletion

File tree

CHANGELOG.rst

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

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+
418
New in v1.6.1
519
-------------
620

chess/__init__.py

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

2828
__email__ = "niklas.fiekas@backscattering.de"
2929

30-
__version__ = "1.6.1"
30+
__version__ = "1.7.0"
3131

3232
import collections
3333
import copy

0 commit comments

Comments
 (0)