Skip to content

v0.1.19

Compare
Choose a tag to compare
@tnixon tnixon released this 15 Jul 02:03
· 72 commits to master since this release
5ba6ce5
  • New helper methods to slice TSDFs by time, get earliest and latest records across all series
  • New method to extract time intervals of a given "state" (ie. constant values, monotonically increasing/decreasing, etc.)
  • Reorganized test code to load test data sets from external JSON files
  • Reformatted code to comply with Black and Flake8