Skip to content

Releases: zq99/pgn2data

Updates

05 Jul 12:36
Compare
Choose a tag to compare

Added new tests to the testing framework.
Added the ability to remove null columns from the export via the collapse parameter.
Added the ability to generate a CSV of just the top level games information and exclude the moves file.
Add the ability to configure the queue size of the blocking queue that is used to generate the moves file for each game concurrently as the process processes each game in the PGN file.
Minor code enhancements throughout

v0.0.8

28 Oct 21:44
Compare
Choose a tag to compare

Added test to check content of the exports is ok.
Bug fix for 'ValueError: '00' is not in list' issue.

Updated setup requirements for PYPI

02 Jul 23:45
Compare
Choose a tag to compare

Updated setup requirements for PYPI

Added ability to return the data as pandas dataframes

01 Jul 22:10
Compare
Choose a tag to compare

Added functionality to read the created files into pandas dataframes from the return object of the export function.
Also expanded the testing module for this new capability.

Added more tests for recent bug fixes

24 Jun 22:15
Compare
Choose a tag to compare

#2 - Fix for this issue which happens when the library tries to process a players rating, and it is not in the file.

More tests have been added to ensure basic formats and other changes are checked when development is done.

Added new tests

25 Jul 23:03
Compare
Choose a tag to compare

Added new tests
Added player title to games output file

Updated Readme

05 Feb 01:35
Compare
Choose a tag to compare

Updated Readme

Updated dependencies

05 Feb 01:29
Compare
Choose a tag to compare

Updated dependencies in setup file, and corrected instructions.

Initial Release

05 Feb 00:55
Compare
Choose a tag to compare

First release of library