Closed schlunma closed 3 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 94.70%. Comparing base (
f969e82
) to head (3a7a180
). Report is 48 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
excellent, many thanks for taking on this one, Manu! Lemme know when you need a review :beer:
will do a more reviewey review tomorrow, in the meantime, be advised of this for future rc_iris
stuffs https://github.com/conda-forge/iris-feedstock/issues/115
@bouweandela please merge if you're happy with this ๐
Thanks V for reviewing ๐ป
Description
Iris introduces a couple new features and also some breaking changes in v3.10.0:
iris.experimental.ugrid
is deprecated in favor foriris.mesh
Mesh
is now calledMeshXY
MeshXY.coord()
have changedbroadcast_to_shape
now supportschunk
argument (we can remove our custom solution)area_weights
calculation is now lazy (we can remove our custom solution)I opted for pinning iris instead of making it backwards-compatible so we can use all new features, which allows us to remove lots of lines in our code.
Addresses https://github.com/ESMValGroup/ESMValCore/issues/2492
Before you get started
Checklist
It is the responsibility of the author to make sure the pull request is ready to review. The icons indicate whether the item will be subject to the ๐ Technical or ๐งช Scientific review.
To help with the number pull requests: