Release notes
Release notes for all versions of Grid3.
- 1.2. April 2017.
- The behaviour when reading voxels outside the grid can now be specified by passing a "BoundaryMode" parameter to operator().
- Changed the default constructors for the Vector3 class. When a Vector is constructed from a single value, all components of the vector are now assigned that value.
- The image I/O functions now store the origin of the grid as metadata ("ORIGIN_X", "ORIGIN_Y", and "ORIGIN_Z"), and correctly export these when saving files.
- Fixed a bug when writing MetaImage files with floating point data.
- 1.1. May 2016.
- Changed some method argument names from "default" to "default_value", since "default" is a reserved keyword.
- 0.5. March 2016. First public release.