Bug fixes: * upsert function in the `utils.py` could've returned list pretenders instead of actual lists. * The multi-resume functionality had some bugs.
New features: * Single runs using `rerun_id` is now possible in the `dysweep_run_resume` function. * You can pass all the configurations directly to `dysweep_run_resume` instead of passing a sweep configuration object.
**Documentation**: * A thorough tutorial on image classification is added to the documentation to demonstrate all the use cases.
0.0.9
The first pre-release with a README.
0.0.8
Added threading on top of the resume functionality.
0.0.7
- The resumption functionality had a bug on pre-release 0.0.6. That is now removed! - If an error occurs in runs, the log of the exception can now be found in the checkpoints directory for better debugging.
0.0.6
Bug removal in the upsert function.
- Now the parallel handler is able to keep track of all the json configs that have been run. - The json configs are also logged with indentation for human readability. - Exception handler raises an error if the dysweep_run_resume function does not follow the signature which is expected - remove the checkpoint_interval in the dysweep config