1. Code: Removed unused code from the Nifti Load\Save module.
2. Code optimization: replacing RECT wirh RECT2D, eliminating PR_RectWi etc.
3. VectDotProduct variants : use the fma( x,y,z ) function instead of (x*y)+z for better precision.
4. Replaced pf_sign function implementation with the shorter template (T(0) < val) - (val < T(0))
5. PWR.H : Complete efficiency code review.
6. Complete implementation of T1rho Biexponential model. This includes testing for Bi\Mono type and reverting to Mono when required.
7. TSL datasets after cropping preserve the dynamic coordinate properly now.
8. FLEXR registration preserves the TSL (and other possible non-DICOM dynamic) coordinates correctly.
9. Allow User-directed main toolbar alignment through User Options dialog box.10. New Knee-T1rho workflow button with registration items {FLEXR,AutoFocus4D} which work both on the knee and fathom.
11. AVX2 256-bit instruction using FMA (fused multiply add) to speed up and improve precision of many functions such as {VectDotProduct, SVD, Cross Correlation within FLEXR}
13. Single slice abdominal segmentation: results of the segmentation are automatically measured and displayed (default dialog option = true).
14. Parametric Processsing dialog: a notion of Previously used model (PUM) is introduced, so it comes up as a default for the next loaded volume (unless it has its own model saved). If PUM is not compatible with the loaded volume, we reset to Model 0 which is compatible with all volumes.
15. When in Dynamic Processing dialog box and no ROI layer is present, the "Process ROI as a single curve" changes to the "Process whole volume as a single curve".
16. Dynamic Modelling dialog box: Extrapolate button is enabled only when the appropriate models are selected.17. MainMenu>View : added several functions to close selected Views, Documents, etc.
18. Volume::GetModality function now returns MCLASS_NONE if modality is not present.
19. When any 4D image-file volume (non-DICOM) is loaded and the modality is not present, the dialog box will pop-up prompting user to specify the modality.
20. Fixed the crashing defect and proper operation for Backspace button when operating on the Polylines and MagTrace splines.
21. {MagTrace,Poly} tools: if the spline or polyline is selected respectively, then starting the tool continues to work with the selected object instead of starting a new one.

22. Moved m_selection construct from individual views to a document (so it is shared by all Views).
23. When non-FVX Image is loading User can customize the initial layout between {FilmView, SingleSlice, Three Projection}.
24. When resolution info in image file (f.e. MIDAS) is invalid or missing the warning will show up and the file would not be loaded.
25. Replace iround(double v) function with int(rint(v)) construct.
26. If Landmark registration is called and no landmarks are present, display the warning and exit (previously it was crashing).
27. Updated dialog window title. ROI -> Morphology -> Peel / Grow -> (dialog window title) Deflate ROI or Inflate ROI. Update to Peel ROI / Grow ROI.
28. When attempting to save FVX document where the PHI information is present, offer dialog with 3 choices: {Deidentify&Save,Save,Cancel}.
29. FireVoxel can have any of the predefined UI color schemes from under UserOptions dialog box.
30. Document background color can be customized now from the UserOptions dialog.
31. Code: replaced Entity:FindProjection( View) by View::FindProjection()
32. Implemented the RRSE (Root Relatived Squared Error) calculation an enabled it in models {26,50} (T1rho).
33. Implemented ABT subtests for Models {26,50} (T1rho}.
34. Layer Operations dialog: fixed crash when attempting to remove ALL unchecked layers. Added a warning too.
35. Saving FVX, if PHI is found the deidentify dialog show the tag names of all PHI.
36. File>Deidentify Document menu : displays the tag names if PHI is present, or informs otherwise37. LayerOperations dialog is now activated through LayerControl dialog and able to reuse its functionality.















































