Releases: daducci/AMICO
Releases · daducci/AMICO
v2.0.3
v2.0.3rc1
docs: update CHANGELOG.md
v2.0.2
v2.0.2
2024-07-04
✨Added
- Added
cp312
wheels to github actions
🛠️Changed
- Restict the
numpy
version to<2.0.0
(due todipy
problems) - Parameters in the
set()
method of the models have now default values MacOS arm64
wheels are now compiled with GitHub Actions instead of Cirrus CI
🐛Fixed
- Link to installation guide in
README.md
- Improved
print()
statements when running fromJupyter notebooks
v2.0.2rc1
ci: fix wrong matrix
v2.0.1
v2.0.1
2023-09-21
🛠️Changed
- Bump
dmri-dicelib
tov1.0.1
🐛Fixed
- Implement the
set()
method in theVolumeFractions
model
v2.0.1rc1
docs: update CHANGELOG.md
v2.0.0
v2.0.0
2023-09-14
🛠️Changed
- From multiprocessing to
multithreading
(huge speedup in models fit! 🚀)models
andlut
modules in Cythonfit()
methods in Cythondir_to_lut_idx()
method in Cython
- New
NODDI
maps names:- from
ICVF
toNDI
- from
OD
toODI
- from
FISO
toFWF
- from
- New output images name casing (e.g. from
FIT_NDI.nii.gz
tofit_NDI.nii.gz
) - Default Diffusion Tensor model fit method to compute the primary direction in each voxel from
WLS
toOLS
- Default number of threads used by BLAS libraries from
-1
(all threads) to1
- Parallel threads config name from
parallel_jobs
ton_threads
- Default
study_path='.'
andsubject='.'
incore.Evaluation()
- Default
ndirs=500
incore.generate_kernels()
- Expire the deprecated
ndirs
parameter incore.setup()
- Replace
tqdm
withdicelib.ui.ProgressBar()
- Switched to proprietary license (see
LICENSE
file)
✨Added
- C++ interfaces for NNLS and LASSO solvers (provided by
spams-cython
) DTI_fit_method
config to choose the Diffusion Tensor model fit method (from DIPY)OLS
(Ordinary Least Squares)WLS
(Weighted Least Squares)
BLAS_n_threads
config to set the number of threads used in the threadpool-backend of common BLAS implementations (e.g. OpenBLAS)doComputeRMSE
config to compute the Root Mean Square Error imagedoSaveModulatedMaps
to compute modulated maps for the NODDI model (Tissue-weighted mean), e.g.fit_NDI_modulated.nii.gz
🐛Fixed
- DeprecationWarning:
dipy.reconst.shm.real_sym_sh_basis
(with dipy>=1.4.0)
v2.0.0rc1
ci: update tasks trigger condition