Releases: DASDAE/dascore
Releases · DASDAE/dascore
v0.0.10
What's Changed
- fix environment file by @d-chambers in #117
- Viz upgrade by @d-chambers in #119
- add default string to signature pages by @d-chambers in #130
- add support for specifying spool index by @d-chambers in #131
- Better error message for non-existent spool file/directory by @d-chambers in #132
- QuantX io support by @d-chambers in #133
- improve CI by @d-chambers in #134
- Transform semantics by @d-chambers in #135
- Remove file warning by @d-chambers in #136
- add terra15 v6 tests, fix #127 by @d-chambers in #140
Full Changelog: v0.0.9...v0.0.10
v0.0.9
What's Changed
- incremental updates for API gen by @d-chambers in #86
- fix tag length by @d-chambers in #89
- Update documentation.qmd by @danesnick in #88
- Median filter by @jinwar in #90
- Updated detrend.py to conform to docstring API example guidelines by @danesnick in #91
- Adding standardize function by @ahmadtourei in #92
- Codesprint add examples doc by @danesnick in #94
- Sobel by @SeunghooKim in #93
- update pr template by @d-chambers in #99
- Optional deps by @d-chambers in #103
- add recipes for contributors by @ahmadtourei in #98
- Pydantic attrs by @d-chambers in #107
- Fix doc build by @d-chambers in #109
- fix cross reference filter by @d-chambers in #112
- Wiggleplot by @aissah in #95
- update issue template by @d-chambers in #116
- Use scipy's decimate. by @d-chambers in #115
- add python 3.11 to workflow by @d-chambers in #102
New Contributors
- @danesnick made their first contribution in #88
- @ahmadtourei made their first contribution in #92
- @SeunghooKim made their first contribution in #93
Full Changelog: v0.0.8...v0.0.9
v0.0.8
The main feature of this release is a fix in the TDMS parser that accounts for a rounding error which can cause it to skip a channel (see #85).
Also added API documentation and scripts to generate them.
What's Changed
- Api docs by @d-chambers in #82
- fix tdms off by one error by @d-chambers in #85
Full Changelog: v0.0.7...v0.0.8
v0.0.7
This is the first release with a DOI attached to it. Doing this so it can be cited in a paper.
v0.0.6
This version adds:
- Patch.pipe
- Support for non-dimensional coordinates like latitude/longitude (see Patch Tutorial)
- A fix for a bug that can crop up with indexing.
What's Changed
- fix wav output, add normalize patch method by @d-chambers in #52
- add time to front namespace by @d-chambers in #54
- Quarto to replace Sphinx by @d-chambers in #57
- Updates GH templates and some doc pages by @d-chambers in #62
- various doc improvements by @d-chambers in #63
- add patch.pipe method by @d-chambers in #64
- fix #55 by @d-chambers in #66
- Support for generic coords by @d-chambers in #68
- fix_67 by @d-chambers in #69
Full Changelog: v0.0.5...v0.0.6
v0.0.5
Multiple improvements and bug fixes.
v0.0.4
A number of bug fixes and API changes
v0.0.3
Test release for GH actions upload and versioning.