-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
interpolate_na: Add max_gap support. #3302
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
Merged
Merged
Changes from all commits
Commits
Show all changes
35 commits
Select commit
Hold shift + click to select a range
ad6f35b
interpolate_na: Add maxgap support.
dcherian 9275d89
Add docs.
dcherian 47a7cf5
Add requires_bottleneck to test.
dcherian 711b2a9
Review comments.
dcherian 4cad630
maxgap → max_gap
dcherian 02b93c9
Update xarray/core/dataarray.py
dcherian da6c5f3
Update xarray/core/dataset.py
dcherian e1880e3
update whats-new
dcherian 6c7a869
update computation.rst
dcherian 49854e9
Better support uniformly spaced coordinates. Split legnths, interp test
dcherian 6a86692
Raise error for max_gap and irregularly spaced coordinates + test
dcherian 6e7e2f5
rework.
dcherian b74dead
Use pandas checks for index duplication and monotonicity.
dcherian a139042
Progress + add datetime.
dcherian 8b150a4
nicer error message
dcherian 45d3c28
A few fstrings.
dcherian 980f475
finish up timedelta max_gap.
dcherian 312ea14
Merge remote-tracking branch 'upstream/master' into interp-na-maxgap
dcherian 6e857f0
fix whats-new
dcherian 6f54616
small fixes.
dcherian db0c5f3
fix dan's test.
dcherian 1127c61
remove redundant test.
dcherian 4e27c94
nicer error message.
dcherian 179eff1
Add xfailed cftime tests
dcherian c12e1da
Merge remote-tracking branch 'upstream/master' into interp-na-maxgap
dcherian 9de946f
better error checking and tests.
dcherian a411cc2
typing.
dcherian fde2c14
Merge remote-tracking branch 'upstream/master' into interp-na-maxgap
dcherian 4bda699
update docstrings
dcherian 4acdd3b
scipy intersphinx
dcherian cb3a3f1
Merge branch 'master' into interp-na-maxgap
dcherian ac7aeeb
Merge remote-tracking branch 'upstream/master' into interp-na-maxgap
dcherian d9410b1
fix tests
dcherian d844ba7
add bottleneck testing decorator.
dcherian 2381a80
Merge branch 'master' into interp-na-maxgap
dcherian File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.