Competition Platform
Fixes
- The best column is not properly formatted and named.
- Prevent the creation of one more project.
- Submitting files does not properly truncate the paths.
- Show the current run status at the bottom of the logs.
Crunch-CLI
Features
- Add the
@crunch/keep
command to preserve the top-level code.
Refactors
- Change the AST parser to LibCST.
Fixes
- Patch
tqdm.notebook
to function similarly totqdm.std
. - Patch
joblib
to allow loading of a locally trained model in the runner. - Restrict the traceback scope when in the runner.
- Check for silent cloud runner exits.