Skip to content

python-chess v1.9.0

Choose a tag to compare

@niklasf niklasf released this 18 Mar 11:36
· 365 commits to master since this release
v1.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.