Releases: bdvllrs/auto-sbatch
Releases · bdvllrs/auto-sbatch
v0.4.0
Remove dependency on OmegaConf.
GridSearch now takes a dict with the grid search values as parameter. script_params are not updated with gris search values anymore and should only contain non grid-search params.
v0.3.7
Check that grid-search excluded elements are a subset of the grid-search space.
v0.3.6
- Fix bug with script_name value.
v0.3.5
- Separate GridSearch from the SBatch module
- Remove function auto_sbatch
- Removing sbatch.call for sbatch.run to start runs.
v0.3.4
- Add parameter
grid_search_exclude
to SBatch that can exclude some elements of the grid-search.
v0.3.2
Add a slurm script parser.
Can instantiate Sbatch from a slurm script.
v0.3.1
- Fix old tests,
- Escape " in the generated command,
- Reformatting.
v0.3.0
Breaking changes with previous versions.
- Removed CLI API.
- Add separated arg
grid_search
and run_script
is the SBatch class.
- Remove reserved args. In particular,
--grid-search
and --run-script
which are now handled by the separated parameters.