Skip to content

Releases: aramis-lab/clinica

Release v0.7.2

25 Jul 15:39
Compare
Choose a tag to compare

Clinica 0.7.2

Fixed

  • [Pipelines] Fix bug introduced in previous version with the use of the gunzip interface
  • [DWIConnectome] Use ConstrainedSphericalDeconvolution instead of buggy EstimateFOD

Enhanced

  • [Adni2Bids] Add compatibility for edge cases introduced in Adni3

Release v0.7.1

14 Jun 12:29
7548479
Compare
Choose a tag to compare

Added

  • [Doc] add ukbiobank documentation
  • [DWIConnectome] Fetch meta data directly from MRtrix github repository

Changed

  • [Core] Enable parallelelization when grabbing files

Fixed

  • [Converters] Fix several warnings

Release v0.7.0

13 May 09:24
Compare
Choose a tag to compare

New

  • [flair-linear] new pipeline to affinely align FLAIR images to the MNI space
  • [Ukbiobank] new converter to modify T1W/T2/DWI/SWI/tfmri/rsfMRI UKBiobank data into BIDS standard

Clinica v.0.6.0

05 Apr 11:39
Compare
Choose a tag to compare

Changed

  • [PET*] Use trcinstead of acq for BIDS compliance
  • [Converters] Remove supperfluous use of acq entity in filenames for BIDS compliance

Added

  • [adni-to-bids] allow extraction of metadata from xml
  • [CI] Initiate use of unit tests

Fixed

  • [adni-to-bids] fix edge case for supporting nan session-ids

Version 0.5.6

04 Mar 17:12
Compare
Choose a tag to compare

Fixed

  • [DWIPreprocessUsingT1] Updated call to antsApplyTransform
  • [Utils] Replace deprecated call to pandas append by concat

Changed

  • Upgrade minimum Python versino to 3.8 and upgrade dependencies
  • Set BIDS version to 1.7.0 by default (overwritten for some converters)

Clinica v.0.5.5

02 Feb 12:10
Compare
Choose a tag to compare

Hotfix

  • Fix pet-linear infinite loop problem

Clinica v.0.5.4

28 Jan 09:19
Compare
Choose a tag to compare

Added

  • [merge-tsv] Add t1-freesurfer-longitudinal and dwi-dti results

Changed

  • [t1-freesurfer] Enable t1-freesurfer to run with missing files
  • [all converters] Normalize subprocess calls to dcm2niix

Fixed

  • [OASIS3/NIFD/HABS] add data_description file to BIDS
  • [DWI-DTI] Remove thresholding for DECFA
  • [adni-to-bids] Tighten check on session-id values
  • [adni-to-bids] Fix bug related to multiple conversions

Clinica v0.5.3 Bugfixes

25 Nov 14:16
a1ec2cc
Compare
Choose a tag to compare

Added

  • [t1-freesurfer] Add option to t1-freesurfer to project the results of recon-all onto another atlas
  • [CI] Use poetry for dependency management

Changed

  • [CI] Refactor non-regression tests for easier parallelization
  • [Atlas] Update checksum to make pipelines compatible with fsl 6.0.5

Fixed

  • [t1-volume*/pet*] Add command line argument yes for turning interactivity off
  • [`t1-volume-existing-template] Fix chained invocation
  • [t1-volume*/pet-volume*] Fix default value of --smooth` parameter for click compatibility
  • [dwi-connectome] Set --n_tracks's type for click compatibility
  • [dwi-preprocessing*] Change type of initrand and use_cuda to bool
  • [t1-freesurfer-longitudinal] Fix broken pipeline due to typo in code
  • [Documentation] Update OASIS3_to_bids instructions for conversion
  • [StatisticsSurface] Fix type in covariate argument
  • [StatisticsVolume] Fix bug in feature argument

Clinica v0.5.2 Dwi-preprocessing upgrade / bugfixes

12 Oct 09:26
Compare
Choose a tag to compare

Clinica 0.5.2

Changed

[DWI-preprocessing] Rewrite of DWI-preprocessing pipelines using FSL's eddy tool

Removed

[DeepLearningPrepareData] Migrated deeplearning-prepare-data to ClinicaDL

Fixed

[Oasis3/NIFD] Fix code for backward compatibility with pandas 1.1.x
[T1-Freesurfer/DWI] Remove Typing for compatibility with Nipype
[T1Volume] Add command line option to prevent interactive prompts

0.5.1 - Introducing Oasis3 Converter

22 Sep 07:26
Compare
Choose a tag to compare

Added

  • [Oassis3-to-bids] add converter
  • [Github] Add citation file

Changed

  • [adni-to-bids] Improve fetching of participants
  • [adni-to-bids] Image path finder more robust
  • [doc] Update the OASIS3 documentation
  • [CI] Code refactoring/cleanup

Fixed

  • [Atlas] Fix ROI index for left amygdala in AAL2 atlas
  • [adni-to-bids] Prevent crash when files exists
  • [adni-to-bids] Revert behavior to encode Dementia as AD
  • [adni-to-bids] Remove entries with incoherent session names
  • [nifd-to-bids] Several bugfixes and enhancements
  • [iotools]Fix bug on empty dataframe
  • [CI] Fix bash instruction to init conda-
  • [doc] Correct DWI-Connectome description paragraph