Skip to content

v5.8

Compare
Choose a tag to compare
@looselycoupled looselycoupled released this 13 May 21:38
· 49 commits to master since this release

This release contains the following changes:

  • bug fixes related to materializing StatPoint to 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 StatPoint to output formats such as pandas Series or DataFrame.
  • adds official Python 3.8 support
  • updates to documentation
  • other minor bug fixes