5.1.0
What's Changed
- Support for loading from/exporting to pickle file (
*.pkl
,*.pickle
), using a pandas dataframe format. Available inTsDB
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
Full Changelog: v5.0.7...v5.1.0