elifesciences / sciencebeam-gym

ScienceBeam Gym
MIT License
25 stars 5 forks source link

Bump scikit-image from 0.18.3 to 0.19.1 #463

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps scikit-image from 0.18.3 to 0.19.1.

Release notes

Sourced from scikit-image's releases.

v0.19.1

scikit-image 0.19.1

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

This is a small bug fix release that resolves a couple of backwards compatibility issues and a couple of issues with the wheels on PyPI. Specifically, MacOS wheels for Apple M1 (arm64) on PyPI were broken in 0.19.0, but should now be repaired. The arm64 wheels are for MacOs >= 12 only. Wheel sizes are also greatly reduced relative to 0.19.0 by stripping debug symbols from the binaries and making sure that Cython-generated source files are not bundled in the wheels.

Pull Requests Included

  • Backport PR #6089 on branch v0.19.x (Skip tests requiring fetched data) (gh-6115)
  • Backport PR #6097 on branch v0.19.x (restore non-underscore functions in skimage.data) (gh-6099)
  • Backport PR #6095 on branch v0.19.x (Preserve backwards compatibility for channel_axis parameter in transform functions) (gh-6100)
  • Backport PR #6103 on branch v0.19.x (make rank filter test comparisons robust across architectures) (gh-6106)
  • Backport PR #6105 on branch v0.19.x (pass a specific random_state into ransac in test_ransac_geometric) (gh-6107)
  • Fix two equality comparison bugs in the wheel build script (gh-6098)
  • Backport of gh-6109 (Add linker flags to strip debug symbols during wheel building) (gh-6110)
  • Pin setuptools maximum in v0.19.x to avoid breaking on planned distutils API changes (gh-6112)
  • Avoid potential circular import of rgb2gray (gh-6113)
  • Backport PR #6089 on branch v0.19.x (Skip tests requiring fetched data) (gh-6115)
  • Backport PR #6118 on branch v0.19.x (Fixes to tests.yml and fixes for expected warnings) (gh-6127)
  • Backport PR #6114 on branch v0.19.x (relax test condition to make it more robust to variable CI load) (gh-6128)

3 authors added to this release [alphabetical by first name or login]

  • Gregory R. Lee
  • Joshua Newton
  • Mark Harfouche

5 reviewers added to this release [alphabetical by first name or login]

  • Gregory R. Lee
  • Juan Nunez-Iglesias
  • Marianne Corvellec
  • Mark Harfouche
  • Stefan van der Walt

v0.19.0

Announcement: scikit-image 0.19.0

We're happy to announce scikit-image v0.19.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.

For more information, examples, and documentation, please visit our website: https://scikit-image.org

A highlight of this release is the addition of the popular scale-invariant feature transform (SIFT) feature detector and descriptor. This release also

... (truncated)

Commits
  • 08bb95b bump version number to 0.19.1
  • b2e378d Merge pull request #6116 from grlee77/release-notes-v0191
  • 96fc687 Update doc/release/release_0.19.rst
  • 805627e Merge pull request #6127 from grlee77/backport-CI-fixes-to-v019x
  • 8ef125b Merge pull request #6128 from meeseeksmachine/auto-backport-of-pr-6114-on-v0....
  • a56bf97 add PRs with test suite fixes to the list
  • 2b64f4f Backport PR #6114: relax test condition to make it more robust to variable CI...
  • 63a15de update based on reviewer feedback
  • d3060b3 Fix many existing test cases/warning issues uncovered by CI fixes to tests.yml.
  • 2c8c7d2 Fix tests.yml so that SKIMAGE_TEST_STRICT_WARNINGS_GLOBAL is not ignored!
  • 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)