History
0.2.0 (2019-01-15)
- Minimal functionality in place.
- Docstrings complete.
0.4.0 (2019-01-31)
- Very minor doc updates.
- Accidently pushed minor version when patch was meant.
0.5.0 (2020-05-29)
- Switch to the segwarides based credentials.
0.6.0 (2021-02-11)
- Fix bug in listing possible endpoints
- Add some utility functionality and speed up unpacking packed time series (thank you RHL)
0.6.4 (2021-02-15)
- Fix a regression that causes an exception when the name of one column is the same as the start of the name of another column
- Add a test for the regression
0.7.0 (2021-03-24)
- Add the get_schema method to fetch metadata about topic fields
- Add a test for the schema parser
0.8.2 (2021-05-25)
- Deal gracefully with topics that have no description or units (Thanks Angelo!)
- Add add a parameter to allow a time threshold when selecting top N (Thanks Michael!)