Skip to content

Releases: matt-bernhardt/trapp

0.6 release

16 Mar 19:49
aae6ad5
Compare
Choose a tag to compare

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

24 Jan 01:57
11321e4
Compare
Choose a tag to compare
0.5.0 Beta 2 Pre-release
Pre-release

Release notes TBD

Beta 1 release

25 Mar 12:42
Compare
Choose a tag to compare
Beta 1 release Pre-release
Pre-release

Release notes coming...

Alpha 4 release

25 Jan 01:05
Compare
Choose a tag to compare
Alpha 4 release Pre-release
Pre-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

10 Jan 04:11
Compare
Choose a tag to compare
Alpha 3 release Pre-release
Pre-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

13 Dec 03:44
Compare
Choose a tag to compare
Alpha 2 release Pre-release
Pre-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

07 Dec 03:46
Compare
Choose a tag to compare
Alpha 1 release Pre-release
Pre-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.