Skip to content

python-chess v1.9.3

Compare
Choose a tag to compare
@niklasf niklasf released this 16 Sep 12:34
· 284 commits to master since this release
v1.9.3
da82a9b
Bugfixes:

* Fix some valid characters were not accepted in PGN tag names.

Changes:

* Skip over syntactically invalid PGN tags.
* Detect Antichess insufficient material with two opposing knights.

New features:

* Add ``chess.Board.unicode(..., orientation=chess.WHITE)``.