weiji14 / deepicedrain

Mapping and monitoring deep subglacial water activity in Antarctica using remote sensing and machine learning, with ICESat-2!
GNU Lesser General Public License v3.0
30 stars 8 forks source link

⬆️ Bump pyproj from 3.0.1 to 3.1.0 #301

Closed dependabot-preview[bot] closed 3 years ago

dependabot-preview[bot] commented 3 years ago

Bumps pyproj from 3.0.1 to 3.1.0.

Release notes

Sourced from pyproj's releases.

3.1.0 Release

Changes

  • DEP: Minimum supported Python version 3.7 (issue #790)
  • REF: Multithread safe CRS, Proj, & Transformer (issue #782)
  • BUG: Disallow NaN values with AreaOfInterest & BBox (issue #788)
  • ENH: Pretty format PROJ string support (issue #764)
  • ENH: Added pyproj.transformer.Transformer.to_proj4 (pull #798)
  • ENH: Added authority, accuracy, and allow_ballpark kwargs to :meth:pyproj.transformer.Transformer.from_crs (issue #754)
  • ENH: Added support for "AUTH:CODE" input to :meth:pyproj.transformer.Transformer.from_pipeline (issue #755)
  • ENH: Added pyproj.crs.CRS.to_3d (pull #808)
  • ENH: Added pyproj.transformer.Transformer.transform_bounds (issue #809)
  • ENH: Added pyproj.crs.CRS.is_compound (pull #823)
  • ENH: Added initial_idx and terminal_index kwargs to pyproj.Geod.npts (pull #841)
  • ENH: Added pyproj.Geod.inv_intermediate & pyproj.Geod.fwd_intermediate (pull #841)
  • REF: Skip transformations if noop & deprecate skip_equivalent (pull #824)

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!

Contributors

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

  • David Hoese +
  • Idan Miara +
  • Alan D. Snow

Other contributions:

Joris Van den Bossche - PR review & idea to make pyproj threadsafe, Bas Couwenberg - testing the builds with Debian.

3.1rc1

No release notes provided.

3.1rc0

No release notes provided.

Changelog

Sourced from pyproj's changelog.

3.1.0

  • DEP: Minimum supported Python version 3.7 (issue #790)
  • REF: Multithread safe CRS, Proj, & Transformer (issue #782)
  • BUG: Disallow NaN values with AreaOfInterest & BBox (issue #788)
  • ENH: Pretty format PROJ string support (issue #764)
  • ENH: Added pyproj.transformer.Transformer.to_proj4 (pull #798)
  • ENH: Added authority, accuracy, and allow_ballpark kwargs to pyproj.transformer.Transformer.from_crs (issue #754)
  • ENH: Added support for "AUTH:CODE" input to pyproj.transformer.Transformer.from_pipeline (issue #755)
  • ENH: Added pyproj.crs.CRS.to_3d (pull #808)
  • ENH: Added pyproj.transformer.Transformer.transform_bounds (issue #809)
  • ENH: Added pyproj.crs.CRS.is_compound (pull #823)
  • ENH: Added initial_idx and terminal_index kwargs to pyproj.Geod.npts (pull #841)
  • ENH: Added pyproj.Geod.inv_intermediate & pyproj.Geod.fwd_intermediate (pull #841)
  • REF: Skip transformations if noop & deprecate skip_equivalent (pull #824)
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](https://app.dependabot.com): - 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)