Skip to content

5.1.0

Compare
Choose a tag to compare
@eneelo eneelo released this 07 Aug 05:54
· 13 commits to master since this release
610b0b7

What's Changed

  • Support for loading from/exporting to pickle file (*.pkl, *.pickle), using a pandas dataframe format. Available in TsDB class and in GUI import/export dialogues.
  • New method TsDB.to_dataframe() generates a pandas dataframe from the time series database (requires a common time array across time series included in the dataframe).

Pull requests included in this release

  • TsDB load from/export to pickle and dataframe in #124
  • [dev] Update dynamic versioning in #121

Full Changelog: v5.0.7...v5.1.0