Replaces 2.3.4 due to differences between github and pypi
2.3.4
* Extend the reporting if time series tolerances are exceeded and add the option to silence them with a tolerance value.
* set default tolerance value to 1e-13
2.3.3
Drop support for Python<3.9 and fix some depreciation warnings.
2.3.2
The pandas version is limited to be less than 3.0 as, some commands will be deprecated in the requirements. a new release in the setup, 2.3.2, and warning silence. Deprecation warnings are silenced.
2.3.1
* accelerate rescale cluster periods * update documentation and include autodeployment
2.3.0
- Fix depreciated pandas functions - fix sum for distribution representation incl. min max vals - now mean value of representation equals mean value of original time series - add possibility to define segment representation - extend the default example - switch from travis to github workflow for ci