Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Mar 8, 2021

Bumps pyproj from 2.6.1.post1 to 3.0.1.

Release notes

Sourced from pyproj's releases.

3.0.1 Release

Changes

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

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!

A total of 2 people contributed patches to this release.

Micah Cochran Alan D. Snow

Other contributions:

Joris Van den Bossche - PR review, Bas Couwenberg - testing the builds with Debian.

3.0.1rc0

No release notes provided.

3.0.0.post1

Changes

  • DST: Do not include test package in wheels (#744)
  • DOC: Specify units of measuring methods (#742)

Acknowledgements

Thanks to everyone who contributed to this release and to those who help with the distribution!

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

  • Christoph Gohlke
  • Sebastien Tremblay-Johnston +

3.0.0 Release

Changes

  • Minimum supported Python version 3.6 (issue #499)
  • Minimum PROJ version 7.2 (issues #599 & #689)
  • WHL: Removed datumgrids from wheels because not needed with RFC 4 (pull #628)
  • ENH: Added PROJ Network Settings (#675, #691, #695)
  • ENH: Added ability to use global context (issue #661)
  • ENH: Added transformation grid sync API/CLI (issue #572)
  • ENH: Support obects with __array__ method (pandas.Series, xarray.DataArray, dask.array.Array) (issue #573)

... (truncated)

Changelog

Sourced from pyproj's changelog.

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

  • Minimum supported Python version 3.6 (issue #499)
  • Minimum PROJ version 7.2 (issues #599 & #689)
  • WHL: Removed datumgrids from wheels because not needed with RFC 4 (pull #628)
  • WHL: Wheels contain PROJ 7.2
  • ENH: Added :ref:network (#675, #691, #695)
  • ENH: Added ability to use global context (issue #661)
  • ENH: Added transformation grid sync API/CLI (issue #572)
  • ENH: Support obects with 'array' method (pandas.Series, xarray.DataArray, dask.array.Array) (issue #573)
  • ENH: Added :func:pyproj.datadir.get_user_data_dir (pull #636)
  • ENH: Added :attr:pyproj.transformer.Transformer.is_network_enabled (issue #629)
  • ENH: Added :meth:pyproj.transformer.TransformerGroup.download_grids (pull #643)
  • ENH: Use 'proj_get_units_from_database' in :func:pyproj.database.get_units_map & cleanup :func:pyproj.database.get_codes (issue #619)
  • ENH: Added support for radians for Proj & Transformer.from_pipeline & use less gil (issue #612)
  • ENH: Datum.from_name default to check all datum types (issue #606)
  • ENH: Use from_user_input in eq when comparing CRS sub-classes (i.e. PrimeMeridian, Datum, Ellipsoid, etc.) (issue #606)
  • ENH: Add support for coordinate systems with CRS using CF conventions (issue #536)
  • ENH: Use proj_is_equivalent_to_with_ctx in the place of proj_is_equivalent_to internally (issue #666)
  • BUG: Add support for identifying engineering/parametric/temporal datums (issue #670)
  • ENH: Add support for temporal CRS CF coordinate system (issue #672)
  • ENH: Added support for debugging internal PROJ (pull #696)
  • ENH: Added pathlib support for data directory methods (pull #702)
  • ENH: Added :func:pyproj.database.query_crs_info (pull #703)
  • ENH: Added :func:pyproj.database.query_utm_crs_info (pull #712)
  • REF: Refactor Proj to inherit from Transformer (issue #624)
  • REF: Added pyproj.database, pyproj.aoi, and pyproj.list modules (pull #703)
  • BUG: Fix handling of polygon holes when calculating area in Geod (pull #686)

2.6.1

* WHL: Wheels contain PROJ version is 7.0.1
* BUG: Allow `*_name` to be added in CRS.to_cf (issue [#585](https://github.com/pyproj4/pyproj/issues/585))
* BUG: Fix building prime meridian in :meth:`pyproj.crs.CRS.from_cf` (pull [#588](https://github.com/pyproj4/pyproj/issues/588))
* BUG: Fix check for numpy bool True kwarg (pull [#590](https://github.com/pyproj4/pyproj/issues/590))
* DOC: Update pyproj.Proj docstrings for clarity (issue [#584](https://github.com/pyproj4/pyproj/issues/584))
* Added `pyproj.__proj_version__`
* BUG: Fix :meth:`pyproj.Proj.get_factors` (issue [#600](https://github.com/pyproj4/pyproj/issues/600))
* BUG: fix unequal (!=) with non-CRS type (pull [#596](https://github.com/pyproj4/pyproj/issues/596))

2.6.0

  • ENH: Added :meth:pyproj.Proj.get_factors (issue #503)

... (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 @github
Copy link
Author

dependabot bot commented on behalf of github Mar 8, 2021

The following labels could not be found: dependencies, backport 3.x.

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github May 31, 2021

Superseded by #232.

@dependabot dependabot bot closed this May 31, 2021
@dependabot dependabot bot deleted the dependabot/pip/pyproj-3.0.1 branch May 31, 2021 11:02
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