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

Update pyproj requirement from <=3.3.0,>=3.2.1 to >=3.2.1,<3.5.0 #109

Closed

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Dec 20, 2022

Updates the requirements on pyproj to permit the latest version.

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

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

Updates the requirements on [pyproj](https://github.com/pyproj4/pyproj) to permit the latest version.
- [Release notes](https://github.com/pyproj4/pyproj/releases)
- [Changelog](https://github.com/pyproj4/pyproj/blob/main/docs/history.rst)
- [Commits](pyproj4/pyproj@3.2.1...3.4.1)

---
updated-dependencies:
- dependency-name: pyproj
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 20, 2022
@MAfarrag MAfarrag closed this Dec 26, 2022
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Dec 26, 2022

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-gte-3.2.1-and-lt-3.5.0 branch December 26, 2022 02:31
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.

None yet

1 participant