From e6dbc9950a573111c4c67c38a7e0a03a5ba4cb13 Mon Sep 17 00:00:00 2001 From: "j.schoenau" Date: Tue, 19 Apr 2022 08:58:35 +0200 Subject: [PATCH] Updated docstrings for tsam release 2.0.1 --- docs/source/conf.py | 6 +++--- docs/source/legalNoticeDoc.rst | 2 +- docs/source/newsDoc.rst | 10 +++++++++- setup.py | 2 +- 4 files changed, 14 insertions(+), 6 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 46539b1..a9b50a1 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -69,7 +69,7 @@ # General information about the project. project = "tsam" -copyright = "2016-2021, tsam Developer Team" +copyright = "2016-2022, tsam Developer Team" author = "Leander Kotzur, Maximilian Hoffmann" # The version info for the project you're documenting, acts as replacement for @@ -77,9 +77,9 @@ # built documents. # # The short X.Y version. -version = "2.0.0" +version = "2.0.1" # The full version, including alpha/beta/rc tags. -release = "2.0.0" +release = "2.0.1" # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/docs/source/legalNoticeDoc.rst b/docs/source/legalNoticeDoc.rst index 022bcb1..4afe573 100644 --- a/docs/source/legalNoticeDoc.rst +++ b/docs/source/legalNoticeDoc.rst @@ -8,7 +8,7 @@ License `MIT License `_ -Copyright (C) 2016-2020 Leander Kotzur, Maximilian Hoffmann, Peter Markewitz, Martin Robinius, Detlef Stolten +Copyright (C) 2016-2022 Leander Kotzur, Maximilian Hoffmann, Peter Markewitz, Martin Robinius, Detlef Stolten *************** Acknowledgement diff --git a/docs/source/newsDoc.rst b/docs/source/newsDoc.rst index ad9cde6..e6e8f09 100644 --- a/docs/source/newsDoc.rst +++ b/docs/source/newsDoc.rst @@ -2,11 +2,19 @@ tsam's Change Log ################# +********************* +Release version 2.0.1 +********************* + +tsam release (1.1.2) includes the following new functionalities: +* Changed dependency of scikit-learn to make tsam conda-forge runnable. + + ********************* Release version 2.0.0 ********************* -In tsam’s latest release (2.0.0) the following functionalities were included: +In tsam 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” diff --git a/setup.py b/setup.py index de5f48d..d168277 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ setuptools.setup( name="tsam", - version="2.0.0", + version="2.0.1", author="Leander Kotzur, Maximilian Hoffmann", author_email="l.kotzur@fz-juelich.de, max.hoffmann@fz-juelich.de", description="Time series aggregation module (tsam) to create typical periods",