===================== * don't install `test/` dir into site-packages directory
0.53
=================== * drop support for Python 2 and Python3 < 3.5 * don't create a 'test' package in site-packages/
0.52
=================== * added functionality for accessing linear transform component of a general transform, and associated small bugfixes (added by John Sled) * fix some failing/broken tests * one instance of indexing numpy array with a list was changed to use a tuple due to numpy API deprecation (see e.g. MICe-lab/18)
0.51
=================== * turns out that for memory/time efficiency, you really want to load a transformation grid into memory only once and apply it to as many coordinates as you can. So added the ability to do just that: transform_multiple_xyz_coordinates_using_xfm() accepts arrays of x,y,z coordinates
0.50
=================== * added support for transforming x,y,z coordinates using an xfm file: transform_xyz_coordinates_using_xfm()
0.49
=================== * bug fix related to dtype="float". The data of the pyminc object was cast to be "float64" which is double.