This is a release before merging 180. In case 180 introduces new bugs this version will serve as a stable reference point until they are worked out.
It was also necessary as pydantic v2, which was released on June 30th, will be installed automatically before 181, effectively breaking previous versions.
What's Changed
* fixed a typo (Read --> Write) by ahmadtourei in https://github.com/DASDAE/dascore/pull/167
* Fix 168 by d-chambers in https://github.com/DASDAE/dascore/pull/169
* Allow spool negative indexing by d-chambers in https://github.com/DASDAE/dascore/pull/173
* update waterfall plot by d-chambers in https://github.com/DASDAE/dascore/pull/175
* Performance Benchmarks by d-chambers in https://github.com/DASDAE/dascore/pull/176
* fix 178 by d-chambers in https://github.com/DASDAE/dascore/pull/179
* updated detrend function's docstring to conform how the function shou… by ahmadtourei in https://github.com/DASDAE/dascore/pull/177
* pin pydantic < 2 by d-chambers in https://github.com/DASDAE/dascore/pull/181
**Full Changelog**: https://github.com/DASDAE/dascore/compare/v0.0.11...v0.0.12