Skip to content

python-chess v1.7.0

Compare
Choose a tag to compare
@niklasf niklasf released this 07 Oct 17:15
· 282 commits to master since this release
v1.7.0
New features:

* Added new models for ``chess.engine.Score.wdl()``: ``sf`` (the new default)
  and ``sf14``.
* Added ``chess.Board.piece_map()``.

Bugfixes:

* ``chess.pgn``: Fix skipping with nested variations.
* ``chess.svg``: Make check gradient compatible with QtSvg.