Sourced from scikit-image's releases.
v0.22.0
No release notes provided.
v0.22.0rc1
scikit-image 0.22.0rc1
We're happy to announce the release of scikit-image 0.22.0rc1!
New Features
- Add new image sequence
skimage.data.palisades_of_vogt
showing in-vivo tissue of the palisades of Vogt (#6858).Performance
- Add lazy loading to the
skimage.feature
module (#6983).- Add lazy loading to the
skimage.graph
submodule (#6985).- Add lazy loading to the
skimage.measure
submodule (#6999).- Add lazy loading to the
skimage.transform
submodule (#7009).- Add lazy loading to the
skimage.restoration
submodule (#7021).- Add lazy loading to the
skimage.registration
submodule (#7032).- Avoid unnecessary padding in
skimage.measure.block_resize
(#7092).Bug Fixes
- Add num_pixels and coords_scaled to regionprops_table (#7039).
- Update video.rst (#7076).
- For uniform intensity images, return intensity value as threshold (#7098).
- Fix color conversion error (#7116).
- Make phase_cross_correlation return ndarray when disambiguate=True (#7112).
- Allow
extra_properties
of non equal lengths to be passed correctly toregionprops_table
(#7136).API Changes
- Make PyWavelets an optional dependency which is only required for
skimage.restoration.denoise_wavelet
andskimage.restoration.estimate_sigma
(#7156).- Remove deprecated
skimage.filters.inverse
. Useskimage.filters.filter_inverse
instead (#7161).- Remove deprecated function
skimage.filters.ridges.compute_hessian_eigenvalues
. Useskimage.feature.hessian_matrix_eigvals
on the results ofskimage.feature.hessian_matrix
instead (#7162).- Remove deprecated automatic detection of the color channel in
skimage.filters.gaussian
.channel_axis=None
now indicates a grayscale image. Set the color channel withchannel_axis=-1
explicitly (#7164).- Change number of returned arguments in
skimage.registration.phase_cross_correlation
. The function now always returns the 3 argumentsshift
,error
, andphasediff
(#7166).- Deprecate
return_error
inskimage.registration.phase_cross_correlation
(#7174).Maintenance
- Don't test numpy prerelease on azure (#6996).
- Drop Python 3.8 support per SPEC 0 (#6990).
- Upper pin imageio (#7002).
- Update core dependencies per SPEC0 (#7005).
- meson: allow proper selection of NumPy, Pythran in cross builds (#7003).
- Unpin imageio and add warningfilter (#7006).
- Update to latest attach-next-milestone action (#7014).
- Avoid deprecated auto-removal of overlapping axes in thresholding example (#7026).
... (truncated)
441fe68
Designate 0.22.0 releasebe55f75
Update 0.22.0 release notes (#7182)3eb9e81
Use checkout action version 4 (#7180)28fe869
Bump versione5ba5c8
Designate 0.22.0rc1 release7ce1c26
Use trusted publisher (#7178)0cc3d90
Fix release notes error (#7177)f63a10a
Bump version818db67
Designate 0.22.0rc0 release97b3ecb
Fix missing warnings import in phase_cross_correlation
(#7175)