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

build(deps): update pyproj requirement from <3.7.0 to <3.8.0 #882

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

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Oct 1, 2024

Updates the requirements on pyproj to permit the latest version.

Release notes

Sourced from pyproj's releases.

3.7.0 Release

What's Changed

Dependencies:

Enhancements:

Bug fixes:

Maintenance:

New Contributors

Other contributions:

Full Changelog: pyproj4/pyproj@3.6.1...3.7.0

Changelog

Sourced from pyproj's changelog.

3.7.0

  • WHL: Wheels contain PROJ 9.4.1 (pull #1423)
  • DEP: Minimum supported Python version 3.10 (pull #1357)
  • DEP: Minimum PROJ version 9.2 (pull #1394)
  • ENH: Add :meth:CRS.is_deprecated and :meth:CRS.get_non_deprecated (pull #1383)
  • PERF: thread local context (issue #1133)
  • ENH: Add runtime & compiled PROJ versions (discussion #1420)
  • BUG: Handle changes to HotineObliqueMercatorBConversion (issue #1429)

3.6.1

  • WHL: Wheels contain PROJ 9.3.0 (issue #1327)
  • BUG: Remove pkg_resources from setup.py (issue #1313)
  • BUG: Cython 3 compatibility fixes (issue #1321)

3.6.0

  • DEP: Minimum supported Python version 3.9 (issue #1111)
  • WHL: Wheels contain PROJ 9.2.1 (pull #1291)
  • ENH: Added allow_superseded kwargs to :class:pyproj.transformer.TransformerGroup (pull #1269)
  • ENH: Added :meth:CRS.to_2d to demote 3D CRS to 2D (issue #1266)
  • ENH: Added parameter output_axis_rule to :meth:CRS.to_wkt (pull #1287)
  • BUG: fix Geod.npts NaN handling (issue #1282)

3.5.0

  • DEP: Minimum PROJ version 9.0 (issue #1223)
  • WHL: PROJ 9.2 in wheels (pull #1243)
  • ENH: Add return_back_azimuth: bool to allow compatibility between the azimuth output of the following functions (issue #1163): fwd and fwd_intermediate, inv and inv_intermediate, Note: BREAKING CHANGE for the default value return_back_azimuth=True in the functions fwd_intermediate and inv_intermediate to mach the default value in fwd and inv
  • ENH: Added only_best kwarg to :meth:.Transformer.from_crs (issue #1228)
  • PERF: Optimize point transformations (pull #1204)
  • PERF: Optimize for single point in Geod fwd/inv functions (pull #1206)
  • REF: Raise error when :meth:.CRS.to_wkt, :meth:.CRS.to_json, or :meth:.CRS.to_proj4 returns None (issue #1036)
  • CLN: Remove AzumuthalEquidistantConversion & :class:LambertAzumuthalEqualAreaConversion. :class:AzimuthalEquidistantConversion & :class:LambertAzimuthalEqualAreaConversion should be used instead (pull #1219)
  • BUG: Fix Derived Projected CRS support (issue #1182)
  • BUG: Add horizontal_datum_name for geographic CRS in :meth:.CRS.to_cf (issue #1251)
  • BUG: Add datum ensemble support to :class:.GeographicCRS (pull #1255)

3.4.1

  • WHL: Add win32 to build_wheels matrix (pull #1169)
  • BUG: Changed so that the setup.cfg depends on the version code in the init.py instead of the other way around (issuue #1155)
  • BUG: Fix :meth:.CRS.to_cf for Pole rotation GRIB convention (pull #1167)
  • BUG: Fix :meth:.CRS.to_authority memory leak (pull #1178)
  • REF: Use upper case EPSG code when creating CRS (pull #1162)

... (truncated)

Commits

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 [pyproj](https://github.com/pyproj4/pyproj) to permit the latest version.
- [Release notes](https://github.com/pyproj4/pyproj/releases)
- [Changelog](https://github.com/pyproj4/pyproj/blob/main/docs/history.rst)
- [Commits](pyproj4/pyproj@v1.9.4rel...3.7.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
Copy link
Author

dependabot bot commented on behalf of github Oct 1, 2024

The following labels could not be found: dependencies.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants