Skip to content

python-chess v0.3.1

Compare
Choose a tag to compare
@niklasf niklasf released this 15 Aug 14:02
· 3523 commits to master since this release

New in this release:

  • Bitboard.status() now correctly detects STATUS_INVALID_EP_SQUARE,
    instead of errors or false reports.
  • Polyglot opening book reader now correctly handles knight underpromotions.
  • Minor coding style fixes, including removal of unused imports.