* Change ``to_npz`` method in ``BasicImage`` to use ``.base`` to avoid new memory allocation * Add pre-commit hooks and modify files according to them
0.2.0
------------------
* Renamed import to pymedio from medio to avoid confusion with medio * Renamed ImageBase to BasicImage because it can be used by itself * Fixed another bug in affine matrix calculation in pymedio.dicom for consistency with ITK
0.1.9
------------------
* Fixed bug in affine matrix calculation in medio.dicom; now returns same matrix as medio.image
0.1.8
------------------
* Change order of encryption/zipping to reduce file size
0.1.7
------------------
* Add option to decrypt a zipped file
0.1.6
------------------
* Add order option to DICOMImage * Add numpy load kwargs to ``from_npz`` class method in ImageBase.