Skip to content
This repository has been archived by the owner on Apr 6, 2023. It is now read-only.

Bump pyproj from 2.6.1.post1 to 3.4.1 #352

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 24, 2023

Bumps pyproj from 2.6.1.post1 to 3.4.1.

Release notes

Sourced from pyproj's releases.

3.4.1 Release

What's Changed

New Contributors

Other contributions:

Full Changelog: pyproj4/pyproj@3.4.0...3.4.1

3.4.1rc0

No release notes provided.

3.4.0 Release

What's Changed

New Contributors

... (truncated)

Changelog

Sourced from pyproj's changelog.

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)
  • ENH: Added support for int-like strings and numpy dtypes (issues #1026 and #1835)
  • ENH: Added support to pickle :class:pyproj.transformer.Transformer (issues #1058)

3.3.0

  • WHL: Wheels contain PROJ 8.2.0
  • DEP: Minimum supported Python version 3.8 (issue #930)
  • DEP: Minimum PROJ version 8.0 (issue #940)
  • BUG: Prepend "Derived" to CRS type name if CRS is derived (issue #932)
  • BUG: Improved handling of inf values in :meth:pyproj.transformer.Transformer.transform_bounds (pull #961)
  • BUG: CRS CF conversions mismatch of PROJ parameters in rotated pole (issue #948)
  • ENH: Add support for transforming bounds at the poles in :meth:pyproj.transformer.Transformer.transform_bounds (pull #962)
  • ENH: Added :attr:pyproj.transformer.Transformer.source_crs & :attr:pyproj.transformer.Transformer.target_crs (pull #976)
  • ENH: Added :class:pyproj.crs.coordinate_operation.PoleRotationNetCDFCFConversion (issue #948)
  • ENH: Added :func:pyproj.database.get_database_metadata (issue #990)
  • ENH: Added PROJ database metadata to :func:pyproj.show_versions (issue #990)

... (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)

Bumps [pyproj](https://github.com/pyproj4/pyproj) from 2.6.1.post1 to 3.4.1.
- [Release notes](https://github.com/pyproj4/pyproj/releases)
- [Changelog](https://github.com/pyproj4/pyproj/blob/main/docs/history.rst)
- [Commits](https://github.com/pyproj4/pyproj/commits/3.4.1)

---
updated-dependencies:
- dependency-name: pyproj
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Mar 24, 2023
@facebook-github-bot facebook-github-bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Mar 24, 2023
@github-actions github-actions bot removed python Pull requests that update Python code dependencies Pull requests that update a dependency file labels Mar 24, 2023
@tsmock
Copy link
Contributor

tsmock commented Mar 27, 2023

Upstream PR: hotosm/tasking-manager#5642

@tsmock tsmock closed this Mar 27, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 27, 2023

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.

@dependabot dependabot bot deleted the dependabot/pip/pyproj-3.4.1 branch March 27, 2023 17:10
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants