* Make watershed work for >2³¹ voxels (issue 102) * Remove milk from demos * Improve performance by avoid unnecessary array copies in ``cwatershed()``, ``majority_filter()``, and color conversions * Fix bug in interpolation
1.4.5
* Fix deprecation warning with numpy float detection (issue 95)
1.4.4
* Fix bug in Bernsen thresholding (issue 84)
1.4.3
* Fix distribution (add missing README.md file)
1.4.2
* Fix `resize_to` return exactly the requested size * Fix hard crash when computing texture on arrays with negative values (issue 72) * Added `distance` argument to haralick features (pull request 76, by Guillaume Lemaitre)
1.4.1
* Add filter_labeled function * Fix tests on 32 bit platforms and older versions of numpy