-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Implementation of polyfit and polyval #3733
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
max-sixty
merged 23 commits into
pydata:master
from
aulemahal:implement-polyfit-polyval
Mar 25, 2020
Merged
Changes from all commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
80936fd
[WIP] Implementation of polyfit and polyval - minimum testing - no docs
aulemahal 05355af
Formatting with black, flake8
aulemahal 7f26cb1
Fix failing test
aulemahal fdc1819
More intelligent skipna switching
aulemahal 924f4eb
Add docs | Change coeff order to fit numpy | move polyval
aulemahal 1f6030a
Move doc patching to class
aulemahal 0f922e7
conditional doc patching
aulemahal bfec9c8
Fix windows fail - more efficient nan skipping
aulemahal 2d3235a
Fix typo in least_squares
aulemahal 31440ae
Move polyfit to dataset
aulemahal da831a5
Add more tests | fix some edge cases
aulemahal f13123f
Skip test without dask
aulemahal 896313f
Fix 1D case | add docs
aulemahal 5b70971
skip polyval test without dask
aulemahal 5af3c64
Explicit docs | More restrictive polyval
aulemahal d731fd9
Merge branch 'master' into implement-polyfit-polyval
aulemahal 3400dea
Small typo in polyfit docstrings
aulemahal 198ff81
Apply suggestions from code review
aulemahal 34726a1
Polyfit : fix style in docstring | add see also section
aulemahal 860a892
Merge branch 'implement-polyfit-polyval' of github.com:aulemahal/xarr…
aulemahal 3f7fe4c
Clean up docstrings and documentation.
aulemahal 31e92bb
Merge master
aulemahal 7eeba59
Move whats new entry to 0.16 | fix PEP8 issue in test_dataarray
aulemahal 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
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.