v0.1.19
- 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