Skip to content

Releases: niklasf/python-chess

python-chess v0.2.0

13 Aug 09:24
Compare
Choose a tag to compare

New in this release:

  • Implement PGN parsing and writing.
  • Hugely improve test coverage and use Travis CI for continuous integration and
    testing.
  • Create an API documentation.
  • Improve Polyglot opening-book handling.

python-chess v0.1.0

13 Aug 09:25
Compare
Choose a tag to compare

Apply the lessons learned from the previous releases, redesign the API and
implement it in pure Python.