Bump scikit-image from 0.17.2 to 0.18.3 #28

Merged
dependabot[bot] merged 2 commits from dependabot-pip-scikit-image-0.18.3 into master 2021-09-24 21:21:18 +02:00
dependabot[bot] commented 2021-08-25 00:01:29 +02:00 (Migrated from github.com)

Bumps scikit-image from 0.17.2 to 0.18.3.

Release notes

Sourced from scikit-image's releases.

v0.18.3

scikit-image 0.18.3

This is a small bugfix release for compatibility with Pooch 1.5 and SciPy 1.7.

Bug fixes

  • Only import from Pooch's public API. This resolves an import failure with Pooch 1.5.0. (#5531, backport of #5529)
  • Do not use deprecated scipy.linalg.pinv2 in random_walker when using the multigrid solver. (#5531, backport of #5437)

v0.18.1

scikit-image 0.18.1

This is a bug fix release and contains the following two bug fixes:

  • Fix indexing error for labelling in large (>2GB) arrays (#5143, #5151)
  • Only use retry_if_failed with recent pooch (#5148)

See below for the new features and API changes in 0.18.0.

Announcement: scikit-image 0.18.0

We're happy to announce the release of scikit-image v0.18.0!

scikit-image is an image processing toolbox for SciPy that includes algorithms for segmentation, geometric transformations, color space manipulation, analysis, filtering, morphology, feature detection, and more.

This release of scikit-image drops support for Python 3.6 in accordance with the NEP-29 Python and Numpy version support community standard <https://numpy.org/neps/nep-0029-deprecation_policy.html>_: Python 3.7 or newer is required to run this version.

For more information, examples, and documentation, please visit our website:

https://scikit-image.org

New Features

  • Add the iterative Lucas-Kanade (iLK) optical flow method (#4161)
  • Add Feret diameter in region properties (#4379, #4820)
  • Add functions to compute Euler number and Crofton perimeter estimation (#4380)
  • Add a function to compute the Hausdorff distance (#4382)

... (truncated)

Commits
  • 79cb22a bump version to v0.18.3
  • 6d07296 Revert "Merge pull request #5397 from leej3/make_release (#5534)" (#5535)
  • 2593dfc Merge pull request #5397 from leej3/make_release (#5534)
  • 7b721a7 Backports for 0.18.3 (pooch 1.5 fix, deprecated scipy.linalg.pinv2 fix) (#5...
  • 9256e2b Merge pull request #5383 from meeseeksmachine/auto-backport-of-pr-5175-on-v0....
  • accbceb Backport PR #5175: Resolve stochastic rank filter test failures on CI
  • 3ced1f0 Update version tag to new .dev
  • 3508289 Update version to rc
  • 681842d Add release notes for v0.18.2 (#5376)
  • a6905de Backport PR #5374 on branch v0.18.x (add numpy version specification on aarch...
  • Additional commits viewable in compare view

Dependabot compatibility score

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 commands and options

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 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)
Bumps [scikit-image](https://github.com/scikit-image/scikit-image) from 0.17.2 to 0.18.3. <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.18.3</h2> <h1>scikit-image 0.18.3</h1> <p>This is a small bugfix release for compatibility with Pooch 1.5 and SciPy 1.7.</p> <h2>Bug fixes</h2> <ul> <li>Only import from Pooch's public API. This resolves an import failure with Pooch 1.5.0. (<a href="https://github-redirect.dependabot.com/scikit-image/scikit-image/issues/5531">#5531</a>, backport of <a href="https://github-redirect.dependabot.com/scikit-image/scikit-image/issues/5529">#5529</a>)</li> <li>Do not use deprecated <code>scipy.linalg.pinv2</code> in <code>random_walker</code> when using the multigrid solver. (<a href="https://github-redirect.dependabot.com/scikit-image/scikit-image/issues/5531">#5531</a>, backport of <a href="https://github-redirect.dependabot.com/scikit-image/scikit-image/issues/5437">#5437</a>)</li> </ul> <h2>v0.18.1</h2> <h1>scikit-image 0.18.1</h1> <p>This is a bug fix release and contains the following two bug fixes:</p> <ul> <li>Fix indexing error for labelling in large (&gt;2GB) arrays (<a href="https://github-redirect.dependabot.com/scikit-image/scikit-image/issues/5143">#5143</a>, <a href="https://github-redirect.dependabot.com/scikit-image/scikit-image/issues/5151">#5151</a>)</li> <li>Only use retry_if_failed with recent pooch (<a href="https://github-redirect.dependabot.com/scikit-image/scikit-image/issues/5148">#5148</a>)</li> </ul> <p>See below for the new features and API changes in 0.18.0.</p> <h1>Announcement: scikit-image 0.18.0</h1> <p>We're happy to announce the release of scikit-image v0.18.0!</p> <p>scikit-image is an image processing toolbox for SciPy that includes algorithms for segmentation, geometric transformations, color space manipulation, analysis, filtering, morphology, feature detection, and more.</p> <p>This release of scikit-image drops support for Python 3.6 in accordance with the <code>NEP-29 Python and Numpy version support community standard &lt;https://numpy.org/neps/nep-0029-deprecation_policy.html&gt;</code>_: Python 3.7 or newer is required to run this version.</p> <p>For more information, examples, and documentation, please visit our website:</p> <p><a href="https://scikit-image.org">https://scikit-image.org</a></p> <h2>New Features</h2> <ul> <li>Add the iterative Lucas-Kanade (iLK) optical flow method (<a href="https://github-redirect.dependabot.com/scikit-image/scikit-image/issues/4161">#4161</a>)</li> <li>Add Feret diameter in region properties (<a href="https://github-redirect.dependabot.com/scikit-image/scikit-image/issues/4379">#4379</a>, <a href="https://github-redirect.dependabot.com/scikit-image/scikit-image/issues/4820">#4820</a>)</li> <li>Add functions to compute Euler number and Crofton perimeter estimation (<a href="https://github-redirect.dependabot.com/scikit-image/scikit-image/issues/4380">#4380</a>)</li> <li>Add a function to compute the Hausdorff distance (<a href="https://github-redirect.dependabot.com/scikit-image/scikit-image/issues/4382">#4382</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/79cb22aef09dc8c03cb60f1f9d74e11a71abc17f"><code>79cb22a</code></a> bump version to v0.18.3</li> <li><a href="https://github.com/scikit-image/scikit-image/commit/6d0729600cf6bd77210ab4d5f070afcb54097d82"><code>6d07296</code></a> Revert &quot;Merge pull request <a href="https://github-redirect.dependabot.com/scikit-image/scikit-image/issues/5397">#5397</a> from leej3/make_release (<a href="https://github-redirect.dependabot.com/scikit-image/scikit-image/issues/5534">#5534</a>)&quot; (<a href="https://github-redirect.dependabot.com/scikit-image/scikit-image/issues/5535">#5535</a>)</li> <li><a href="https://github.com/scikit-image/scikit-image/commit/2593dfc2be5ce2423968c5fed77d48606a137b1d"><code>2593dfc</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/scikit-image/scikit-image/issues/5397">#5397</a> from leej3/make_release (<a href="https://github-redirect.dependabot.com/scikit-image/scikit-image/issues/5534">#5534</a>)</li> <li><a href="https://github.com/scikit-image/scikit-image/commit/7b721a7abb2a437cca418db04dd5e8fec89eacac"><code>7b721a7</code></a> Backports for 0.18.3 (pooch 1.5 fix, deprecated <code>scipy.linalg.pinv2</code> fix) (<a href="https://github-redirect.dependabot.com/scikit-image/scikit-image/issues/5">#5</a>...</li> <li><a href="https://github.com/scikit-image/scikit-image/commit/9256e2bce8bbe3a60582b4208a132995de76fe81"><code>9256e2b</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/scikit-image/scikit-image/issues/5383">#5383</a> from meeseeksmachine/auto-backport-of-pr-5175-on-v0....</li> <li><a href="https://github.com/scikit-image/scikit-image/commit/accbcebb8b6f71d94b4b29ae36d99aab16a3a1ca"><code>accbceb</code></a> Backport PR <a href="https://github-redirect.dependabot.com/scikit-image/scikit-image/issues/5175">#5175</a>: Resolve stochastic rank filter test failures on CI</li> <li><a href="https://github.com/scikit-image/scikit-image/commit/3ced1f0c1d2332f71c9167d0c56c10ba6747f43f"><code>3ced1f0</code></a> Update version tag to new .dev</li> <li><a href="https://github.com/scikit-image/scikit-image/commit/3508289c28a4b532b79e663b1e310f7dacecfc84"><code>3508289</code></a> Update version to rc</li> <li><a href="https://github.com/scikit-image/scikit-image/commit/681842d1fdaae9837197687437c098cf4845383c"><code>681842d</code></a> Add release notes for v0.18.2 (<a href="https://github-redirect.dependabot.com/scikit-image/scikit-image/issues/5376">#5376</a>)</li> <li><a href="https://github.com/scikit-image/scikit-image/commit/a6905deae0eff1e6d04b4154d6623fd54672286d"><code>a6905de</code></a> Backport PR <a href="https://github-redirect.dependabot.com/scikit-image/scikit-image/issues/5374">#5374</a> on branch v0.18.x (add numpy version specification on aarch...</li> <li>Additional commits viewable in <a href="https://github.com/scikit-image/scikit-image/compare/v0.17.2...v0.18.3">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.17.2&new-version=0.18.3)](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 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>
chychkan (Migrated from github.com) reviewed 2021-08-25 00:01:29 +02:00
Sign in to join this conversation.