1.1.0¶
Released 2022-07-10
Changed¶
** Core: **
Add new VAE models for training.
Add multiprocessing for the
extracttask.Add tests to validate
resumeandquality-checkfunctionalities.Update minimal version for first level dependencies: clinica, scikit-learn, scikit-image.
Add a new Makefile to the root of the repository in order to facilitate sysadmin frequent tasks. The CI script was also modified.
** Command line:**
Update of the train command line: now all actions related to training (resume, list models, tasks…) are sub-commands of the command
clinicadl train. Task is now a sub-command, and not an argument.Add command to list the available models for the training task and the details of each model.
Add an option to the command
save-tensorto save the reconstruction outputs as nifti files.Add command
clinicadl train from_jsonto train again the same experiment from a JSON file generated by ClinicaDL.
Fixed¶
Allow the user to choose the optimizer and the metric independently of the performed task.
Logger does not display output according to the
--verboseoption during the training tasks. This behavior is fixed.Behavior of
resumewas changed.Reader to request BIDS/CAPS datasets changed its interface in the recent version of Clinica (>=0.5.4). Code using these functions was adapted.
Exceptions raised are now more specific and detailed.
Documentation was updated.