Skip to content

Commit

Permalink
Update newsDoc style and integrate previous log changes
Browse files Browse the repository at this point in the history
  • Loading branch information
OfficialCodexplosive committed Sep 23, 2021
1 parent 269d458 commit 27b2677
Showing 1 changed file with 24 additions and 1 deletion.
25 changes: 24 additions & 1 deletion docs/source/newsDoc.rst
Expand Up @@ -2,6 +2,29 @@
tsam's Change Log
#################

In tsam's latest release (1.1.2) the following functionalities were included:
*********************
Release version 1.1.2
*********************

tsam release (1.1.2) includes the following new functionalities:

* Added first version of the k-medoid contiguity algorithm.

*********************
Release version 1.1.1
*********************

tsam release (1.1.1) includes the following new functionalities:

* 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.

*********************
Release version 1.1.0
*********************

tsam release (1.1.0) includes the following new functionalities:

* Segmentation - the clustering of adjacent time steps - according to Pineda et al. (2018)
* k-MILP - an extension of the MILP-based k-medoids clustering that allows automatic identification of extreme periods according to Zatti et al. (2019)
* The option to dynamically choose whether to clusters found should be represented by their centroid or medoid.

0 comments on commit 27b2677

Please sign in to comment.