Skip to content

python-chess v1.9.2

Choose a tag to compare

@niklasf niklasf released this 17 Jun 13:37
· 352 commits to master since this release
v1.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()``.