Skip to content

Commit

Permalink
updated CHANGES.md (merged 2.0.0-rc.* into single 2.0.0 release)
Browse files Browse the repository at this point in the history
  • Loading branch information
evgueni-ovtchinnikov committed May 14, 2019
1 parent c2196ab commit 6b7d321
Showing 1 changed file with 9 additions and 13 deletions.
22 changes: 9 additions & 13 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,14 @@
# ChangeLog

## v2.0.0-rc.3
* Set CMake policy CMP0079
* use `swig_add_library` instead of `swig_add_module`

## v2.0.0-rc.2
* Averaging of rigid transformation matrices via quaternions (and therefore a quaternion class)
* Arrays of SIRF objects can be passed from the python and matlab interfaces to the C++ level (e.g., averaging a large number of matrices) via the DataHandleVector class. This is an internal class that should not be used. Simply pass a native array of objects and SIRF will convert to the DataHandleVector class if necessary.
* Image data role checks in MRAcquisitionModel introduced
* Corrected ISMRMRD acquisition sorting
* Added PhysioInterpolationGadget and FatWaterGadget to SIRF gadgets library

## v2.0.0-rc.1

## v2.0.0

* Set CMake policy CMP0079.
* Use `swig_add_library` instead of `swig_add_module`.
* Averaging of rigid transformation matrices via quaternions (and therefore a quaternion class).
* Arrays of SIRF objects can be passed from the Python and Matlab interfaces to the C++ level (e.g., averaging a large number of matrices) via the DataHandleVector class. This is an internal class that should not be used. Simply pass a native array of objects and SIRF will convert to the DataHandleVector class if necessary.
* Image data role checks in MRAcquisitionModel introduced.
* Corrected ISMRMRD acquisition sorting.
* Added PhysioInterpolationGadget and FatWaterGadget to SIRF gadgets library.
* Wrapping of NiftyReg to allow registration/resampling in SIRF.
* Implemented new `ImageData` hierarchy common to PET and MR. `ImageData` contain geometrical info.
* MR/Gadgetron
Expand Down

0 comments on commit 6b7d321

Please sign in to comment.