Skip to content

python-chess v0.13.0

Compare
Choose a tag to compare
@niklasf niklasf released this 10 Nov 17:55
· 2609 commits to master since this release
* `chess.pgn.Game.export()` and `chess.pgn.GameNode.export()` have been
  removed and replaced with a new visitor concept.

* `chess.pgn.read_game()` no longer takes an `error_handler` argument. Errors
  are now logged. Use the new visitor concept to change this behaviour.