Conversation
…ciTools#5767) * fix usage of map_blocks * fix map_blocks for non-lazy data * add benchmark * unskip benchmark * add benchmark * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * remove benchmarks * remove unnecessary import * What's New entry. * map_complete_blocks docstring. * map_complete_blocks returns. * Typo. * Typo. --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Martin Yeo <martin.yeo@metoffice.gov.uk>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## v3.7.x #5798 +/- ##
==========================================
- Coverage 89.68% 89.37% -0.32%
==========================================
Files 90 89 -1
Lines 22818 22444 -374
Branches 5446 5382 -64
==========================================
- Hits 20465 20059 -406
- Misses 1619 1639 +20
- Partials 734 746 +12 ☔ View full report in Codecov by Sentry. |
|
The following compare proves that the revert commit 1f079a6 of this pull-request has indeed undone commit 875e890, which is the merge of 932fd93...trexfeathers:1f079a632c635699990ac9f7c89019026156cf87 |
bjlittle
left a comment
There was a problem hiding this comment.
@trexfeathers Lovely piece of work mate. This one was tricksy and you nailed it 🥇 💯
|
Thanks @bjlittle! |
Merge using a merge commit
(Do not squash)
mainintov3.7.x(875e890)Combined, this should update
v3.7.xto the state atv3.7.0plus the change in #5767.