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

Lazy rolling_window #5775

Merged
merged 2 commits into from
Mar 1, 2024
Merged

Conversation

bouweandela
Copy link
Member

🚀 Pull Request

Description

Closes #5774


Consult Iris pull request check list

@CLAassistant
Copy link

CLAassistant commented Feb 22, 2024

CLA assistant check
All committers have signed the CLA.

Copy link

codecov bot commented Feb 22, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 89.74%. Comparing base (8998779) to head (bb2ec46).
Report is 9 commits behind head on main.

❗ Current head bb2ec46 differs from pull request most recent head 9a8b8d9. Consider uploading reports for the commit 9a8b8d9 to get more accurate results

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #5775   +/-   ##
=======================================
  Coverage   89.74%   89.74%           
=======================================
  Files          92       92           
  Lines       22940    22941    +1     
  Branches     5462     5463    +1     
=======================================
+ Hits        20588    20589    +1     
  Misses       1620     1620           
  Partials      732      732           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@bouweandela bouweandela marked this pull request as ready for review February 24, 2024 07:50
@trexfeathers trexfeathers self-requested a review February 26, 2024 14:12
Copy link
Contributor

@trexfeathers trexfeathers left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @bouweandela, a nice bit of modernisation. I had never worked with rolling_window() before, but now that I have learned about it your change looks ideal; we're all better for having your expertise 😊

@trexfeathers trexfeathers merged commit 586c647 into SciTools:main Mar 1, 2024
20 checks passed
@bouweandela bouweandela deleted the lazy-rolling-window branch March 4, 2024 09:16
@bouweandela
Copy link
Member Author

Thank you for reviewing and for your kind words @trexfeathers!

stephenworsley pushed a commit to stephenworsley/iris that referenced this pull request Mar 11, 2024
* Lazy rolling_window

* Add test and whatsnew entry
pp-mo pushed a commit to pp-mo/iris that referenced this pull request Mar 11, 2024
* Lazy rolling_window

* Add test and whatsnew entry
pp-mo pushed a commit to pp-mo/iris that referenced this pull request Mar 11, 2024
* Lazy rolling_window

* Add test and whatsnew entry
tkknight added a commit to tkknight/iris that referenced this pull request Mar 13, 2024
…th_numpydoc

* upstream/main:
  Bump scitools/workflows from 2024.03.0 to 2024.03.1
  Bump scitools/workflows from 2024.02.2 to 2024.03.0
  Fix usage of map_blocks in AreaWeighted and elsewhere (SciTools#5767)
  Lazy rolling_window (SciTools#5775)
  whatsnew update for 3.8.0 (SciTools#5793)
  Bump scitools/workflows from 2024.02.1 to 2024.02.2 (SciTools#5792)
  DOCS: Add whatsnew for recent PRs (SciTools#5789)
HGWright added a commit to HGWright/iris that referenced this pull request Mar 27, 2024
* 'geo-bridge' of github.com:HGWright/iris: (41 commits)
  Updated lock files.
  [pre-commit.ci] auto fixes from pre-commit.com hooks
  Advertise structured_um_loading performance regression.
  [pre-commit.ci] pre-commit autoupdate
  Updated environment lockfiles
  [pre-commit.ci] auto fixes from pre-commit.com hooks
  [pre-commit.ci] pre-commit autoupdate
  Make the bugfix panel OPEN.
  What's New patch.
  What's New patch.
  Bump scitools/workflows from 2024.03.1 to 2024.03.3
  Bump scitools/workflows from 2024.03.0 to 2024.03.1
  Bump scitools/workflows from 2024.02.2 to 2024.03.0
  Fix usage of map_blocks in AreaWeighted and elsewhere (SciTools#5767)
  Lazy rolling_window (SciTools#5775)
  whatsnew update for 3.8.0 (SciTools#5793)
  Bump scitools/workflows from 2024.02.1 to 2024.02.2 (SciTools#5792)
  DOCS: Add whatsnew for recent PRs (SciTools#5789)
  ASV custom build command and file-based benchmark triggers (SciTools#5776)
  DOCS: Enable numpydoc validation pre-commit hook (SciTools#5762)
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

iris.util.rolling_window does not support Dask arrays
3 participants