-
Notifications
You must be signed in to change notification settings - Fork 366
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
V0.20.x merge into main #2079
V0.20.x merge into main #2079
Commits on Oct 6, 2021
-
Update streamplot test for Matplotlib 3.5.0rc1
Due to a change [1] after beta1, this image has altered somewhat. [1] matplotlib/matplotlib#19619
Configuration menu - View commit details
-
Copy full SHA for ab85a60 - Browse repository at this point
Copy the full SHA ab85a60View commit details
Commits on Oct 7, 2021
-
Regenerate all tick test images
The test tolerance is too high, and random other changes have crept in so that some show numbers that are completely different from the reference image. * 726ebac changed the `Mercator` projection in `test_set_xyticks` to use the default globe, which changed the text of the ticks from degree-ish to metres. * Ticks are quite clearly requested at 30° increments in `test_set_yticks_cylindrical`, so they definitely should not be at ±31/75°. * Also, fix some small inconsistencies in the tests.
Configuration menu - View commit details
-
Copy full SHA for 04f794b - Browse repository at this point
Copy the full SHA 04f794bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2f92abd - Browse repository at this point
Copy the full SHA 2f92abdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 112af97 - Browse repository at this point
Copy the full SHA 112af97View commit details -
Merge pull request SciTools#1894 from georgemccabe/master
added missing shapefile group to download script
Configuration menu - View commit details
-
Copy full SHA for bafff30 - Browse repository at this point
Copy the full SHA bafff30View commit details -
Update streamplot test for Matplotlib 3.5.0rc1
Due to a change [1] after beta1, this image has altered somewhat. [1] matplotlib/matplotlib#19619
Configuration menu - View commit details
-
Copy full SHA for 1e652d6 - Browse repository at this point
Copy the full SHA 1e652d6View commit details -
Use Gridliner transform for inline labels also
instead of hard-coding PlateCarree.
Configuration menu - View commit details
-
Copy full SHA for ebf1f11 - Browse repository at this point
Copy the full SHA ebf1f11View commit details
Commits on Oct 8, 2021
-
Merge pull request SciTools#1892 from greglucas/pcolor-shading-nearest
FIX: pcolor shading with nearest
Configuration menu - View commit details
-
Copy full SHA for 70d6f6e - Browse repository at this point
Copy the full SHA 70d6f6eView commit details -
Merge pull request SciTools#1904 from QuLogic/backport-0.20
Backport PRs for 0.20.1
Configuration menu - View commit details
-
Copy full SHA for 76882b3 - Browse repository at this point
Copy the full SHA 76882b3View commit details
Commits on Nov 12, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 2f68ee0 - Browse repository at this point
Copy the full SHA 2f68ee0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 88edc5e - Browse repository at this point
Copy the full SHA 88edc5eView commit details
Commits on Nov 13, 2021
-
Merge pull request SciTools#1930 from akrherz/shapely
Address Shapely 2.0 Deprecations
Configuration menu - View commit details
-
Copy full SHA for 5cfb76b - Browse repository at this point
Copy the full SHA 5cfb76bView commit details -
MNT: Add a cache to the Transformer creation in transform_points
This adds a cache mechanism to creating Transformer objects, which can be slow when called frequently. Additionally, this requires adding attributes to the Mercator creation as the x/y limits are created in the initializer which uses the cache/hash function.
Configuration menu - View commit details
-
Copy full SHA for 457f4b9 - Browse repository at this point
Copy the full SHA 457f4b9View commit details
Commits on Nov 14, 2021
-
Merge pull request SciTools#1931 from greglucas/cache-transformer-crs…
…-v0.20 Cache transformer crs for v0.20.x
Configuration menu - View commit details
-
Copy full SHA for 4e581b0 - Browse repository at this point
Copy the full SHA 4e581b0View commit details
Commits on Dec 14, 2021
-
FIX: Calculate bbox for pcolormesh
This was missed in the pcolormesh refactor causing some incorrect bounds calculations when plotting the data.
Configuration menu - View commit details
-
Copy full SHA for 9b0b91e - Browse repository at this point
Copy the full SHA 9b0b91eView commit details -
MNT: Update the natural earth test
Natural Earth version 5 updated some features, which caused this test to fail the tolerance. Update the image with the new features and remove the old forced edgecolor.
Configuration menu - View commit details
-
Copy full SHA for 74b021d - Browse repository at this point
Copy the full SHA 74b021dView commit details -
CI: Fix min dependency build by switching to Linux
There is some conda-forge issue with Shapely/geos so switch over to Linux for the min dependency tests.
Configuration menu - View commit details
-
Copy full SHA for c872740 - Browse repository at this point
Copy the full SHA c872740View commit details
Commits on Dec 16, 2021
-
TST: Updating test tolerances for the v0.20.x branch
This branch has a different set of updates, causing some of the test tolerances to be changed. Two of these natural earth tests are different because the shapefiles have recently been updated and some features are different now. (For instance, the lakes in the shapefile are now different)
Configuration menu - View commit details
-
Copy full SHA for 9adc7fe - Browse repository at this point
Copy the full SHA 9adc7feView commit details
Commits on Dec 24, 2021
-
CI: Avoid newer openssl version due to WMTS tests
The negotiation with a tile provider needed more up-to-date TLS/SSL protocols, so for now we just pin to a lower openssl on the runners.
Configuration menu - View commit details
-
Copy full SHA for 57538e7 - Browse repository at this point
Copy the full SHA 57538e7View commit details -
TST: Update contour test limits
Partial cherry-pick of 579be04 to increase the test tolerance of the images for MPL3.5 tests.
Configuration menu - View commit details
-
Copy full SHA for b940df0 - Browse repository at this point
Copy the full SHA b940df0View commit details
Commits on Dec 25, 2021
-
Merge pull request SciTools#1969 from greglucas/v0.20-pcolormesh
Backport recent master commits to v0.20.x
Configuration menu - View commit details
-
Copy full SHA for 96f77d9 - Browse repository at this point
Copy the full SHA 96f77d9View commit details
Commits on Jun 28, 2022
-
Backport pull request SciTools#2057
Remove use of setuptools_scm_git_archive
Configuration menu - View commit details
-
Copy full SHA for c978fad - Browse repository at this point
Copy the full SHA c978fadView commit details -
TST: Change testing method for tolerances
Change to assert_allclose instead of assert_almost_equal to test small changes as recommended by Numpy's testing docs. This is due to small tolerance changes with PROJ 9.0.1.
Configuration menu - View commit details
-
Copy full SHA for 72b9659 - Browse repository at this point
Copy the full SHA 72b9659View commit details -
These only minimally changed with a shifting of the dashes in the gridlines, but no substantive changes.
Configuration menu - View commit details
-
Copy full SHA for 9c3a5a7 - Browse repository at this point
Copy the full SHA 9c3a5a7View commit details -
FIX: Add clip limits to Nightshade floating point calculations
Depending on the values input to Nightshade, the floating point precision could put the range for arccos outside of [-1, 1], which in turn numpy returns as nan's, yielding bad geometries further downstream. This patch clips the arccos calculations to [-1, 1] to guarantee we aren't out of the valid floating point bounds.
Configuration menu - View commit details
-
Copy full SHA for b7fa756 - Browse repository at this point
Copy the full SHA b7fa756View commit details
Commits on Jun 29, 2022
-
Add PROJ version range to tests
Apparently the images change between PROJ 9.0.0 and 9.0.1
Configuration menu - View commit details
-
Copy full SHA for 50b7399 - Browse repository at this point
Copy the full SHA 50b7399View commit details -
Merge pull request SciTools#2059 from dopplershift/backport-2057
Backports for 0.20.x
Configuration menu - View commit details
-
Copy full SHA for 3fd85aa - Browse repository at this point
Copy the full SHA 3fd85aaView commit details
Commits on Sep 11, 2022
-
Configuration menu - View commit details
-
Copy full SHA for a3dbb05 - Browse repository at this point
Copy the full SHA a3dbb05View commit details