ParkenDD / park-api-v3

MIT License
2 stars 1 forks source link

Update pyproj requirement from ~=3.6.1 to ~=3.7.0 #214

Open dependabot[bot] opened 1 month ago

dependabot[bot] commented 1 month ago

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: https://github.com/pyproj4/pyproj/compare/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 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)