Notes:

Release Name: Version 1.05

Notes:
This toolbox implements the Matlab routines to fit the NODDI model described in the 2012 NeuroImage article.


Changes:
July 6th, 2021

- ThreeStageFittingVoxel - now use function handle to allow the compilation into binary executable (thanks to Dr siya sherif s.sherif@uliege.be)

May 23rd, 2020

Bug fix

- SaveParamsAsNIfTI - handle interrupted fitting runs correctly

- batch_fitting and batch_fitting_single - function description now notes the resume functionality

- Parfor monitor - keep the monitor on top

May 16th, 2020

Bug fix

- Fix an error message concerning Parfor pool handling

May 16th, 2020

Bug fix

- Improved compatibility with the more recent Matlab releases

- Update Parfor progress monitor to version 3

- Fix an Mac specific issue with the Parfor progress monitor

April 19th, 2018

Bug fix

- Improved error handling during batch fitting


October 27th, 2017

List of new features

- a new tool for assessing the quality of fitting (QualityOfFit.m)

- fix the issue with the more recent Matlab releases that slow the fitting dramatically

May 22nd, 2013

List of new features

- Gracefully handle failed fitting cases with error code reporting

- Support for resume of fitting from the point of interruption

- Support for more robust fitting as well as multi-start fitting

- Fitting model structure re-designed and stored alongside the fitting results

- Support for ex vivo tissue

October 16th, 2012

- Updated to support the more recent Matlab releases (R2011b onward).  This requires us to switch to a different optimization method.

September 7th, 2012

- First public release