- fix contributing.rst guide to testing
- improve documentation problems
- c.f. #12
- remove poetry-core version dependency
- add information on running all tests to CONTRIBUTING.rst
- add a statement of need
- add documentation deep links to README.rst
- hopefully fix RTD build
- Further improve CI/CD
- add documentation
- add badges
- add tests
- add more input validation
- changes some API parameter names and removes some functions
- Improve CI/CD
- Various fixes
- introduce
black
linter in repo - drastically reduce memory allocation by sequentially resampling
- avoid OOM crash if debug/info plots are too large
- seperately configurable start- and end-windoww lengths
- handle error cases:
- same start and end window
- first or second shake missing
- fix off-by-two error in shift index
- add feature: per-sensor data exports in
pickle
format
- introduce
- Minor Bugfixes
- Only look for peaks in window
- Added parameter to interpolate only between valid values
- Fixed get_synced_data()
- Renamed methods to indicate internal only usage
- Fix truncation of data and remove auto truncation
- Improve readme
- Initial commit
- First release on PyPI.