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

Add SeasonGrouper, SeasonResampler #9524

Draft
wants to merge 38 commits into
base: main
Choose a base branch
from
Draft
Changes from 1 commit
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
7e3a6a4
Add SeasonGrouper, SeasonResampler
dcherian Jun 28, 2024
879b496
Allow sliding seasons
dcherian Sep 20, 2024
8268c46
cftime support
dcherian Sep 22, 2024
31cc519
Add skeleton tests
dcherian Sep 22, 2024
96ae241
Support "subsampled" seasons
dcherian Sep 22, 2024
77dc5e0
small edits
dcherian Sep 22, 2024
d68b1e4
Add reset
dcherian Nov 12, 2024
1b7a9fc
Fix tests
dcherian Nov 14, 2024
be5f933
Raise if seasons are not sorted for resampling
dcherian Nov 14, 2024
bd21b48
fix Self import
dcherian Nov 14, 2024
09640b7
Redo calendar fixtures
dcherian Nov 14, 2024
8773faf
fix test
dcherian Nov 14, 2024
879af59
cftime tests
dcherian Nov 15, 2024
2ca67da
Fix doctest
dcherian Nov 16, 2024
f5191e5
typing
dcherian Nov 16, 2024
2512d53
fix test
dcherian Nov 16, 2024
f0f838c
Merge branch 'main' into custom-groupers
dcherian Nov 16, 2024
b9507fe
Merge branch 'main' into custom-groupers
dcherian Nov 16, 2024
b385532
Add tests for SeasonGrouper API (PR #9524) (#40)
tomvothecoder Nov 20, 2024
a21952a
try fixing test
dcherian Nov 21, 2024
9f3c270
Merge branch 'main' into custom-groupers
dcherian Jan 8, 2025
bc86751
lint
dcherian Jan 8, 2025
a62628b
Merge branch 'main' into custom-groupers
dcherian Mar 19, 2025
64c99c5
format
dcherian Mar 19, 2025
594f285
fix test
dcherian Mar 19, 2025
1313ab9
cleanup
dcherian Mar 19, 2025
32d9ed0
more cleanup
dcherian Mar 19, 2025
b068e94
fix
dcherian Mar 19, 2025
b9a34ca
Merge branch 'main' into custom-groupers
dcherian Mar 20, 2025
862cf2a
Fix automatic inference of unique_coord
dcherian Mar 20, 2025
f3f7d52
Squashed commit of the following:
dcherian Mar 20, 2025
85d9217
cleanup
dcherian Mar 20, 2025
de26f38
Fix
dcherian Mar 20, 2025
fc7297a
fix docstring
dcherian Mar 20, 2025
e3413f3
Merge remote-tracking branch 'upstream/main' into custom-groupers
dcherian Mar 25, 2025
861da6c
cleanup
dcherian Mar 26, 2025
7406458
Avoid silly sphinx complete rebuilds
dcherian Mar 26, 2025
6297c1c
Add docs
dcherian Mar 26, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Avoid silly sphinx complete rebuilds
dcherian committed Mar 26, 2025
commit 7406458f848368c1540f22fcf8be3ff1d3d2e746
2 changes: 2 additions & 0 deletions doc/conf.py
Original file line number Diff line number Diff line change
@@ -187,6 +187,8 @@
"pd.NaT": "~pandas.NaT",
}

autodoc_type_aliases = napoleon_type_aliases # Keep both in sync

# mermaid config
mermaid_version = "10.9.1"