tsam 2.3.6__tar.gz → 2.3.7__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {tsam-2.3.6/src/tsam.egg-info → tsam-2.3.7}/PKG-INFO +4 -3
- {tsam-2.3.6 → tsam-2.3.7}/pyproject.toml +2 -2
- {tsam-2.3.6 → tsam-2.3.7}/requirements.yml +1 -1
- {tsam-2.3.6 → tsam-2.3.7}/src/tsam/timeseriesaggregation.py +3 -0
- {tsam-2.3.6 → tsam-2.3.7/src/tsam.egg-info}/PKG-INFO +4 -3
- {tsam-2.3.6 → tsam-2.3.7}/test/test_assert_raises.py +5 -5
- {tsam-2.3.6 → tsam-2.3.7}/LICENSE.txt +0 -0
- {tsam-2.3.6 → tsam-2.3.7}/MANIFEST.in +0 -0
- {tsam-2.3.6 → tsam-2.3.7}/README.md +0 -0
- {tsam-2.3.6 → tsam-2.3.7}/examples/results/paretoOptimalAggregation.csv +0 -0
- {tsam-2.3.6 → tsam-2.3.7}/examples/results/preprocessed_wind.csv +0 -0
- {tsam-2.3.6 → tsam-2.3.7}/examples/results/testperiods_hierarchical.csv +0 -0
- {tsam-2.3.6 → tsam-2.3.7}/examples/results/testperiods_kmeans.csv +0 -0
- {tsam-2.3.6 → tsam-2.3.7}/examples/results/testperiods_kmedoids.csv +0 -0
- {tsam-2.3.6 → tsam-2.3.7}/examples/results/testperiods_predefClusterOrder.csv +0 -0
- {tsam-2.3.6 → tsam-2.3.7}/examples/results/testperiods_predefClusterOrderAndClusterCenters.csv +0 -0
- {tsam-2.3.6 → tsam-2.3.7}/examples/results/testperiods_segmentation.csv +0 -0
- {tsam-2.3.6 → tsam-2.3.7}/examples/testdata.csv +0 -0
- {tsam-2.3.6 → tsam-2.3.7}/requirements.txt +0 -0
- {tsam-2.3.6 → tsam-2.3.7}/requirements_dev.txt +0 -0
- {tsam-2.3.6 → tsam-2.3.7}/setup.cfg +0 -0
- {tsam-2.3.6 → tsam-2.3.7}/src/tsam/__init__.py +0 -0
- {tsam-2.3.6 → tsam-2.3.7}/src/tsam/hyperparametertuning.py +0 -0
- {tsam-2.3.6 → tsam-2.3.7}/src/tsam/periodAggregation.py +0 -0
- {tsam-2.3.6 → tsam-2.3.7}/src/tsam/representations.py +0 -0
- {tsam-2.3.6 → tsam-2.3.7}/src/tsam/utils/__init__.py +0 -0
- {tsam-2.3.6 → tsam-2.3.7}/src/tsam/utils/durationRepresentation.py +0 -0
- {tsam-2.3.6 → tsam-2.3.7}/src/tsam/utils/k_maxoids.py +0 -0
- {tsam-2.3.6 → tsam-2.3.7}/src/tsam/utils/k_medoids_contiguity.py +0 -0
- {tsam-2.3.6 → tsam-2.3.7}/src/tsam/utils/k_medoids_exact.py +0 -0
- {tsam-2.3.6 → tsam-2.3.7}/src/tsam/utils/segmentation.py +0 -0
- {tsam-2.3.6 → tsam-2.3.7}/src/tsam.egg-info/SOURCES.txt +0 -0
- {tsam-2.3.6 → tsam-2.3.7}/src/tsam.egg-info/dependency_links.txt +0 -0
- {tsam-2.3.6 → tsam-2.3.7}/src/tsam.egg-info/requires.txt +0 -0
- {tsam-2.3.6 → tsam-2.3.7}/src/tsam.egg-info/top_level.txt +0 -0
- {tsam-2.3.6 → tsam-2.3.7}/test/test_accuracyIndicators.py +0 -0
- {tsam-2.3.6 → tsam-2.3.7}/test/test_adjacent_periods.py +0 -0
- {tsam-2.3.6 → tsam-2.3.7}/test/test_aggregate_hiearchical.py +0 -0
- {tsam-2.3.6 → tsam-2.3.7}/test/test_averaging.py +0 -0
- {tsam-2.3.6 → tsam-2.3.7}/test/test_cluster_order.py +0 -0
- {tsam-2.3.6 → tsam-2.3.7}/test/test_durationCurve.py +0 -0
- {tsam-2.3.6 → tsam-2.3.7}/test/test_durationRepresentation.py +0 -0
- {tsam-2.3.6 → tsam-2.3.7}/test/test_extremePeriods.py +0 -0
- {tsam-2.3.6 → tsam-2.3.7}/test/test_hierarchical.py +0 -0
- {tsam-2.3.6 → tsam-2.3.7}/test/test_hypertuneAggregation.py +0 -0
- {tsam-2.3.6 → tsam-2.3.7}/test/test_k_maxoids.py +0 -0
- {tsam-2.3.6 → tsam-2.3.7}/test/test_k_medoids.py +0 -0
- {tsam-2.3.6 → tsam-2.3.7}/test/test_k_medoids_contiguity.py +0 -0
- {tsam-2.3.6 → tsam-2.3.7}/test/test_minmaxRepresentation.py +0 -0
- {tsam-2.3.6 → tsam-2.3.7}/test/test_preprocess.py +0 -0
- {tsam-2.3.6 → tsam-2.3.7}/test/test_properties.py +0 -0
- {tsam-2.3.6 → tsam-2.3.7}/test/test_samemean.py +0 -0
- {tsam-2.3.6 → tsam-2.3.7}/test/test_segmentation.py +0 -0
- {tsam-2.3.6 → tsam-2.3.7}/test/test_subhourlyResolution.py +0 -0
- {tsam-2.3.6 → tsam-2.3.7}/test/test_subhourly_periods.py +0 -0
- {tsam-2.3.6 → tsam-2.3.7}/test/test_weightingFactors.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: tsam
|
|
3
|
-
Version: 2.3.
|
|
3
|
+
Version: 2.3.7
|
|
4
4
|
Summary: Time series aggregation module (tsam) to create typical periods
|
|
5
5
|
Author-email: Leander Kotzur <leander.kotzur@googlemail.com>, Maximilian Hoffmann <maximilian.hoffmann@julumni.fz-juelich.de>
|
|
6
6
|
Maintainer-email: Julian Belina <j.belina@fz-juelich.de>
|
|
@@ -37,7 +37,7 @@ Classifier: Programming Language :: Python :: 2
|
|
|
37
37
|
Classifier: Programming Language :: Python :: 3
|
|
38
38
|
Classifier: Topic :: Scientific/Engineering :: Mathematics
|
|
39
39
|
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
40
|
-
Requires-Python: <3.
|
|
40
|
+
Requires-Python: <3.14,>=3.9
|
|
41
41
|
Description-Content-Type: text/markdown
|
|
42
42
|
License-File: LICENSE.txt
|
|
43
43
|
Requires-Dist: scikit-learn>=0.0
|
|
@@ -55,6 +55,7 @@ Requires-Dist: sphinx; extra == "dev"
|
|
|
55
55
|
Requires-Dist: sphinx-autobuild; extra == "dev"
|
|
56
56
|
Requires-Dist: sphinx_book_theme; extra == "dev"
|
|
57
57
|
Requires-Dist: twine; extra == "dev"
|
|
58
|
+
Dynamic: license-file
|
|
58
59
|
|
|
59
60
|
[](https://github.com/FZJ-IEK3-VSA/tsam/actions) [](https://pypi.python.org/pypi/tsam) [](https://anaconda.org/conda-forge/tsam) [](https://tsam.readthedocs.io/en/latest/) []((https://github.com/FZJ-IEK3-VSA/tsam/blob/master/LICENSE.txt)) [](https://codecov.io/gh/FZJ-IEK3-VSA/tsam)
|
|
60
61
|
[](https://mybinder.org/v2/gh/FZJ-IEK3-VSA/voila-tsam/HEAD?urlpath=voila/render/Time-Series-Aggregation-Module.ipynb)
|
|
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
|
|
|
5
5
|
|
|
6
6
|
[project]
|
|
7
7
|
name = "tsam"
|
|
8
|
-
version = "2.3.
|
|
8
|
+
version = "2.3.7"
|
|
9
9
|
description = "Time series aggregation module (tsam) to create typical periods"
|
|
10
10
|
authors = [
|
|
11
11
|
{ name = "Leander Kotzur", email = "leander.kotzur@googlemail.com" },
|
|
@@ -16,7 +16,7 @@ maintainers = [
|
|
|
16
16
|
]
|
|
17
17
|
license = { file = "LICENSE.txt" }
|
|
18
18
|
keywords = ["clustering", "optimization"]
|
|
19
|
-
requires-python = ">=3.9,<3.
|
|
19
|
+
requires-python = ">=3.9,<3.14"
|
|
20
20
|
readme = "README.md"
|
|
21
21
|
classifiers=[
|
|
22
22
|
"Development Status :: 4 - Beta",
|
|
@@ -199,6 +199,9 @@ class TimeSeriesAggregation(object):
|
|
|
199
199
|
differently evaluated while the clustering process. optional (default: None )
|
|
200
200
|
:type weightDict: dict
|
|
201
201
|
|
|
202
|
+
:param segmentation: Boolean if time steps in periods should be aggregated to segments. optional (default: False)
|
|
203
|
+
:type segmentation: boolean
|
|
204
|
+
|
|
202
205
|
:param extremePeriodMethod: Method how to integrate extreme Periods (peak demand, lowest temperature etc.)
|
|
203
206
|
into to the typical period profiles. optional, default: 'None'
|
|
204
207
|
|br| Options are:
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: tsam
|
|
3
|
-
Version: 2.3.
|
|
3
|
+
Version: 2.3.7
|
|
4
4
|
Summary: Time series aggregation module (tsam) to create typical periods
|
|
5
5
|
Author-email: Leander Kotzur <leander.kotzur@googlemail.com>, Maximilian Hoffmann <maximilian.hoffmann@julumni.fz-juelich.de>
|
|
6
6
|
Maintainer-email: Julian Belina <j.belina@fz-juelich.de>
|
|
@@ -37,7 +37,7 @@ Classifier: Programming Language :: Python :: 2
|
|
|
37
37
|
Classifier: Programming Language :: Python :: 3
|
|
38
38
|
Classifier: Topic :: Scientific/Engineering :: Mathematics
|
|
39
39
|
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
40
|
-
Requires-Python: <3.
|
|
40
|
+
Requires-Python: <3.14,>=3.9
|
|
41
41
|
Description-Content-Type: text/markdown
|
|
42
42
|
License-File: LICENSE.txt
|
|
43
43
|
Requires-Dist: scikit-learn>=0.0
|
|
@@ -55,6 +55,7 @@ Requires-Dist: sphinx; extra == "dev"
|
|
|
55
55
|
Requires-Dist: sphinx-autobuild; extra == "dev"
|
|
56
56
|
Requires-Dist: sphinx_book_theme; extra == "dev"
|
|
57
57
|
Requires-Dist: twine; extra == "dev"
|
|
58
|
+
Dynamic: license-file
|
|
58
59
|
|
|
59
60
|
[](https://github.com/FZJ-IEK3-VSA/tsam/actions) [](https://pypi.python.org/pypi/tsam) [](https://anaconda.org/conda-forge/tsam) [](https://tsam.readthedocs.io/en/latest/) []((https://github.com/FZJ-IEK3-VSA/tsam/blob/master/LICENSE.txt)) [](https://codecov.io/gh/FZJ-IEK3-VSA/tsam)
|
|
60
61
|
[](https://mybinder.org/v2/gh/FZJ-IEK3-VSA/voila-tsam/HEAD?urlpath=voila/render/Time-Series-Aggregation-Module.ipynb)
|
|
@@ -18,7 +18,7 @@ def test_assert_raises():
|
|
|
18
18
|
# check error message for wrong time series
|
|
19
19
|
np.testing.assert_raises_regex(
|
|
20
20
|
ValueError,
|
|
21
|
-
"timeSeries has to be of type pandas.DataFrame\(\) or of type np.array\(\) in "
|
|
21
|
+
r"timeSeries has to be of type pandas.DataFrame\(\) or of type np.array\(\) in "
|
|
22
22
|
"initialization of object of class TimeSeriesAggregation",
|
|
23
23
|
tsam.TimeSeriesAggregation,
|
|
24
24
|
timeSeries="erroneousTimeSeries",
|
|
@@ -126,8 +126,8 @@ def test_assert_raises():
|
|
|
126
126
|
# check erroneous clusterMethod argument
|
|
127
127
|
np.testing.assert_raises_regex(
|
|
128
128
|
ValueError,
|
|
129
|
-
"clusterMethod needs to be one of the following: \['averaging', 'k_means', "
|
|
130
|
-
"'k_medoids', 'k_maxoids', 'hierarchical', 'adjacent_periods'\]",
|
|
129
|
+
r"clusterMethod needs to be one of the following: \['averaging', 'k_means', "
|
|
130
|
+
r"'k_medoids', 'k_maxoids', 'hierarchical', 'adjacent_periods'\]",
|
|
131
131
|
tsam.TimeSeriesAggregation,
|
|
132
132
|
timeSeries=raw,
|
|
133
133
|
clusterMethod="erroneousClusterMethod",
|
|
@@ -144,8 +144,8 @@ def test_assert_raises():
|
|
|
144
144
|
# check erroneous extremePeriodMethod argument
|
|
145
145
|
np.testing.assert_raises_regex(
|
|
146
146
|
ValueError,
|
|
147
|
-
"extremePeriodMethod needs to be one of the following: \['None', 'append', "
|
|
148
|
-
"'new_cluster_center', 'replace_cluster_center'\]",
|
|
147
|
+
r"extremePeriodMethod needs to be one of the following: \['None', 'append', "
|
|
148
|
+
r"'new_cluster_center', 'replace_cluster_center'\]",
|
|
149
149
|
tsam.TimeSeriesAggregation,
|
|
150
150
|
timeSeries=raw,
|
|
151
151
|
extremePeriodMethod="erroneousExtremePeriodMethod",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{tsam-2.3.6 → tsam-2.3.7}/examples/results/testperiods_predefClusterOrderAndClusterCenters.csv
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|