305674d
fix(deps): update dependency figures to v6 (#3033)bef62a2
chore(deps): update dependency nock to v13.3.7 (#3035)4711a38
ci(action): update github/codeql-action action to v2.22.5 (#3031)6726543
ci(action): update actions/setup-node action to v4 (#3025)9504ea8
chore(deps): update dependency node to v20 (#3026)1c98014
ci(action): update actions/checkout action to v4.1.1 (#3022)d112054
ci(action): update actions/setup-node action to v3.8.2 (#3023)164697c
ci(action): update actions/setup-node digest to 1a4442c (#3021)cad0880
ci(action): update ossf/scorecard-action action to v2.3.1 (#3024)bfd2506
ci(action): update actions/checkout digest to b4ffde6 (#3001)Sourced from levenshtein's releases.
Release 0.23.0
Changed
- added keyword argument
pad
to Hamming distance. This controls whether sequences of different length should be padded or lead to aValueError
- upgrade to
Cython==3.0.3
Release 0.22.0
Changed
- add support for Python 3.12
- drop support for Python 3.6
Added
- add wheels for windows arm64
Sourced from levenshtein's changelog.
v0.23.0
Changed
- added keyword argument
pad
to Hamming distance. This controls whether sequences of different length should be padded or lead to aValueError
- upgrade to
Cython==3.0.3
v0.22.0
Changed
- add support for Python 3.12
- drop support for Python 3.6
Added
- add wheels for windows arm64
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)