| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2025-01-26 | 3.1 kB | |
| v0.25.1 source code.tar.gz | 2025-01-26 | 22.7 MB | |
| v0.25.1 source code.zip | 2025-01-26 | 23.1 MB | |
| Totals: 3 Items | 45.8 MB | 0 | |
scikit-image 0.25.1
We're happy to announce the release of scikit-image 0.25.1!
Bug Fixes
- Include
centroidin__all__of the PYI file inskimage.measure(#7652). - Improve numerical stability of
blur_effect(#7643). - Because under-determined fits are unreliable,
skimage.measure.EllipseModelwill now warn and returnFalse(no fit) when fewer than 5 data points are provided (#7648). - Explicitly upcast
datawith dtypefloat16tofloat32inskimage.segmentation.random_walker; this fixes passingfloat16on NumPy 1.26 (#7655).
Documentation
- Don't use removed
QuadContourSet.collectionsin 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_lineto 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)
- Marianne Corvellec (@mkcor)
- Ruth Comer (@rcomer)
- Stefan van der Walt (@stefanv)
These lists are automatically generated, and may not be complete or may contain duplicates.