v5.8
This release contains the following changes:
- bug fixes related to materializing
StatPointto csv or dataframe - bug fixes related to
Stream.count - adds ability to provide a callable for naming streams in
to_dataframe - adds ability to choose aggregation type (eg. min, max, mean, etc.) when materializing
StatPointto output formats such as pandas Series or DataFrame. - adds official Python 3.8 support
- updates to documentation
- other minor bug fixes