Release Notes
2.0.0
Fix:
-
Fixes cluster/scheduler accessing slurm ram and cpu incorrectly from the Flywheel job config. It now uses
scheduler_ram
andscheduler_cpu
parameters from the gear config. -
Fixes default
cast.yml
variablescript
; it was not setting the correct job number. -
Change source code folder name from
code
tosrc
to prevent collision with default Pythoncode
module.
Enhancement:
-
Set ram and cpu settings in Flywheel gear job using
scheduler_ram
andscheduler_cpu
variables. If no setting was found for that specific job, checksettings/cast.yml
. If none, then use default settings. -
Add FAQ section to readme.md
-
Add docs for updating Flywheel engine.
-
Add docs for updating HPC Client.
-
Add docs for contributing.
-
Add dev testing along with pre-commit and flak8. Will it work here?