Skip to content

Releases: FZJ-IEK3-VSA/tsam

2.3.6

15 Oct 12:48
c46fbd3
Compare
Choose a tag to compare
  • I have transitioned from setup.py to pyproject.toml . #89
  • Changed the layout from flat to source. See here for advantages
  • Updated the installation description in the README.md
  • Fixed a couple of deprecation and future warnings, reported in #91

2.3.5

27 Sep 10:50
c8d8cfe
Compare
Choose a tag to compare

Replaces 2.3.4 due to differences between github and pypi

2.3.4

18 Sep 08:10
c8d8cfe
Compare
Choose a tag to compare
  • 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

Version 2.3.3

09 Aug 13:13
12713df
Compare
Choose a tag to compare

Drop support for Python<3.9 and fix some depreciation warnings.

Version 2.3.2

08 Aug 14:37
fffdca7
Compare
Choose a tag to compare

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.

Version 2.3.1

25 Aug 07:12
Compare
Choose a tag to compare
  • accelerate rescale cluster periods
  • update documentation and include autodeployment

Version 2.3.0

29 Jun 07:18
Compare
Choose a tag to compare
  • 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

Version 2.2.2

29 Nov 12:17
a8dd928
Compare
Choose a tag to compare
  • Fix Hypertuning class
  • Set high as new default MILP solver
  • Rework README

Version 2.1.0

02 Aug 12:44
2d91c08
Compare
Choose a tag to compare

Following functionality was added:

  • a hyperparameter tuning meta class which is able to identify the optimal combination of typical periods and segments for a given time series dataset

Version 2.0.1

19 Apr 07:09
a102f02
Compare
Choose a tag to compare

tsam release (2.0.1) includes the following new functionalities:

  • Changed dependency of scikit-learn to make tsam conda-forge runnable.