Skip to content

python-chess v0.9.1

Compare
Choose a tag to compare
@niklasf niklasf released this 15 Jul 11:50
· 2955 commits to master since this release

Bugfixes:

  • UCI module could not handle castling ponder moves. Thanks to Marco Belli for
    reporting.
  • The initial move number in PGNs was missing, if black was to move in the
    starting position. Thanks to Jürgen Précour for reporting.
  • Detect more impossible en-passant squares in Board.status(). There already
    was a requirement for a pawn on the fifth rank. Now the sixth and seventh
    rank must be empty, additionally. We do not do further retrograde analisys,
    because these are the only cases affecting move generation.