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

Bump pyproj from 3.0.0.post1 to 3.0.1 #24

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

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps pyproj from 3.0.0.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.

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 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 dependabot bot added the dependencies Pull requests that update a dependency file label Mar 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants