Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump scikit-image from 0.18.1 to 0.19.3 #145

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jun 13, 2022

Bumps scikit-image from 0.18.1 to 0.19.3.

Release notes

Sourced from scikit-image's releases.

v0.19.3

Announcement: scikit-image 0.19.3

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

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

Bugs Fixed

  • Revert unintentional change to default multichannel behavior introduced in v0.19.0 for skimage.restoration.cycle_spin (now defaults to single channel again)
  • Fix corner case with an optimal angle of 0 degrees in hough_line_peaks
  • Fixed the gallery example involving registration with log-polar transformations
  • Update test suite for compatibility with the most recent tifffile release.
  • warp/rotate: fixed a bug with clipping when cval is not in the input range
  • Fix computation of histogram bins for multichannel integer-valued images

General Maintenance

  • Update skimage.future.manual_polygon_segmentation to work with Matplotlib 3.5.
  • Update skimage.io.imread to avoid warnings when using imageio>=2.16.2.
  • Now compatible with Pillow >= 9.1 (palette may contain <256 entries)
  • Added support for NumPy 1.23

Pull Requests Included

  • Backport PR #6306 on branch v0.19.x (Fix for error in 'Using Polar and Log-Polar Transformations for Registration') (#6312)
  • Backport PR #6271 on branch v0.19.x (hough_line_peaks fix for corner case with optimal angle=0) (#6313)
  • Backport PR #6261 on branch v0.19.x (Ignore sparse matrix deprecation warning) (#6316)
  • backport PR 6328: Fix issue with newer versions of matplotlib in manual segmentation (#6334)
  • Backport PR #6343 on branch v0.19.x (avoid warnings about change to v3 API from imageio) (#6344)
  • Backport PR #6355 on branch v0.19.x (remove use of deprecated kwargs from test_tifffile_kwarg_passthrough) (#6357)
  • Backport PR #6352 on branch v0.19.x (Fix channel_axis default for cycle_spin) (#6358)
  • Backport PR #6348 on branch v0.19.x (Fix smoothed image computation when mask is None in canny) (#6359)
  • Backport PR #6361 on branch v0.19.x (Document support for Path objects in io functions) (#6363)
  • Backport PR #6400 on branch v0.19.x (Add support for NumPy 1.23) (#6403)
  • Backport PR #6335 on branch v0.19.x (warp/rotate: fixed a bug with clipping when cval is not in the input range) (#6411)
  • Backport PR #6413 on branch v0.19.x (Fix computation of histogram bins for multichannel integer-valued images) (#6414)

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

  • Albert Y. Shih
  • Bartłomiej Śmietanka
  • Dave Mellert

... (truncated)

Commits
  • c1af2bf bump version to 0.19.3
  • 4ab18b8 update v0.19.3 release notes (#6415)
  • 3f9f861 Backport PR #6413 on branch v0.19.x (Fix computation of histogram bins for mu...
  • ce2e60d Backport PR #6335: warp/rotate: fixed a bug with clipping when cval is not in...
  • 5fa4ed4 backport gh-6405: In newer PIL, palette may contain <256 entries (#6410)
  • e842334 Backport PR #6400 on branch v0.19.x (Add support for NumPy 1.23) (#6403)
  • d86a237 Merge pull request #6366 from grlee77/update-v0.19.3-release-notes
  • bdea65b Update doc/release/release_0.19.rst
  • d651164 Update doc/release/release_0.19.rst
  • 557e5b2 Using vsdevcmd.bat to make sure rc.exe is on the path (#6369)
  • 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 dependabot bot added the dependencies Pull requests that update a dependency file label Jun 13, 2022
@dependabot dependabot bot force-pushed the dependabot/pip/scikit-image-0.19.3 branch from 38ba75b to a92e5b9 Compare October 17, 2022 20:13
Bumps [scikit-image](https://github.com/scikit-image/scikit-image) from 0.18.1 to 0.19.3.
- [Release notes](https://github.com/scikit-image/scikit-image/releases)
- [Changelog](https://github.com/scikit-image/scikit-image/blob/main/RELEASE.txt)
- [Commits](scikit-image/scikit-image@v0.18.1...v0.19.3)

---
updated-dependencies:
- dependency-name: scikit-image
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/scikit-image-0.19.3 branch from a92e5b9 to b7b7151 Compare October 17, 2022 20:18
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Mar 1, 2023

Superseded by #201.

@dependabot dependabot bot closed this Mar 1, 2023
@dependabot dependabot bot deleted the dependabot/pip/scikit-image-0.19.3 branch March 1, 2023 16:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants