Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 1, 2021

Bumps scikit-image from 0.17.2 to 0.18.2.

Release notes

Sourced from scikit-image's releases.

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)
  • Added 3D support for many filters in skimage.filters.rank.
  • An experimental implementation of trainable pixel segmentation, aiming for compatibility with the scikit-learn API, has been added to skimage.future. Try it out! (#4739)
  • Add a new function segmentation.expand_labels to dilate labels while preventing overlap (#4795)
  • It is now possible to pass extra measurement functions to measure.regionprops and regionprops_table (#4810)
  • Add rolling ball algorithm for background subtraction (#4851)
  • New sample images have been added in the data subpackage: data.eagle (#4922), data.human_mitosis (#4939), data.cells3d (#4951), and data.vortex (#5041). Also note that the image for data.camera has been changed due to copyright issues (#4913).

... (truncated)

Commits
  • 8fbbb51 Update version to 0.18.2
  • 23a827a Update version to v0.18.2rc2
  • 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...
  • 72e3724 Backport PR #5315: allow either SyntaxError or OSError for truncated JPG (#5334)
  • 30e5054 Backport PR #5319: Fix sphinx: role already being registered (#5335)
  • 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 Jul 1, 2021
Bumps [scikit-image](https://github.com/scikit-image/scikit-image) from 0.17.2 to 0.18.2.
- [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.17.2...v0.18.2)

---
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.18.2 branch from bf51aa2 to f534564 Compare July 1, 2021 06:56
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 1, 2021

Superseded by #45.

@dependabot dependabot bot closed this Sep 1, 2021
@dependabot dependabot bot deleted the dependabot/pip/scikit-image-0.18.2 branch September 1, 2021 04:01
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.

1 participant