Skip to content

Releases: FZJ-IEK3-VSA/tsam

Version 2.0.0

26 Nov 10:43
a896367
Compare
Choose a tag to compare

In tsam’s latest release (2.0.0) the following functionalities were included:

  • A new comprehensive structure that allows for free cross-combination of clustering algorithms and cluster representations, e.g. centroids or medoids.
  • A novel cluster representation method that precisely replicates the original time series value distribution in the aggregated time series based on “Hoffmann, Kotzur and Stolten (2021): The Pareto-Optimal Temporal Aggregation of Energy System Models (https://arxiv.org/abs/2111.12072)”
  • Maxoids as representation algorithm which represents time series by outliers only based on “Sifa and Bauckhage (2017): Online k-Maxoids clustering”
  • K-medoids contiguity: An algorithm based on “Oehrlein and Hauner (2017): A cutting-plane method for adjacency-constrained spatial aggregation” that accounts for contiguity constraints to e.g. cluster only time series in neighboring regions

Version 1.1.2

23 Sep 14:11
d74948f
Compare
Choose a tag to compare

This tsam release (1.1.2) includes the following new functionalities

  • Added first version of the k-medoid contiguity algorithm

Version 1.1.1

10 Aug 11:25
25c5b39
Compare
Choose a tag to compare

This tsam release (1.1.1) includes

  • Significantly increased test coverage
  • Separation between clustering and representation, i.e. for clustering algorithms like Ward’s hierarchical clustering algorithm the representation by medoids or centroids can now freely be chosen.

Include build testing

23 Jan 16:14
Compare
Choose a tag to compare
v1.01

prepare new release including testing

First pypi release

22 May 19:17
Compare
Choose a tag to compare
v0.9.9

finalize pypi release

Clarify aggregation output structure

26 Mar 08:51
d51c610
Compare
Choose a tag to compare
  • add second example which illustrates the output of the aggregation
  • add the second publication about storage modeling in readme
  • modify usable attributes to properties

v0.9.4

19 Jan 09:49
Compare
Choose a tag to compare
  • Improvement of extreme periods
  • Move to MIT license

v0.9.3

11 Jul 00:57
Compare
Choose a tag to compare

Patch to first public version with minor bug fixes

v0.9.2

15 May 10:22
Compare
Choose a tag to compare

First public release

Features:

  • different aggregation methods implemented (averaging, k-mean, exact k-medoid, hierarchical), which are based on scikit-learn or pyomo
  • flexible integration of extreme periods as own cluster centers
  • weighting for the case of multidimensional time-series to represent their relevance

v0.9.1

15 May 08:48
Compare
Choose a tag to compare

First public release of tsam