Releases: matt-bernhardt/trapp
0.6 release
The big news here is that the tool should now work under supported releases of Python 3 (and at least for now still with Python 2.7).
I'm marking this as no longer a "pre-release" because it occurs to me that I've been using this for real work on my dataset for more than two years. This isn't to say that there aren't rough patches, but it is doing what I need it to, and has allowed me to retire many older scripts.
0.5.0 Beta 2
Release notes TBD
Beta 1 release
Release notes coming...
Alpha 4 release
This release adds the fourth (and last) of the core importer tools. The library is now capable of importing record for games, players, lineups, and goals/assists.
The next phase will be to build compilers to assemble this basic information into more advanced analysis, followed by a phase for rendering this information into various output formats.
Alpha 3 release
This release adds an importer for a spreadsheet of game lineups. This is the third of four such importers that are planned for the first production release.
Alpha 2 release
This release now includes two rudimentary importers: games and players. Each takes in an Excel spreadsheet and populates the relevant table.
The release also features better test coverage and other accouterments of a modern software project.
Alpha 1 release
This release includes a very rudimentary games importer, based on an Excel spreadsheet. It contains enough error checking that if a game already exists between two teams on a given date, that record is skipped.
This release also includes an earlier version of the games importer, trapp/import_games.py
which is a standalone script that has since been refactored into the larger package. Future releases will not include this file.