Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(deps): bump scikit-image from 0.21.0 to 0.22.0 (#485)
Bumps [scikit-image](https://github.com/scikit-image/scikit-image) from 0.21.0 to 0.22.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/scikit-image/scikit-image/releases">scikit-image's releases</a>.</em></p> <blockquote> <h2>v0.22.0</h2> <p>No release notes provided.</p> <h2>v0.22.0rc1</h2> <h1>scikit-image 0.22.0rc1</h1> <p>We're happy to announce the release of scikit-image 0.22.0rc1!</p> <h2>New Features</h2> <ul> <li>Add new image sequence <code>skimage.data.palisades_of_vogt</code> showing in-vivo tissue of the palisades of Vogt (<a href="https://redirect.github.com/scikit-image/scikit-image/pull/6858">#6858</a>).</li> </ul> <h2>Performance</h2> <ul> <li>Add lazy loading to the <code>skimage.feature</code> module (<a href="https://redirect.github.com/scikit-image/scikit-image/pull/6983">#6983</a>).</li> <li>Add lazy loading to the <code>skimage.graph</code> submodule (<a href="https://redirect.github.com/scikit-image/scikit-image/pull/6985">#6985</a>).</li> <li>Add lazy loading to the <code>skimage.measure</code> submodule (<a href="https://redirect.github.com/scikit-image/scikit-image/pull/6999">#6999</a>).</li> <li>Add lazy loading to the <code>skimage.transform</code> submodule (<a href="https://redirect.github.com/scikit-image/scikit-image/pull/7009">#7009</a>).</li> <li>Add lazy loading to the <code>skimage.restoration</code> submodule (<a href="https://redirect.github.com/scikit-image/scikit-image/pull/7021">#7021</a>).</li> <li>Add lazy loading to the <code>skimage.registration</code> submodule (<a href="https://redirect.github.com/scikit-image/scikit-image/pull/7032">#7032</a>).</li> <li>Avoid unnecessary padding in <code>skimage.measure.block_resize</code> (<a href="https://redirect.github.com/scikit-image/scikit-image/pull/7092">#7092</a>).</li> </ul> <h2>Bug Fixes</h2> <ul> <li>Add num_pixels and coords_scaled to regionprops_table (<a href="https://redirect.github.com/scikit-image/scikit-image/pull/7039">#7039</a>).</li> <li>Update video.rst (<a href="https://redirect.github.com/scikit-image/scikit-image/pull/7076">#7076</a>).</li> <li>For uniform intensity images, return intensity value as threshold (<a href="https://redirect.github.com/scikit-image/scikit-image/pull/7098">#7098</a>).</li> <li>Fix color conversion error (<a href="https://redirect.github.com/scikit-image/scikit-image/pull/7116">#7116</a>).</li> <li>Make phase_cross_correlation return ndarray when disambiguate=True (<a href="https://redirect.github.com/scikit-image/scikit-image/pull/7112">#7112</a>).</li> <li>Allow <code>extra_properties</code> of non equal lengths to be passed correctly to <code>regionprops_table</code> (<a href="https://redirect.github.com/scikit-image/scikit-image/pull/7136">#7136</a>).</li> </ul> <h2>API Changes</h2> <ul> <li>Make PyWavelets an optional dependency which is only required for <code>skimage.restoration.denoise_wavelet</code> and <code>skimage.restoration.estimate_sigma</code> (<a href="https://redirect.github.com/scikit-image/scikit-image/pull/7156">#7156</a>).</li> <li>Remove deprecated <code>skimage.filters.inverse</code>. Use <code>skimage.filters.filter_inverse</code> instead (<a href="https://redirect.github.com/scikit-image/scikit-image/pull/7161">#7161</a>).</li> <li>Remove deprecated function <code>skimage.filters.ridges.compute_hessian_eigenvalues</code>. Use <code>skimage.feature.hessian_matrix_eigvals</code> on the results of <code>skimage.feature.hessian_matrix</code> instead (<a href="https://redirect.github.com/scikit-image/scikit-image/pull/7162">#7162</a>).</li> <li>Remove deprecated automatic detection of the color channel in <code>skimage.filters.gaussian</code>. <code>channel_axis=None</code> now indicates a grayscale image. Set the color channel with <code>channel_axis=-1</code> explicitly (<a href="https://redirect.github.com/scikit-image/scikit-image/pull/7164">#7164</a>).</li> <li>Change number of returned arguments in <code>skimage.registration.phase_cross_correlation</code>. The function now always returns the 3 arguments <code>shift</code>, <code>error</code>, and <code>phasediff</code> (<a href="https://redirect.github.com/scikit-image/scikit-image/pull/7166">#7166</a>).</li> <li>Deprecate <code>return_error</code> in <code>skimage.registration.phase_cross_correlation</code> (<a href="https://redirect.github.com/scikit-image/scikit-image/pull/7174">#7174</a>).</li> </ul> <h2>Maintenance</h2> <ul> <li>Don't test numpy prerelease on azure (<a href="https://redirect.github.com/scikit-image/scikit-image/pull/6996">#6996</a>).</li> <li>Drop Python 3.8 support per SPEC 0 (<a href="https://redirect.github.com/scikit-image/scikit-image/pull/6990">#6990</a>).</li> <li>Upper pin imageio (<a href="https://redirect.github.com/scikit-image/scikit-image/pull/7002">#7002</a>).</li> <li>Update core dependencies per SPEC0 (<a href="https://redirect.github.com/scikit-image/scikit-image/pull/7005">#7005</a>).</li> <li>meson: allow proper selection of NumPy, Pythran in cross builds (<a href="https://redirect.github.com/scikit-image/scikit-image/pull/7003">#7003</a>).</li> <li>Unpin imageio and add warningfilter (<a href="https://redirect.github.com/scikit-image/scikit-image/pull/7006">#7006</a>).</li> <li>Update to latest attach-next-milestone action (<a href="https://redirect.github.com/scikit-image/scikit-image/pull/7014">#7014</a>).</li> <li>Avoid deprecated auto-removal of overlapping axes in thresholding example (<a href="https://redirect.github.com/scikit-image/scikit-image/pull/7026">#7026</a>).</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/scikit-image/scikit-image/commit/441fe68b95a86d4ae2a351311a0c39a4232b6521"><code>441fe68</code></a> Designate 0.22.0 release</li> <li><a href="https://github.com/scikit-image/scikit-image/commit/be55f75a1bbf5181f1a04ee3929782c1207c0fd8"><code>be55f75</code></a> Update 0.22.0 release notes (<a href="https://redirect.github.com/scikit-image/scikit-image/issues/7182">#7182</a>)</li> <li><a href="https://github.com/scikit-image/scikit-image/commit/3eb9e816aeaf0085b4b77255917b884318a6667c"><code>3eb9e81</code></a> Use checkout action version 4 (<a href="https://redirect.github.com/scikit-image/scikit-image/issues/7180">#7180</a>)</li> <li><a href="https://github.com/scikit-image/scikit-image/commit/28fe869c234940f6b071d7a6110c68e200f68a5e"><code>28fe869</code></a> Bump version</li> <li><a href="https://github.com/scikit-image/scikit-image/commit/e5ba5c82218864775f2f67d3389fc896f89e0e74"><code>e5ba5c8</code></a> Designate 0.22.0rc1 release</li> <li><a href="https://github.com/scikit-image/scikit-image/commit/7ce1c26952d04006aa8779e158dfe8e511fd343d"><code>7ce1c26</code></a> Use trusted publisher (<a href="https://redirect.github.com/scikit-image/scikit-image/issues/7178">#7178</a>)</li> <li><a href="https://github.com/scikit-image/scikit-image/commit/0cc3d90d93117c502467023f1c1b7d051cbc568c"><code>0cc3d90</code></a> Fix release notes error (<a href="https://redirect.github.com/scikit-image/scikit-image/issues/7177">#7177</a>)</li> <li><a href="https://github.com/scikit-image/scikit-image/commit/f63a10a4007c892c61b054b9cdd64400c420edf3"><code>f63a10a</code></a> Bump version</li> <li><a href="https://github.com/scikit-image/scikit-image/commit/818db671ab5d55b0939cc5bf63c38a7122a8030e"><code>818db67</code></a> Designate 0.22.0rc0 release</li> <li><a href="https://github.com/scikit-image/scikit-image/commit/97b3ecb19e83c743b272d898f24e5b9c563cc72e"><code>97b3ecb</code></a> Fix missing warnings import in <code>phase_cross_correlation</code> (<a href="https://redirect.github.com/scikit-image/scikit-image/issues/7175">#7175</a>)</li> <li>Additional commits viewable in <a href="https://github.com/scikit-image/scikit-image/compare/v0.21.0...v0.22.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=scikit-image&package-manager=pip&previous-version=0.21.0&new-version=0.22.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information