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

V0.20.x merge into main #2079

Merged
merged 28 commits into from
Sep 12, 2022
Merged
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
ab85a60
Update streamplot test for Matplotlib 3.5.0rc1
QuLogic Oct 6, 2021
04f794b
Regenerate all tick test images
QuLogic Sep 20, 2021
2f92abd
Remove use of distutils
QuLogic Sep 21, 2021
112af97
Loosen OSGB tests if grids are unavailable
QuLogic Sep 21, 2021
bafff30
Merge pull request #1894 from georgemccabe/master
greglucas Sep 29, 2021
1e652d6
Update streamplot test for Matplotlib 3.5.0rc1
QuLogic Oct 6, 2021
ebf1f11
Use Gridliner transform for inline labels also
QuLogic Oct 7, 2021
70d6f6e
Merge pull request #1892 from greglucas/pcolor-shading-nearest
QuLogic Oct 8, 2021
76882b3
Merge pull request #1904 from QuLogic/backport-0.20
greglucas Oct 8, 2021
2f68ee0
address shapely 2.0 deprecations
akrherz Oct 26, 2021
88edc5e
CI: pin min dependency for shapely
akrherz Oct 27, 2021
5cfb76b
Merge pull request #1930 from akrherz/shapely
greglucas Nov 13, 2021
457f4b9
MNT: Add a cache to the Transformer creation in transform_points
greglucas Oct 31, 2021
4e581b0
Merge pull request #1931 from greglucas/cache-transformer-crs-v0.20
dopplershift Nov 14, 2021
9b0b91e
FIX: Calculate bbox for pcolormesh
greglucas Dec 5, 2021
74b021d
MNT: Update the natural earth test
greglucas Dec 11, 2021
c872740
CI: Fix min dependency build by switching to Linux
greglucas Dec 11, 2021
9adc7fe
TST: Updating test tolerances for the v0.20.x branch
greglucas Dec 16, 2021
57538e7
CI: Avoid newer openssl version due to WMTS tests
greglucas Dec 24, 2021
b940df0
TST: Update contour test limits
greglucas Dec 24, 2021
96f77d9
Merge pull request #1969 from greglucas/v0.20-pcolormesh
QuLogic Dec 25, 2021
c978fad
Backport pull request #2057
dopplershift Jun 28, 2022
72b9659
TST: Change testing method for tolerances
greglucas Jun 27, 2022
9c3a5a7
Update test images
dopplershift Jun 28, 2022
b7fa756
FIX: Add clip limits to Nightshade floating point calculations
greglucas Jan 21, 2022
50b7399
Add PROJ version range to tests
dopplershift Jun 29, 2022
3fd85aa
Merge pull request #2059 from dopplershift/backport-2057
greglucas Jun 29, 2022
a3dbb05
Merge branch 'v0.20.x'
greglucas Sep 11, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@


import os
import shutil
import subprocess
import warnings
from collections import defaultdict
Expand Down