Changed - imgprocITK.imshow(): Fix bug. When origin='lower', the image will be upside down, so we need to take that into account for the vertical axis
1.4.0
Added - imgprocITK.TypicalBorderIntensity(): Compute the typical values at the boundaries of SimpleITK Images or np.arrays
1.3.4
Changed - Makefile: fix bugs, missing test targets - Makefile: error with README.rst rule when README.md hasn't been edited - imgprocITK.imshow(): fix bug, wrong indirection level passing kwargs to plt.imshow(). - test_imshow.py: add kwargs argument, so that it gets tested.
1.3.3
Changed - Allow developer to install the SimpleITK dependency either as official SimpleITK package or build and install SimpleElastix.
1.3.2
Changed - README.md: increase code block tab by 1 so that it translates correctly into PyPI HTML.