chychkan / DeepFaceLab_MacOS

Run DeepFaceLab on MacOS
GNU General Public License v3.0
258 stars 60 forks source link

Bump scikit-image from 0.17.2 to 0.18.3 #35

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

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)
dependabot[bot] commented 2 years ago

Looks like scikit-image is up-to-date now, so this is no longer needed.