facebookarchive / OSM-HOT-Tasking-Manager

A fork of the HOTOSM Tasking Manager (tasks.hotosm.org) to deploy and test experimental integrations and features.
https://tasks.mapwith.ai
BSD 2-Clause "Simplified" License
5 stars 10 forks source link

Bump pyproj from 2.6.1.post1 to 3.5.0 #374

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps pyproj from 2.6.1.post1 to 3.5.0.

Release notes

Sourced from pyproj's releases.

3.5.0 Release

What's Changed

New Contributors

Other contributions:

Full Changelog: https://github.com/pyproj4/pyproj/compare/3.4.1...3.5.0

3.5.0rc0

No release notes provided.

3.4.1 Release

What's Changed

New Contributors

Other contributions:

Full Changelog: https://github.com/pyproj4/pyproj/compare/3.4.0...3.4.1

3.4.1rc0

... (truncated)

Changelog

Sourced from pyproj's changelog.

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)
  • 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)

3.4.0

  • WHL: Python 3.11 Wheels (issue #1110)
  • WHL: Wheels contain PROJ 9.1.0 (pull #1132)
  • DEP: Minimum PROJ version 8.2 (issue #1011)
  • BUG: Fix transformer list for 3D transformations in :class:.TransformerGroup (discussion #1072)
  • ENH: Added authority, accuracy, and allow_ballpark kwargs to :class:.TransformerGroup (pull #1076)
  • ENH: Added force_over kwarg to :meth:.Transformer.from_crs (issue #997)
  • ENH: Added :meth:.Transformer.get_last_used_operation (issue #1071)
  • CLN: Remove deprecated skip_equivalent kwarg from transformers and errcheck kwarg from :meth:.CRS.from_cf (pull #1077)
  • REF: use regex to process PROJ strings in :meth:.CRS.to_dict (pull #1086)
  • BUG: :class:.MercatorAConversion defined only for lat_0 = 0 (issue #1089)
  • BUG: Add support for PROJ_DATA environment variable (issue #1097)
  • BUG: Ensure numpy masked arrays stay masked after projection (issue #1102)
  • BLD: Don't specify runtime_library_dirs on Cygwin (pull #1120)
  • BUG: Fix finding PROJ version with PROJ_LIB and PROJ 9.1+ (issue #1127)

3.3.1

  • WHL: Wheels for Linux are manylinux2014 (pip 19.3+)
  • BUG: Complete database stub file with query_utm_crs_info() signature (issue #1044)
  • BUG: Reorder deps in show_versions for setuptools issue (issue #1017)
  • BUG: remove CustomConstructorCRS @​abstractmethod decorator (pull #1018)
  • BUG: Correct type annotation for AreaofUse.bounds (issue #1012)
  • BUG: :func:pyproj.datadir.get_data_dir support for conda Windows (issue #1029)
  • ENH: warn when :meth:pyproj.crs.CRS.to_wkt, :meth:pyproj.crs.CRS.to_proj4, or :meth:pyproj.crs.CRS.to_json() returns None (issue #1036)

... (truncated)

Commits


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)
tsmock commented 1 year ago

Upstream PR: https://github.com/hotosm/tasking-manager/pull/5642

dependabot[bot] commented 1 year ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.