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.2.0 #222

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps pyproj from 2.6.1.post1 to 3.2.0.

Release notes

Sourced from pyproj's releases.

3.2.0 Release

Changes

  • WHL: Wheels contain PROJ 8.1.1
  • DOC: Add new pyproj logo (issue #700)
  • REF: Handle deprecation of proj_context_set_autoclose_database (issue #866)
  • REF: Make CRS methods inheritable (issue #847)
  • ENH: Added pyproj.crs.CRS.is_derived (pull #902)
  • ENH: Added pyproj.crs.GeocentricCRS (pull #903)
  • ENH: Added pyproj.crs.CRS.list_authority (issue #918)
  • ENH: Added inplace kwarg to :meth:pyproj.transformer.Transformer.transform (issue #906)
  • PERF: Disable unnecessary copy in dtype conversion for buffer (pull #904)
  • DOC: Improve FAQ text about CRS formats (issue #789)
  • BUG: Add PyPy cython array implementation (issue #854)
  • BUG: Fix spelling for pyproj.crs.coordinate_operation.AzimuthalEquidistantConversion and pyproj.crs.coordinate_operation.LambertAzimuthalEqualAreaConversion (issue #882)
  • BUG: Make datum name match exact in pyproj.database.query_utm_crs_info (pull #887)
  • BUG: Update pyproj.enums.GeodIntermediateFlag for future Python compatibility (issue #855)
  • BUG: Hide unnecessary PROJ ERROR from proj_crs_get_coordoperation (issue #873)
  • BUG: Fix pickling for CRS builder classes (issue #897)
  • CLN: Remove ignore_axis_order kwarg from pyproj.crs.CRS.is_exact_same as it was added by accident (pull #904)
  • CLN: remove numeric/numarrays support (pull #908)
  • LNT: Add pylint & address issues (pull #909)
  • DEP: Remove distutils dependency (pull #917)

Acknowledgements

Thanks to everyone who contributed to this release! The detailed bug reports are definitely appreciated. Additionally, thanks to those who help with the distribution!

Contributors

A total of 2 people contributed patches to this release. People with a "+" by their names contributed a patch for the first time.

  • Brendan Jurd + (Made the new logo!)
  • Alan D. Snow

Other contributions:

  • Bas Couwenberg - testing the builds with Debian.
  • Jos de Kloe - testing the builds with Fedora.
  • Christoph Gohlke - testing the builds on Windows & providing Window's wheels.
  • Joris Van den Bossche - PR reviews.

3.2rc0

No release notes provided.

3.1.0 Release

Changes

... (truncated)

Changelog

Sourced from pyproj's changelog.

3.2.0

  • WHL: Wheels contain PROJ 8.1.1
  • DOC: Add new pyproj logo (issue #700)
  • REF: Handle deprecation of proj_context_set_autoclose_database (issue #866)
  • REF: Make CRS methods inheritable (issue #847)
  • ENH: Added :attr:pyproj.crs.CRS.is_derived (pull #902)
  • ENH: Added :attr:pyproj.crs.GeocentricCRS (pull #903)
  • ENH: Added :attr:pyproj.crs.CRS.list_authority (issue #918)
  • ENH: Added inplace kwarg to :meth:pyproj.transformer.Transformer.transform (issue #906)
  • PERF: Disable unnecessary copy in dtype conversion for buffer (pull #904)
  • DOC: Improve FAQ text about CRS formats (issue #789)
  • BUG: Add PyPy cython array implementation (issue #854)
  • BUG: Fix spelling for :class:pyproj.crs.coordinate_operation.AzimuthalEquidistantConversion and :class:pyproj.crs.coordinate_operation.LambertAzimuthalEqualAreaConversion (issue #882)
  • BUG: Make datum name match exact in :func:pyproj.database.query_utm_crs_info (pull #887)
  • BUG: Update :class:pyproj.enums.GeodIntermediateFlag for future Python compatibility (issue #855)
  • BUG: Hide unnecessary PROJ ERROR from proj_crs_get_coordoperation (issue #873)
  • BUG: Fix pickling for CRS builder classes (issue #897)
  • CLN: Remove ignore_axis_order kwarg from :meth:pyproj.crs.CRS.is_exact_same as it was added by accident (pull #904)
  • CLN: remove numeric/numarrays support (pull #908)
  • LNT: Add pylint & address issues (pull #909)
  • DEP: Remove distutils dependency (pull #917)

3.1.0

  • WHL: Wheels contain PROJ 8.0.1
  • DEP: Minimum supported Python version 3.7 (issue #790)
  • REF: Multithread safe CRS, Proj, & Transformer (issue #782)
  • BUG: Disallow NaN values with AreaOfInterest & BBox (issue #788)
  • ENH: Pretty format PROJ string support (issue #764)
  • ENH: Added :meth:pyproj.transformer.Transformer.to_proj4 (pull #798)
  • ENH: Added authority, accuracy, and allow_ballpark kwargs to :meth:pyproj.transformer.Transformer.from_crs (issue #754)
  • ENH: Added support for "AUTH:CODE" input to :meth:pyproj.transformer.Transformer.from_pipeline (issue #755)
  • ENH: Added :meth:pyproj.crs.CRS.to_3d (pull #808)
  • ENH: Added :meth:pyproj.transformer.Transformer.transform_bounds (issue #809)
  • ENH: Added :attr:pyproj.crs.CRS.is_compound (pull #823)
  • ENH: Added initial_idx and terminal_index kwargs to :meth:pyproj.Geod.npts (pull #841)
  • ENH: Added :meth:pyproj.Geod.inv_intermediate & :meth:pyproj.Geod.fwd_intermediate (pull #841)
  • REF: Skip transformations if noop & deprecate skip_equivalent (pull #824)

3.0.1

  • WHL: Wheels contain PROJ 7.2.1
  • Use proj_context_errno_string in PROJ 8+ due to deprecation (issue #760)
  • BUG: Allow transformations with empty arrays (issue #766)
  • BUG: support numpy objects in CRS.from_cf (issue #773)

3.0.0

... (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)
dependabot[bot] commented 3 years ago

Superseded by #226.