Skip to content

Conversation

@jthielen
Copy link
Collaborator

@jthielen jthielen commented Jul 9, 2020

Just a tiny quick fix for hgrecco/pint#1123. No tests or documentation needed to be modified.

Currently dependent on #1372, so leaving as a draft until that gets merged.

dopplershift and others added 14 commits May 13, 2020 19:07
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.
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.
We were using pytest to catch *and check* a warning coming from numpy,
which we no longer get. Just use a simple warning filter since it's not
part of *our* API anyway.
This is no longer needed since we're on newer matplotlib versions. Also,
now this fixture actually *causes* problems because matplotlib is
relying on builtin round returning an int (when not asking for digits),
which numpy's does not do.
A few items got deprecated/removed and need updating.
Not sure why this started failing on Travis, but it's only a minor
increase. Unable to reproduce locally on a config that should nearly
match Travis.
@jthielen jthielen added Type: Bug Something is not working like it should Area: Calc Pertains to calculations labels Jul 9, 2020
@jthielen jthielen added this to the 0.12.2 milestone Jul 9, 2020
@jthielen
Copy link
Collaborator Author

Closed due to needing to re-create my MetPy fork. See #1425.

@jthielen jthielen closed this Jul 27, 2020
@jthielen jthielen removed this from 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

Area: Calc Pertains to calculations Type: Bug Something is not working like it should

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants