Skip to content

python-chess v0.15.3

Compare
Choose a tag to compare
@niklasf niklasf released this 21 Sep 16:37
· 2529 commits to master since this release
Bugfixes:

* `pgn.Game.errors` was not populated as documented. Thanks to Ryan Delaney
  for reporting.

New features:

* Added `pgn.GameNode.add_line()` and `pgn.GameNode.main_line()` which make
  it easier to work with list of moves as variations.