Skip to content

Latest commit

 

History

History
91 lines (58 loc) · 2.16 KB

CHANGELOG.md

File metadata and controls

91 lines (58 loc) · 2.16 KB

Change Log

All notable changes to AMICO will be documented in this file.

[1.3.1] - 2021-12-03

Fixed

  • Removed unused hasISO parameter in experimental VolumeFractions model

Changed

  • Install information are stored (and taken from) amico/info.py

[1.3.0] - 2021-10-27

Added

  • Possibility to fit different voxels in parallel
  • Config options 'parallel_jobs' and 'parallel_backend' for better control of parallel execution
  • Possibility to specify d_perp<>0 for the Stick in StickZeppelinBall

Fixed

  • Forcing SPAMS to use only one thread
  • Added missing dependencies, e.g. wheel

Changed

  • Replaced in-house progress bar to tqdm

[1.2.10] - 2021-05-20

Fixed

  • Warning message in util.py fsl2scheme and sandi2scheme

[1.2.9] - 2021-02-23

Added

  • Controls if files exist before opening

Fixed

  • Wrong datatype when saving results

[1.2.8] - 2021-01-29

Added

  • SANDI model

[1.2.7] - 2020-10-28

Added

  • Possibility to set one single direction in the LUT resolution

[1.2.6] - 2020-10-22

Added

  • Function get_params to get the specific parameter values of a model

[1.2.5] - 2020-08-06

Changed

  • Moved the documentation to the Wiki

[1.2.4] - 2020-06-10

Added

  • Added the parameter 'd_par_zep' in the StickZeppelinBall model

[1.2.3] - 2020-05-25

Fixed

  • Modify setup.py and fix spams dependency

[1.2.2] - 2020-05-05

Fixed

  • Checks if input mask is 3D.

[1.2.1] - 2020-04-25

Changed

  • Use d_perps to set models instead of ICVFs.
  • Canged case of some parameters for consistency

[1.2.0] - 2020-04-01

Added

  • Functions to colorize the output messages.

[1.1.0] - 2019-10-30

This version of AMICO is not compatible with COMMIT v1.2 of below. If you update AMICO to this version, please update COMMIT to version 1.3 or above.

Added

  • Changelog file to keep tracking of the AMICO versions.
  • New feature that allows to decrease the LUT resolution. Example here.