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

Backport recent master commits to v0.20.x #1969

Merged
merged 6 commits into from
Dec 25, 2021

Commits on Dec 14, 2021

  1. FIX: Calculate bbox for pcolormesh

    This was missed in the pcolormesh refactor causing some incorrect
    bounds calculations when plotting the data.
    greglucas committed Dec 14, 2021
    Configuration menu
    Copy the full SHA
    9b0b91e View commit details
    Browse the repository at this point in the history
  2. 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.
    greglucas committed Dec 14, 2021
    Configuration menu
    Copy the full SHA
    74b021d View commit details
    Browse the repository at this point in the history
  3. 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.
    greglucas committed Dec 14, 2021
    Configuration menu
    Copy the full SHA
    c872740 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2021

  1. 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)
    greglucas committed Dec 16, 2021
    Configuration menu
    Copy the full SHA
    9adc7fe View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2021

  1. 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.
    greglucas committed Dec 24, 2021
    Configuration menu
    Copy the full SHA
    57538e7 View commit details
    Browse the repository at this point in the history
  2. TST: Update contour test limits

    Partial cherry-pick of 579be04
    to increase the test tolerance of the images for MPL3.5 tests.
    greglucas committed Dec 24, 2021
    Configuration menu
    Copy the full SHA
    b940df0 View commit details
    Browse the repository at this point in the history