You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* [WIP] Implementation of polyfit and polyval - minimum testing - no docs
* Formatting with black, flake8
* Fix failing test
* More intelligent skipna switching
* Add docs | Change coeff order to fit numpy | move polyval
* Move doc patching to class
* conditional doc patching
* Fix windows fail - more efficient nan skipping
* Fix typo in least_squares
* Move polyfit to dataset
* Add more tests | fix some edge cases
* Skip test without dask
* Fix 1D case | add docs
* skip polyval test without dask
* Explicit docs | More restrictive polyval
* Small typo in polyfit docstrings
* Apply suggestions from code review
Co-Authored-By: Maximilian Roos <[email protected]>
* Polyfit : fix style in docstring | add see also section
* Clean up docstrings and documentation.
* Move whats new entry to 0.16 | fix PEP8 issue in test_dataarray
Co-authored-by: Maximilian Roos <[email protected]>
0 commit comments