Build 362 is released.
1. Added UI functionality to modify\insert b-values into SERIES or IMAGE items right from the DICOM Open dialog box.
2. Parametric Modelling dialog: fixed the error in re-creating the list of available models.
3. Parametric Modelling dialog: Implemented combo box an parameters to control optimizations.
4. Model DKI (#28) implemented the Simplex method in addition to current Global Optimization.
5. Updated and fixed the Dynamic Aggregation function (for the repeating dynamic coordinates). Provided a new ABT test for it.
6. ABT test implementation for Dynamic Aggregation.
7. Fixed the "hang" defect in Model28 while using Simplex. Seems like hang is caused by the malloc (replaced by static buffer), which contradicts to malloc being advertised as thread-safe.
8. Removed access to Model#12 (AATH) from the interface since it is not used and maintained at the moment.
9. Updated all dynamic models to remove the redundant optimization {GridN,Niter} parameters which are part of the standard optimization panel now.
10. Verified all the ABT subtests and regenerated new ones due to change in hyperparameters of most of the models.