Added - imgprocITK.imshow(): matplotlib.imshow extended for the ITK Image class. - module imgprocITK for functions that depend on SimpleITK.
Changed - Clarify help header of block_split(). - In setup.py, link long_description to README.md.
1.2.0
Added - improc.block_stack(): Stack a list of blocks to reassemble the original array. This function is the opposite of block_split(). - Makefile: Simplify common development tasks (test, package).
1.1.3
Changed - __init__: Fix bug, missing encoding for file. - tests/*.py: Fix bug, typo in directory for data. - pysto/improc.py: Fix bug. np.divide in Python 2 is integer division - Make compatible and add local environment for python 2.7.
1.1.2
Changed - setup.py: Improve metainformation.
1.1.1
Changed - ChangeLog.md: Update ChangeLog.
1.1.0
Added - imgproc.block_split(): "Split an nd-array into blocks".