Skip to content

Release Notes

2.1.0

Enhancement:

  • Update GPU docs with more troubleshooting help

  • Add option for checking fw-hpc-client version through param --version

  • Update docs for upgrading to new client from legacy HPC Client

  • Update installation docs for easier install (Author: Will Foran)

  • Update docs to suggest using stress-test gear (or fw-nvidia-cuda-test if testing GPU) instead of mriqc

2.0.0

Fix:

  • Fixes cluster/scheduler accessing slurm ram and cpu incorrectly from the Flywheel job config. It now uses scheduler_ram and scheduler_cpu parameters from the gear config.

  • Fixes default cast.yml variable script; it was not setting the correct job number.

  • Change source code folder name from code to src to prevent collision with default Python code module.

Enhancement:

  • Set ram and cpu settings in Flywheel gear job using scheduler_ram and scheduler_cpu variables. If no setting was found for that specific job, check settings/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?