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 shapely from 1.8.5.post1 to 2.0.0 in /requirements #949

Merged
merged 2 commits into from
Dec 12, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 12, 2022

Bumps shapely from 1.8.5.post1 to 2.0.0.

Release notes

Sourced from shapely's releases.

2.0.0

No release notes provided.

2.0rc3

No release notes provided.

2.0rc2

No release notes provided.

2.0rc1

Relevant changes in behaviour compared to 2.0b2:

  • The Point(..) constructor no longer accepts a sequence of coordinates consisting of more than one coordinate pair (previously, subsequent coordinates were ignored) (#1600).
  • Fix performance regression in the LineString() constructor when passing a numpy array of coordinates (#1602).

Wheels for 2.0rc1 published on PyPI include GEOS 3.11.1.

2.0b2

Relevant changes in behaviour compared to 2.0b1:

  • Fix for compatibility with PyPy (#1577).
  • Fix to the Point() constructor to accept arrays of length 1 for the x and y coordinates (fix compatibility with Shapely 1.8).
  • Raise ValueError for non-finite distance in the buffer() and offset_curve() methods on the Geometry classes (consistent with Shapely 1.8).
  • Add __format__ specification for geometry types (#1556).

2.0b1

Relevant changes in behaviour compared to 2.0a1:

  • Renamed the tolerance keyword to max_segment_length in the segmentize function.
  • Renamed the quadsegs keyword in the top-level buffer and offset_curve functions and the resolution keyword in the Geometry class buffer and offset_curve methods all to quad_segs.
  • Added use of GEOSGeom_getExtent to speed up bounds calculations for GEOS >= 3.11.
  • Restored the behaviour of unary_union to return an empty GeometryCollection for an empty or all-None sequence as input (and the same for intersection_all and symmetric_difference_all).
  • Fixed the Geometry objects to be weakref-able again (#1535).
  • The .type attribute is deprecated, use .geom_type instead (which already existed before as well) (#1492).

Wheels for 2.0b1 published on PyPI include GEOS 3.11.0.

2.0a1

Shapely version 2.0 alpha 1 is the first of a major release featuring a complete refactor of the internals and new vectorized (element-wise) array operations providing considerable performance improvements. A full changelog is still underway, and will be included with forthcoming pre-releases for Shapely 2.0.

Packaging

Wheels for 2.0a1 published on PyPI include GEOS 3.10.3.

Changelog

Sourced from shapely's changelog.

2.0.0 (2022-12-12)

Shapely version 2.0.0 is a major release featuring a complete refactor of the internals and new vectorized (element-wise) array operations providing considerable performance improvements.

For a full changelog, see https://shapely.readthedocs.io/en/latest/release/2.x.html#version-2-0-0

Relevant changes in behaviour compared to 2.0rc3:

  • Added temporary support for unpickling shapely<2.0 geometries.

2.0rc1 (2022-11-26)

Relevant changes in behaviour compared to 2.0b2:

  • The Point(..) constructor no longer accepts a sequence of coordinates consisting of more than one coordinate pair (previously, subsequent coordinates were ignored) (#1600).
  • Fix performance regression in the LineString() constructor when passing a numpy array of coordinates (#1602).

Wheels for 2.0rc1 published on PyPI include GEOS 3.11.1.

2.0b2 (2022-10-29)

Relevant changes in behaviour compared to 2.0b1:

  • Fix for compatibility with PyPy (#1577).
  • Fix to the Point() constructor to accept arrays of length 1 for the x and y coordinates (fix compatibility with Shapely 1.8).
  • Raise ValueError for non-finite distance in the buffer() and offset_curve() methods on the Geometry classes (consistent with Shapely 1.8).

2.0b1 (2022-10-17)

Relevant changes in behaviour compared to 2.0a1:

  • Renamed the tolerance keyword to max_segment_length in the segmentize function.
  • Renamed the quadsegs keyword in the top-level buffer and offset_curve functions and the resolution keyword in the Geometry class buffer and offset_curve methods all to quad_segs.
  • Added use of GEOSGeom_getExtent to speed up bounds calculations for

... (truncated)

Commits
  • 7c67808 RLS: 2.0.0
  • 31c81be DOC/RLS: update release notes for final 2.0.0 (#1659)
  • ced8260 COMPAT: Add compat for unpickling shapely<2 geometries (#1657)
  • 3a6f7b9 TST: skip intermittent remove_repeated_points failure for GEOS 3.11 (#1656)
  • 0a4435e DOC: Fix typo in from_ragged_array docstring (#1658)
  • 9ec5c16 RLS: 2.0rc3
  • 882bf37 DOC: Improve STRtree docstrings (#1626)
  • eba985c DOC: add note about prepare + touches to contains_xy/intersects_xy docstrings...
  • cc9250e DEV: update valgrind Dockerfile (#1649)
  • a4a65be Fix versioneer configuration (#1654)
  • 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 [shapely](https://github.com/shapely/shapely) from 1.8.5.post1 to 2.0.0.
- [Release notes](https://github.com/shapely/shapely/releases)
- [Changelog](https://github.com/shapely/shapely/blob/main/CHANGES.txt)
- [Commits](shapely/shapely@1.8.5.post1...2.0.0)

---
updated-dependencies:
- dependency-name: shapely
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Packaging and dependencies python Pull requests that update Python code labels Dec 12, 2022
@adamjstewart adamjstewart added this to the 0.3.2 milestone Dec 12, 2022
@adamjstewart adamjstewart enabled auto-merge (squash) December 12, 2022 20:34
@adamjstewart adamjstewart merged commit 715a50a into main Dec 12, 2022
@adamjstewart adamjstewart deleted the dependabot/pip/requirements/shapely-2.0.0 branch December 12, 2022 20:52
@adamjstewart adamjstewart modified the milestones: 0.3.2, 0.4.0 Jan 23, 2023
yichiac pushed a commit to yichiac/torchgeo that referenced this pull request Apr 29, 2023
* Bump shapely from 1.8.5.post1 to 2.0.0 in /requirements

Bumps [shapely](https://github.com/shapely/shapely) from 1.8.5.post1 to 2.0.0.
- [Release notes](https://github.com/shapely/shapely/releases)
- [Changelog](https://github.com/shapely/shapely/blob/main/CHANGES.txt)
- [Commits](shapely/shapely@1.8.5.post1...2.0.0)

---
updated-dependencies:
- dependency-name: shapely
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* bump max version

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Packaging and dependencies python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant