Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 27, 2020

Bumps cartopy from 0.17.0 to 0.18.0.

Release notes

Sourced from cartopy's releases.

Cartopy 0.18.0

Major changes include:

  • Support for building against Proj 6.
  • Support for Python 3.7 and 3.8.
  • Support for Matplotlib 3.2 and 3.3.
  • Support for labelling gridlines on all projections.
  • Support for labelling gridlines within plot boundaries instead of edges.
  • Support for labelling of contours.

and many others.

There are several bug fixes as well. See the milestone for more information.

Contributors

@MBradbury @MarkWieczorek @QuLogic @ahuang11 @dopplershift @greglucas @htonchia @hugovk @kacmak7 @kaedonkers @ocefpaf @pelson @pharshalp @raphaelquast @sadielbartholomew @shevawen @snowman2 @stefraynaud @stephenworsley @wrongkindofdoctor @zbruick

Commits
  • 178a15e Set date for release 0.18.0.
  • e26a8b4 Avoid some pyplot calls in examples.
  • ec8dfb9 DOC: Fix reST syntax for a list.
  • e6c1d06 Merge pull request #1536 from QuLogic/circle-verbose
  • b8c9b1e Drop Python 2 doc builds on CI entirely.
  • 68a2165 Merge pull request #1529 from stefraynaud/new_example_ticklabels
  • 24a2514 Simplify gridliner example's feature creation.
  • c3a0d08 Merge pull request #1535 from QuLogic/clip-inline
  • d52480d Merge pull request #1534 from greglucas/update_to_mpl33
  • 692220b Getting rid of warnings within tests for MPL 3.3
  • Additional commits viewable in compare view

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 dependabot bot added the Type: Maintenance Updates and clean ups (but not wrong) label Jul 27, 2020
@dopplershift dopplershift force-pushed the dependabot-pip-ci-cartopy-0.18.0 branch from 08d560f to 825a3ae Compare July 27, 2020 06:34
dependabot bot and others added 8 commits July 27, 2020 03:12
CartoPy 0.18 started validating scales for NaturalEarthFeature, which
breaks with the scales for our own map features. There's really no
reason to inherit from NaturalEarthFeature, so just make this inherit
Feature and add a few missing things.
For reasons, CartoPy needs NumPy installed first.
Matplotlib (as of 3.2.2) does not properly clip text to paths. For now,
add a clipbox for the Axes bounding box, which will supplement the set
clip path.
0.18 started autoscaling map features and updated some gridline
handling, causing changes to our test images.
Matplotlib <3.3 checks for closed contours using floating point
equality. For *this test*, this was causing different results on macOS
vs. Windows/Linux. Fixing this actually changes the labelling of another
closed contour as well.
Needed for CartoPy 0.18 + Matplotlib 2. This is mostly issues with
slight changes to clipping, plus some barb things.
@dopplershift dopplershift force-pushed the dependabot-pip-ci-cartopy-0.18.0 branch from 5a9c233 to 1a64c53 Compare July 27, 2020 09:13
Copy link
Member

@dopplershift dopplershift left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Finally have CartoPy 0.18 fixes merged!

@dopplershift dopplershift merged commit 3baa73a into master Jul 27, 2020
@dopplershift dopplershift deleted the dependabot-pip-ci-cartopy-0.18.0 branch July 27, 2020 09:36
@dopplershift dopplershift added this to the 0.12.2 milestone Jul 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Type: Maintenance Updates and clean ups (but not wrong)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants