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

Dynamic time selection #2055

Merged
merged 30 commits into from
Feb 17, 2025
Merged
Changes from 1 commit
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
afddae6
Add time selection between dynamic doy
Dec 19, 2024
0593440
Fixing doctsting issue of mask_between_doys
Dec 19, 2024
5ec7ec6
Fix the inclusion of bounds for int doys
Jan 20, 2025
2512024
Merge branch 'main' into dynamic-time-selection
Jan 22, 2025
ac76379
Add details to AUTHORS.rst
Jan 22, 2025
2e40c9f
Add details to zenodo file
Jan 22, 2025
0c815b9
Add a check to ensure that doy bounds have same freq in mask_between_…
Jan 28, 2025
c52cd63
Fix bug when masking between doys on dataset
Jan 28, 2025
36b1862
Edit freq error message in mask_between_doys
Jan 28, 2025
ac20249
Rewrite mask_between_doys to add spatial dims support
aulemahal Jan 31, 2025
ab2fb7b
Merge branch 'main' into dynamic-time-selection
aulemahal Feb 3, 2025
ca47063
Merge branch 'main' into dynamic-time-selection
Zeitsperre Feb 5, 2025
5c91ef3
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Feb 5, 2025
775f9ed
Add tests - fix doc - fix end < start case for bounds
aulemahal Feb 11, 2025
4584b7c
Merge branch 'main' into dynamic-time-selection
aulemahal Feb 11, 2025
fccf1b5
Add changelog line
aulemahal Feb 11, 2025
0cea4d1
Merge branch 'main' into dynamic-time-selection
Zeitsperre Feb 11, 2025
bf6bc07
merge and add doy bounds support in expected_count
aulemahal Feb 12, 2025
f87a61d
merge
aulemahal Feb 12, 2025
243c3be
Merge branch 'main' into dynamic-time-selection
Zeitsperre Feb 12, 2025
19f3f42
invert the problem, stop dropping when indexing
aulemahal Feb 12, 2025
dd07766
Merge branch 'main' into dynamic-time-selection
aulemahal Feb 12, 2025
90e696d
Merge branch 'dynamic-time-selection' of github.com:baptistehamon/xcl…
aulemahal Feb 12, 2025
9fb56a2
upd nb example
aulemahal Feb 12, 2025
3446d36
add simple tests for DA indexing
aulemahal Feb 12, 2025
f75e559
Merge branch 'main' into dynamic-time-selection
Zeitsperre Feb 13, 2025
38415e9
add tests with include_bounds
aulemahal Feb 17, 2025
3f44a35
Merge branch 'main' into dynamic-time-selection
aulemahal Feb 17, 2025
cc767b5
Error on drop True and array-like doy-bounds
aulemahal Feb 17, 2025
a96ad8d
Merge branch 'dynamic-time-selection' of github.com:baptistehamon/xcl…
aulemahal Feb 17, 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
Add details to AUTHORS.rst
Baptiste Hamon committed Jan 22, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit ac76379e9aa66128663cc54acae6a514949cfb66
1 change: 1 addition & 0 deletions AUTHORS.rst
Original file line number Diff line number Diff line change
@@ -48,3 +48,4 @@ Contributors
* Adrien Lamarche `@LamAdr <https://github.com/LamAdr>`_
* Faisal Mahmood <[email protected]> <[email protected]> `@faimahsho <https://github.com/faimahsho>`_
* Sebastian Lehner <[email protected]> `@seblehner <https://github.com/seblehner>`_
* Baptiste Hamon <[email protected]> `@baptistehamon <https://github.com/baptistehamon>`_