Notable changes to this project.
- unpin pandas version
- added
get_scores
to get the scores (PR #8)
- improved error messages (PR #7)
- resolve api usage issue (PR #7)
- download example_submission along with the data (PR #5)
- docs cleanup
- support downloading data in
parquet
format
- fix upload after latest backend changes
- remove
select_submission
- no longer needed with the tournament rule changes - make
upload
more robust submissions
adapted to latest tournament changes- remove
last_crunch
- no longer needed with the tournament rule changes
- added
set_comment
to set or update the comment associated with a submission - added
select_submission
to select a submission
- adjust type hints, to allow using Python versions <3.9
- fix predictions upload
- Use dedicated API access endpoint (fixes #2)
- use v2 api for submissions (fixes #1)
- initial version and project structure