You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
python-chess (0.22.1) is the version I use, but I have also modified it slightly for supervised learning to try to parse both UCI and SAN move formats. I think those changes might have been incorporated into a subsequent release, but I'm not sure. In any case, once I have a collection of versions of things that work, I try to avoid "upgrading" them.
New in v0.24.0
chess.pgn.scan_headers() and chess.pgn.scan_offsets() have been removed.
This breaks the sl.py worker code. I tried to re-write but I was unsuccessful. Does anyone have a solution?
The text was updated successfully, but these errors were encountered: