Sourced from scikit-image's releases.
v0.25.1
scikit-image 0.25.1
We're happy to announce the release of scikit-image 0.25.1!
Bug Fixes
- Include
centroid
in__all__
of the PYI file inskimage.measure
(#7652).- Improve numerical stability of
blur_effect
(#7643).- Because under-determined fits are unreliable,
skimage.measure.EllipseModel
will now warn and returnFalse
(no fit) when fewer than 5 data points are provided (#7648).- Explicitly upcast
data
with dtypefloat16
tofloat32
inskimage.segmentation.random_walker
; this fixes passingfloat16
on NumPy 1.26 (#7655).Documentation
- Don't use removed
QuadContourSet.collections
in gallery example (#7638).- Change old import convention in the gallery examples (#7630).
Infrastructure
Maintenance
- Infer floating point type for sigma parameter (#7637).
- In
skimage.segmentation.active_contour
, change the type of the default argument forw_line
to indicate it is a float (#7645).- Temporarily disable parallel building of gallery (#7656).
- [pre-commit.ci] pre-commit autoupdate (#7649).
- Skip flaky test on azure (#7669).
Contributors
8 authors added to this release (alphabetically):
@michaelbratsch
@scrimpys
- Jarrod Millman (
@jarrodmillman
)- Jigyasu (
@jgyasu
)- kwikwag (
@kwikwag
)- Lars Grüter (
@lagru
)- Marianne Corvellec (
@mkcor
)- Stefan van der Walt (
@stefanv
)8 reviewers added to this release (alphabetically):
@michaelbratsch
- Dan Schult (
@dschult
)- Jarrod Millman (
@jarrodmillman
)- Jigyasu (
@jgyasu
)- Lars Grüter (
@lagru
)
... (truncated)
e742bf4
Designate 0.25.1 releasee40e7d9
Revert "Merge pull request #7595
from jarrodmillman/drop-py3.10" (#7671)8f3dc17
Explicitly upcast float16 to float32 in random_walker (#7655)cd6dd43
Skip flaky test on azure (#7669)6bc1317
[pre-commit.ci] pre-commit autoupdate (#7649)676d664
Build Linux ARM wheels natively (#7664)96834cf
Require at least 5 data points for ellipse estimation (#7648)fff7dea
Temporarily disable parallel building of gallery (#7656)126455a
Improve stability of blur effect metric (#7643)bb7f08a
Update active_contour_model.py (#7645)