-
Notifications
You must be signed in to change notification settings - Fork 283
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
v3.7.1 updates #5798
v3.7.1 updates #5798
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 <[email protected]>
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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@trexfeathers Lovely piece of work mate. This one was tricksy and you nailed it 🥇 💯
Thanks @bjlittle! |
Merge using a merge commit
(Do not squash)
main
intov3.7.x
(875e890)Combined, this should update
v3.7.x
to the state atv3.7.0
plus the change in #5767.