Announcement: scikit-image 0.14.3
π As a reminder, 0.14.x is the final version of scikit-image with support for
π Python 2.7, and will receive critical bug fixes until Jan 1, 2020. If you
β¬οΈ are using Python 3.5 or later, you should upgrade to scikit-image 0.15.x.
π This is a bugfix release, and contains the following changes from v0.14.2:
API Changes
- morphology.local_maxima now returns a boolean array instead of uint8 (#3749,
#3752)
π Bug Fixes
- _marching_cubes_lewiner_cy: mark char as signed (#3587, #3678)
- π Fix potential use of NULL pointer (#3696)
- pypi: explicitly exclude Python 3.1, 3.2, and 3.3 (#3726)
- β¬οΈ Reduce default tolerance in threshold_li (#3622) (#3781)
- Denoising functions now accept float32 images (#3449) (#3486) (#3880)
Other Pull Requests
- π BLD: pin cython's language_level (#3716)
- β¬οΈ Build tools: Upgrade xcode to 9.4 on v0.14.x branch (#3724)
- π Get rid of the requirements-parser dependency (#3534, #3727)
- β Add small galleries in the API (#2940, #3728)
- π Correctly ignore release notes auto-generated for docs (#3656, #3737)
- π Fix qt 5.12 pinning for 0.14.x branch. (#3744, #3753)
- π Minor fixes to documentation and testing infrastructure - backports #3870 and #3869 (#3881)
- Set astropy minimum requirement to 1.2 to help the CIs. (#3767, #3770)
- β Avoid NumPy warning while stacking arrays. (#3768, #3771)
- π Fix human readable error message on a bad build. (#3223, #3790)
- Unify LICENSE files for easier interpretation (#3791, #3792)
- π Documentation formatting / compilation fixes - Backport of #3838 to v0.14.x (#3885)
- π Fix build by using latest
wheel package (scikit-image/scikit-image-wheels#10)
π 12 authors added to this release [alphabetical by first name]
- Andrew Murray
- Christoph Gohlke
- Egor Panfilov
- FranΓ§ois Boulogne
- Johannes SchΓΆnberger
- Juan Nunez-Iglesias
- Lars Grueter
- Mark Harfouche
- Matthew Bowden
- Nehal J Wani
- Nelle Varoquaux
- Stefan van der Walt
- Thomas A Caswell
π ... and, as always, a special mention to Matthias Bussonnier's Meeseeks Box,
which remains invaluable for our backports.
π 4 committers added to this release [alphabetical by first name or login]
- Josh Warner
- Juan Nunez-Iglesias
- Mark Harfouche
- Stefan van der Walt
π 5 reviewers added to this release [alphabetical by first name or login]
- Egor Panfilov
- FranΓ§ois Boulogne
- Juan Nunez-Iglesias
- Mark Harfouche
- Stefan van der Walt