Recent Releases of https://github.com/daducci/amico

https://github.com/daducci/amico - v2.1.0

v2.1.0
2025-01-20

🛠️Changed

  • Support for numpy>=2.0.0

🐛Fixed

  • UserWarning: pass bvals and bvecs as keyword args in dipy.core.gradients.gradient_table

- Cython
Published by nightwnvol over 1 year ago

https://github.com/daducci/amico - v2.1.0rc1

- Cython
Published by nightwnvol over 1 year ago

https://github.com/daducci/amico - v2.0.3

## v2.0.3
2024-07-04

🐛Fixed

  • Wrong diffusivity value in the set() method of the NODDI model (typo introduced in f070c23)

- Cython
Published by nightwnvol almost 2 years ago

https://github.com/daducci/amico - v2.0.3rc1

- Cython
Published by nightwnvol almost 2 years ago

https://github.com/daducci/amico - 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 to dipy 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 from Jupyter notebooks

  • #187
  • #188
  • #189

- Cython
Published by nightwnvol almost 2 years ago

https://github.com/daducci/amico - v2.0.2rc1

- Cython
Published by nightwnvol almost 2 years ago

https://github.com/daducci/amico - v2.0.1

v2.0.1
2023-09-21

🛠️Changed

  • Bump dmri-dicelib to v1.0.1

🐛Fixed

  • Implement the set() method in the VolumeFractions model

- Cython
Published by nightwnvol over 2 years ago

https://github.com/daducci/amico - v2.0.1rc1

- Cython
Published by nightwnvol over 2 years ago

https://github.com/daducci/amico - v2.0.0

v2.0.0
2023-09-14

🛠️Changed

  • From multiprocessing to multithreading (huge speedup in models fit! 🚀)
    • models and lut modules in Cython
    • fit() methods in Cython
    • dir_to_lut_idx() method in Cython
  • New NODDI maps names:
    • from ICVF to NDI
    • from OD to ODI
    • from FISO to FWF
  • New output images name casing (e.g. from FIT_NDI.nii.gz to fit_NDI.nii.gz)
  • Default Diffusion Tensor model fit method to compute the primary direction in each voxel from WLS to OLS
  • Default number of threads used by BLAS libraries from -1 (all threads) to 1
  • Parallel threads config name from parallel_jobs to n_threads
  • Default study_path='.' and subject='.' in core.Evaluation()
  • Default ndirs=500 in core.generate_kernels()
  • Expire the deprecated ndirs parameter in core.setup()
  • Replace tqdm with dicelib.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 image
  • doSaveModulatedMaps 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)

- Cython
Published by nightwnvol almost 3 years ago

https://github.com/daducci/amico - v2.0.0rc1

- Cython
Published by nightwnvol almost 3 years ago