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 2.4.2.post1 to 2.5.0 in /integration_tests #1995

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Feb 22, 2020

Bumps pyproj from 2.4.2.post1 to 2.5.0.

Release notes

Sourced from pyproj's releases.

2.5.0 Release

Changes

  • Wheels contain PROJ version is 6.3.1
  • Remove deprecated PyObject_AsWriteBuffer (issue #495)
  • ENH: Added pyproj.crs.CRS.equals with ignore_axis_order kwarg (issue #493)
  • ENH: Added pyproj.crs.CoordinateSystem.from_json, pyproj.crs.CoordinateSystem.from_json_dict, and pyproj.crs.CoordinateSystem.from_string (pull #501)
  • ENH: Added pyproj.crs.CoordinateSystem to pyproj.crs namespace (pull #501)
  • ENH: Added pyproj.crs.CoordinateSystem.from_user_input, pyproj.crs.CoordinateOperation.from_user_input, pyproj.crs.Datum.from_user_input, pyproj.crs.PrimeMeridian.from_user_input, pyproj.crs.Ellipsoid.from_user_input (pull #502)
  • ENH: Added pyproj.crs.CoordinateSystem.from_name, pyproj.crs.CoordinateOperation.from_name, pyproj.crs.Datum.from_name, :meth:pyproj.crs.PrimeMeridian.from_name, pyproj.crs.Ellipsoid.from_name (pull #505)
  • BUG: Fix getting :attr:pyproj.crs.Ellipsoid.semi_minor_metre when not computed (issue #457)
  • ENH: Added support for custom CRS (issue #389)
  • ENH: Added enumeration for WKT2_2019 (issue #526)
  • ENH: Update from_cf/to_cf to use WKT instead of PROJ strings for internal management (issue #515)

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 3 people contributed to the codebase in this release. People with a "+" by their names contributed a patch for the first time:

Bas Couwenberg Eduard Popov + Alan D. Snow

Other contributions:

Christoph Gohlke - testing the Windows wheel builds. Bas Couwenberg - testing the builds with Debian. David Hoese - testing of new CRS.to_cf/from_cf methods

2.5 Release Candidate 0

No release notes provided.

Changelog

Sourced from pyproj's changelog.

2.5.0

  • Wheels contain PROJ version is 6.3.1
  • Remove deprecated PyObject_AsWriteBuffer (issue #495)
  • ENH: Added pyproj.crs.CRS.equals with ignore_axis_order kwarg (issue #493)
  • ENH: Added pyproj.crs.CoordinateSystem.from_json, pyproj.crs.CoordinateSystem.from_json_dict, and pyproj.crs.CoordinateSystem.from_string (pull #501)
  • ENH: Added pyproj.crs.CoordinateSystem to pyproj.crs namespace (pull #501)
  • ENH: Added pyproj.crs.CoordinateSystem.from_user_input, pyproj.crs.CoordinateOperation.from_user_input, pyproj.crs.Datum.from_user_input, pyproj.crs.PrimeMeridian.from_user_input, pyproj.crs.Ellipsoid.from_user_input (pull #502)
  • ENH: Added pyproj.crs.CoordinateSystem.from_name, pyproj.crs.CoordinateOperation.from_name, pyproj.crs.Datum.from_name, pyproj.crs.PrimeMeridian.from_name, pyproj.crs.Ellipsoid.from_name (pull #505)
  • BUG: Fix getting pyproj.crs.Ellipsoid.semi_minor_metre when not computed (issue #457)
  • ENH: Added support for custom CRS (issue #389)
  • ENH: Added enumeration for WKT2_2019 (issue #526)
  • ENH: Update from_cf/to_cf to use WKT instead of PROJ strings for internal management (issue #515)

2.4.2

  • Elevate +init= warning to FutureWarning (pull #486)
  • Add UserWarning to pyproj.crs.CRS.to_proj4 (pull #486)
  • BUG: Fix for 32-bit i686 plaforms (issue #481)
  • Return 'inf' in Proj instead of 1.e30 (pull #491)

2.4.1

  • Wheels contain PROJ version is 6.2.1 (issue #456)
  • Wheels for Linux x86_64 use manylinux2010 (added python 3.8; update to use manylinux2010; PROJ 6.2.1 pyproj4/pyproj-wheels#18)
  • BUG: Fix setting lat_ts for mercator projection in pyproj.crs.CRS.from_cf and pyproj.crs.CRS.to_cf (issue #461)
  • BUG: latlon -> longlat in CRS.from_cf() for o_proj so behavior consistent in PROJ 6.2.0 and 6.2.1 (pull #472)
  • ENH: Add repr for pyproj.crs.CoordinateOperation and for pyproj.transformer.TransformerGroup (pull #464)

2.4.0

  • Minimum PROJ version is 6.2.0 (issue #411)
  • Removed global pyproj context (issue #418)
  • Added support for PROJ JSON in pyproj.crs objects and pyproj.Transformer (pull #432)
  • Moved doctests code out of pyproj.__init__ (issue #417)
  • Added version information to python -m pyproj (pull #429)
  • Added scope & remarks to pyproj.crs objects and pyproj.Transformer (issue #441)
  • Added operations to pyproj.crs.CoordinateOperation objects and pyproj.Transformer (issue #441)
  • Added pyproj.get_authorities and pyproj.get_codes (issue #440)
  • Release gil in core cython/PROJ code (issue #386)
  • BUG: Added checks for unititialized pyproj.crs objects to prevent core dumping (issue #433)
  • BUG: Added fix for get_transform_crs when checking type (pull #439)
  • DOC: Build docs with python3 (pull #428)

2.3.1

... (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)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot added the tests Issues relating to tests label Feb 22, 2020
@cypress
Copy link

cypress bot commented Feb 22, 2020



Test summary

57 0 0 0


Run details

Project FlowAuth
Status Passed
Commit aece6fc
Started Feb 24, 2020 11:37 AM
Ended Feb 24, 2020 11:39 AM
Duration 02:30 💡
OS Linux Debian - 8.11
Browser Electron 78

View run in Cypress Dashboard ➡️


This comment has been generated by cypress-bot as a result of this project's GitHub integration settings. You can manage this integration in this project's settings in the Cypress Dashboard

@dependabot-preview dependabot-preview bot force-pushed the dependabot-pip-integration_tests-pyproj-2.5.0 branch from a4d60ff to aece6fc Compare February 24, 2020 11:24
@codecov
Copy link

codecov bot commented Feb 24, 2020

Codecov Report

Merging #1995 into master will decrease coverage by 0.46%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1995      +/-   ##
==========================================
- Coverage   91.38%   90.91%   -0.47%     
==========================================
  Files          53      198     +145     
  Lines        2286     8110    +5824     
  Branches      131      765     +634     
==========================================
+ Hits         2089     7373    +5284     
- Misses        188      617     +429     
- Partials        9      120     +111
Flag Coverage Δ
#autoflow_unit_tests 100% <ø> (+7.08%) ⬆️
#flowapi_unit_tests 83.97% <ø> (ø) ⬆️
#flowauth_unit_tests 93.65% <ø> (ø) ⬆️
#flowclient_unit_tests 78.78% <ø> (ø) ⬆️
#flowetl_unit_tests 100% <ø> (ø) ⬆️
#flowkit_jwt_generator_unit_tests 100% <ø> (ø) ⬆️
#flowmachine_unit_tests 91.39% <ø> (?)
Impacted Files Coverage Δ
autoflow/autoflow/sensor.py 100% <0%> (ø) ⬆️
...etl/flowetl/flowetl/operators/qa_check_operator.py 100% <0%> (ø) ⬆️
...lowetl/flowetl/flowetl/sensors/file_flux_sensor.py 100% <0%> (ø) ⬆️
autoflow/autoflow/parser/notebook_schema.py 100% <0%> (ø) ⬆️
...owetl/flowetl/flowetl/mixins/wrapping_sql_mixin.py 100% <0%> (ø) ⬆️
...etl/flowetl/operators/update_etl_table_operator.py 100% <0%> (ø) ⬆️
autoflow/autoflow/parser/workflow_schema.py 96.42% <0%> (ø) ⬆️
.../flowetl/operators/create_staging_view_operator.py 100% <0%> (ø) ⬆️
.../flowetl/flowetl/mixins/table_name_macros_mixin.py 100% <0%> (ø) ⬆️
autoflow/autoflow/workflows.py 100% <0%> (ø) ⬆️
... and 170 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 90063a9...aece6fc. Read the comment docs.

@dependabot-preview
Copy link
Contributor Author

Looks like pyproj is up-to-date now, so this is no longer needed.

@dependabot-preview dependabot-preview bot deleted the dependabot-pip-integration_tests-pyproj-2.5.0 branch February 27, 2020 10:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tests Issues relating to tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants