-
-
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
Add SeasonGrouper, SeasonResampler #9524
Draft
dcherian
wants to merge
18
commits into
pydata:main
Choose a base branch
from
dcherian:custom-groupers
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
+717
−76
Commits on Nov 12, 2024
-
Add SeasonGrouper, SeasonResampler
These two groupers allow defining custom seasons, and dropping incomplete seasons from the output. Both cases are treated by adjusting the factorization -- conversion from group labels to integer codes -- appropriately.
Configuration menu - View commit details
-
Copy full SHA for 7e3a6a4 - Browse repository at this point
Copy the full SHA 7e3a6a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 879b496 - Browse repository at this point
Copy the full SHA 879b496View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8268c46 - Browse repository at this point
Copy the full SHA 8268c46View commit details -
Configuration menu - View commit details
-
Copy full SHA for 31cc519 - Browse repository at this point
Copy the full SHA 31cc519View commit details -
Configuration menu - View commit details
-
Copy full SHA for 96ae241 - Browse repository at this point
Copy the full SHA 96ae241View commit details -
Configuration menu - View commit details
-
Copy full SHA for 77dc5e0 - Browse repository at this point
Copy the full SHA 77dc5e0View commit details -
Configuration menu - View commit details
-
Copy full SHA for d68b1e4 - Browse repository at this point
Copy the full SHA d68b1e4View commit details
Commits on Nov 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1b7a9fc - Browse repository at this point
Copy the full SHA 1b7a9fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for be5f933 - Browse repository at this point
Copy the full SHA be5f933View commit details -
Configuration menu - View commit details
-
Copy full SHA for bd21b48 - Browse repository at this point
Copy the full SHA bd21b48View commit details
Commits on Nov 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 09640b7 - Browse repository at this point
Copy the full SHA 09640b7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8773faf - Browse repository at this point
Copy the full SHA 8773fafView commit details -
Configuration menu - View commit details
-
Copy full SHA for 879af59 - Browse repository at this point
Copy the full SHA 879af59View commit details
Commits on Nov 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2ca67da - Browse repository at this point
Copy the full SHA 2ca67daView commit details -
Configuration menu - View commit details
-
Copy full SHA for f5191e5 - Browse repository at this point
Copy the full SHA f5191e5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2512d53 - Browse repository at this point
Copy the full SHA 2512d53View commit details -
Merge branch 'main' into custom-groupers
* main: fix cf decoding of grid_mapping (pydata#9765) Allow wrapping `np.ndarray` subclasses (pydata#9760) Optimize polyfit (pydata#9766) Use `map_overlap` for rolling reductions with Dask (pydata#9770) fix html repr indexes section (pydata#9768)
Configuration menu - View commit details
-
Copy full SHA for f0f838c - Browse repository at this point
Copy the full SHA f0f838cView commit details -
Merge branch 'main' into custom-groupers
* main: Add download stats badges (pydata#9786) Fix open_mfdataset for list of fsspec files (pydata#9785) add 'User-Agent'-header to pooch.retrieve (pydata#9782) Optimize `ffill`, `bfill` with dask when `limit` is specified (pydata#9771)
Configuration menu - View commit details
-
Copy full SHA for b9507fe - Browse repository at this point
Copy the full SHA b9507feView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.