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.dev2 to 3.0.1 #256

Merged
merged 1 commit into from
Mar 15, 2021
Merged

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Mar 15, 2021

Bumps pyproj from 3.0.dev2 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 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 pyproj.datadir.get_user_data_dir (pull #636)
  • ENH: Added pyproj.transformer.Transformer.is_network_enabled (issue #629)
  • ENH: Added pyproj.transformer.TransformerGroup.download_grids (pull #643)
  • ENH: Use 'proj_get_units_from_database' in pyproj.database.get_units_map & cleanup 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 pyproj.database.query_crs_info (pull #703)
  • ENH: Added 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)
  • BUG: Fix building prime meridian in pyproj.crs.CRS.from_cf (pull #588)
  • BUG: Fix check for numpy bool True kwarg (pull #590)
  • DOC: Update pyproj.Proj docstrings for clarity (issue #584)
  • Added pyproj.__proj_version__
  • BUG: Fix pyproj.Proj.get_factors (issue #600)
  • BUG: fix unequal (!=) with non-CRS type (pull #596)

... (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 use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Mar 15, 2021
Bumps [pyproj](https://github.com/pyproj4/pyproj) from 3.0.dev2 to 3.0.1.
- [Release notes](https://github.com/pyproj4/pyproj/releases)
- [Changelog](https://github.com/pyproj4/pyproj/blob/master/docs/history.rst)
- [Commits](https://github.com/pyproj4/pyproj/commits/3.0.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot force-pushed the dependabot/pip/pyproj-3.0.1 branch from 1dce2e9 to b91ac34 Compare March 15, 2021 19:54
@weiji14 weiji14 merged commit ba4c1b8 into main Mar 15, 2021
@weiji14 weiji14 deleted the dependabot/pip/pyproj-3.0.1 branch March 15, 2021 19:58
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 python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant