-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
[skip-ci] Add cftime groupby, resample benchmarks #7795
Conversation
I'm not sure why asv can't create the env for benchmarking.
|
ecbd13a
to
07996c7
Compare
c08c899
to
da076e6
Compare
Feels like it worked quite recently, has something changed? Benchmarks still works on the flox side. |
Here's a truncated diff:
|
5ea52f7
to
5a56cb9
Compare
|
well that was it apparently 🤷🏾♂️ |
Thanks @Illviljan I'm merging so I can run benchmarks on a few other PRs |
* main: Introduce Grouper objects internally (pydata#7561) [skip-ci] Add cftime groupby, resample benchmarks (pydata#7795) Fix groupby binary ops when grouped array is subset relative to other (pydata#7798) adjust the deprecation policy for python (pydata#7793) [pre-commit.ci] pre-commit autoupdate (pydata#7803) Allow the label run-upstream to run upstream CI (pydata#7787) Update asv links in contributing guide (pydata#7801) Implement DataArray.to_dask_dataframe() (pydata#7635) `ds.to_dict` with data as arrays, not lists (pydata#7739) Add lshift and rshift operators (pydata#7741) Use canonical name for set_horizonalalignment over alias set_ha (pydata#7786) Remove pandas<2 pin (pydata#7785) [pre-commit.ci] pre-commit autoupdate (pydata#7783)
If you're curious what happened, we had the same problem: SciTools/iris#5280 (comment) Just wish I'd spotted this sooner but it's quite hard to follow two organisations' repos 😆 |
xref #7730