Chess

Latest version: v1.11.2

Safety actively analyzes 723685 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 5

1.9.2

-----------------------------

Bugfixes:

* Fix recursive Crazyhouse move generation sometimes failing with
with ``RuntimeError``.
* Fix rendering of black pawn SVG on dark background.

New features:

* Add ``chess.engine.AnalysisResult.would_block()``.

1.9.1

-----------------------------

Bugfixes:

* Reject pawn capture SAN if the original file is not specified, e.g.,
``d5`` will no longer match ``cxd5``.

Changes:

* Tweak handling of whitespace in PGN comments: When parsing, any leading
and trailing whitespace (beyond one space) is preserved. When joining
multiple PGN comments, they are now separated with a space instead of a
newline character. When removing annotations from comments, leftover
whitespace is avoided.

New features:

* Add model ``sf15`` for ``chess.engine.Score.wdl()``.

1.9.0

-----------------------------

Bugfixes:

* Expand position validation to detect check conflicting with en passant
square.

New features:

* Add ``chess.svg.board(..., fill=...)``.
* Let ``chess.svg.board()`` add ASCII board as description of SVG.
* Add hint when engine process dies due to illegal instruction.

1.8.0

-----------------------------

Bugfixes:

* Fix ``SquareSet.issuperset()`` and ``SquareSet.issubset()`` by swapping
their respective implementations.

New features:

* Read and write PGN comments like ``[%emt 0:05:21]``.

1.7.0

----------------------------

New features:

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

Bugfixes:

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

1.6.1

-----------------------------

Bugfixes:

* Make ``chess.engine.SimpleEngine.play(..., draw_offered=True)`` available.
Previously only added for ``chess.engine.Protocol``.

Page 2 of 5

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.