Skip to content

python-chess v0.28.2

Compare
Choose a tag to compare
@niklasf niklasf released this 25 Jul 10:39
· 1005 commits to master since this release
v0.28.2
Bugfixes:

* Fixed exception propagation, when an UCI engine sends an invalid `bestmove`.
  Thanks @fsmosca.

Changes:

* `chess.Move.from_uci()` no longer accepts moves from and to the same square,
  for example `a1a1`. `0000` is now the only valid null move notation.