Skip to content

python-chess v0.8.3

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

Bugfixes:

  • 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 analysis,
    because these are the only cases affecting move generation.