python-chess v0.13.2
Changes: * `chess.syzygy.open_tablebases()` now raises if the given directory does not exist. * Allow visitors to handle invalid `FEN` tags in PGNs. * Gaviota tablebase probing fails faster for piece counts > 5. Minor new features: * Added `chess.pgn.Game.from_board()`.