-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
interpolate_na: Add max_gap support. (#3302)
* interpolate_na: Add maxgap support. * Add docs. * Add requires_bottleneck to test. * Review comments. * Update xarray/core/dataarray.py Co-Authored-By: Maximilian Roos <5635139+max-sixty@users.noreply.github.com> * Update xarray/core/dataset.py Co-Authored-By: Maximilian Roos <5635139+max-sixty@users.noreply.github.com> * maxgap → max_gap * update whats-new * update computation.rst * Better support uniformly spaced coordinates. Split legnths, interp test * Raise error for max_gap and irregularly spaced coordinates + test * rework. * Use pandas checks for index duplication and monotonicity. * Progress + add datetime. * nicer error message * A few fstrings. * finish up timedelta max_gap. * fix whats-new * small fixes. * fix dan's test. * remove redundant test. * nicer error message. * Add xfailed cftime tests * better error checking and tests. * typing. * update docstrings * scipy intersphinx * fix tests * add bottleneck testing decorator.
- Loading branch information
Showing
7 changed files
with
322 additions
and
54 deletions.
There are no files selected for viewing
This file contains 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 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 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 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 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 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.