Releases: daducci/AMICO
Releases · daducci/AMICO
v2.1.1
v2.1.0
v2.1.0
2025-01-20
🛠️Changed
- Support for
numpy>=2.0.0
🐛Fixed
UserWarning: passbvalsandbvecsas keyword args indipy.core.gradients.gradient_table
v2.1.0rc1
ci: bump macos runner to v13
v2.0.3
v2.0.3rc1
docs: update CHANGELOG.md
v2.0.2
v2.0.2
2024-07-04
✨Added
- Added
cp312wheels to github actions
🛠️Changed
- Restict the
numpyversion to<2.0.0(due todipyproblems) - Parameters in the
set()method of the models have now default values MacOS arm64wheels 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-dicelibtov1.0.1
🐛Fixed
- Implement the
set()method in theVolumeFractionsmodel
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! 🚀)modelsandlutmodules in Cythonfit()methods in Cythondir_to_lut_idx()method in Cython
- New
NODDImaps names:- from
ICVFtoNDI - from
ODtoODI - from
FISOtoFWF
- from
- New output images name casing (e.g. from
FIT_NDI.nii.gztofit_NDI.nii.gz) - Default Diffusion Tensor model fit method to compute the primary direction in each voxel from
WLStoOLS - Default number of threads used by BLAS libraries from
-1(all threads) to1 - Parallel threads config name from
parallel_jobston_threads - Default
study_path='.'andsubject='.'incore.Evaluation() - Default
ndirs=500incore.generate_kernels() - Expire the deprecated
ndirsparameter incore.setup() - Replace
tqdmwithdicelib.ui.ProgressBar() - Switched to proprietary license (see
LICENSEfile)
✨Added
- C++ interfaces for NNLS and LASSO solvers (provided by
spams-cython) DTI_fit_methodconfig to choose the Diffusion Tensor model fit method (from DIPY)OLS(Ordinary Least Squares)WLS(Weighted Least Squares)
BLAS_n_threadsconfig to set the number of threads used in the threadpool-backend of common BLAS implementations (e.g. OpenBLAS)doComputeRMSEconfig to compute the Root Mean Square Error imagedoSaveModulatedMapsto 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)