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
More up-to-date examples in documentation (#140)
* More up-to-date examples in documentation
* one cell was markdown by mistake
* dx
* fixing up typos
* further typos
* make html works locally
* black reformatting
* Acknowledge Dougie's contribution
* Updating Parseval's example
* Recovering windows cell
* Updating Parseval noteboom
* grammar
* adding numpy example
* first bullet point
* redundant period
Refactor detrend (#118)
* first pass at refactoring detrend
* remove comments
* fix chunking
* add 3D case
* add error checking; implement 2D detrend
* add more 2D test cases
* black
* refactor xrft and update tests
* fix typo in detrend test
* doc updates