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

Update shapely requirement from ~=2.0.2 to ~=2.0.7 #7

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Feb 3, 2025

Updates the requirements on shapely to permit the latest version.

Release notes

Sourced from shapely's releases.

2.0.7

Shapely 2.0.7 fixes 3 bugs:

  • Fix compilation error on certain Linux platforms, such as Alpine (#1945).
  • Fixes crash when reading nonlinear geometry types (CircularString, CompoundCurve, MultiCurve, CurvePolygon, MultiSurface) from WKB/WKT with GEOS >= 3.13; these types are not yet supported in Shapely and now raise a NotImplementedError (#2160)
  • Fix the project() method to return a Python float (#2093).

Wheels include GEOS 3.11.4.

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

Changelog

Sourced from shapely's changelog.

2.0.7 (2025-01-30)

Bug fixes:

  • Fix compilation error on certain Linux platforms, such as Alpine (#1945).
  • Fixes crash when reading nonlinear geometry types (CircularString, CompoundCurve, MultiCurve, CurvePolygon, MultiSurface) from WKB/WKT with GEOS >= 3.13; these types are not yet supported in Shapely and now raise a NotImplementedError (#2160)
  • Fix the project method to return a Python float (#2093).

2.0.6 (2024-08-19)

Bug fixes:

  • Fix compatibility with NumPy 2.1.0 (#2099).

Wheels are available for Python 3.13 (and still include GEOS 3.11.4).

2.0.5 (2024-07-13)

Binary wheels on PyPI include GEOS 3.11.4 from 2024-06-05. Furthermore, universal2 wheels are removed for macOS since both x86_64 and arm64 wheels are provided.

Bug fixes:

  • Fix Point x/y/z attributes to return Python floats (#2074).
  • Fix affinity for Apple silicon with NumPy 2.0 by reverting matmul, and use direct matrix multiplication instead (#2085).

2.0.4 (2024-04-16)

Wheels for Python versions >= 3.9 will be compatible with the upcoming NumPy 2.0 release (as well as with supported NumPy 1.x versions).

Bug fixes:

  • Fix bug in to_wkt with multiple empty Z geometries (#2012).
  • Fix bug in to_ragged_array for an array of Points with missing values (#2034).

2.0.3 (2024-02-16)

  • Fix regression in the oriented_envelope ufunc to accept array-like input

... (truncated)

Commits
  • ec8f6cd Release 2.0.7 (#2211)
  • c5431c0 BLD: update circleci image for arm wheel building
  • 46a1f31 FIX: prevent crash on read nonlinear types from WKB/WKT (#2160)
  • f82ae08 MAINT: update CI (cibuildwheel, tested version) on maint branch (#2209)
  • 06b632c BUG: fix base geometry "project" to return Python float (#2093)
  • 96b5010 MAINT: remove Travis CI configuration and badge (#2128)
  • a2d37eb Fix incompatible pointer type passed to GEOSPolygonize_r (#1945)
  • e95e31a MAINT: add Python 3.13 Trove classifier
  • 5a4207d RLS: 2.0.6
  • c65fa42 Bump pypa/cibuildwheel from 2.19.2 to 2.20.0 (build Python 3.13 wheels) (#2103)
  • Additional commits viewable in compare view

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Updates the requirements on [shapely](https://github.com/shapely/shapely) to permit the latest version.
- [Release notes](https://github.com/shapely/shapely/releases)
- [Changelog](https://github.com/shapely/shapely/blob/main/CHANGES.txt)
- [Commits](shapely/shapely@2.0.2...2.0.7)

---
updated-dependencies:
- dependency-name: shapely
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 3, 2025
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