tsam 2.3.6__py3-none-any.whl → 2.3.7__py3-none-any.whl
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/timeseriesaggregation.py +3 -0
- {tsam-2.3.6.dist-info → tsam-2.3.7.dist-info}/METADATA +5 -4
- {tsam-2.3.6.dist-info → tsam-2.3.7.dist-info}/RECORD +6 -6
- {tsam-2.3.6.dist-info → tsam-2.3.7.dist-info}/WHEEL +1 -1
- {tsam-2.3.6.dist-info → tsam-2.3.7.dist-info/licenses}/LICENSE.txt +0 -0
- {tsam-2.3.6.dist-info → tsam-2.3.7.dist-info}/top_level.txt +0 -0
tsam/timeseriesaggregation.py
CHANGED
|
@@ -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
|
|
@@ -53,8 +53,9 @@ Requires-Dist: pytest-cov; extra == "dev"
|
|
|
53
53
|
Requires-Dist: codecov; extra == "dev"
|
|
54
54
|
Requires-Dist: sphinx; extra == "dev"
|
|
55
55
|
Requires-Dist: sphinx-autobuild; extra == "dev"
|
|
56
|
-
Requires-Dist:
|
|
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)
|
|
@@ -2,15 +2,15 @@ tsam/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
|
2
2
|
tsam/hyperparametertuning.py,sha256=eM7m7eY80uSlwnLRxmctnis2Jv66D15Z1QD9CCMzSXE,10349
|
|
3
3
|
tsam/periodAggregation.py,sha256=h9CC06jBLNyyaFTMRynGUMN87fOH3NdSEug6EcTsKGA,5471
|
|
4
4
|
tsam/representations.py,sha256=2NL1wanBhGreCeJ8jh0aNdIx05YXEyyMJmMAVFS5-T4,7133
|
|
5
|
-
tsam/timeseriesaggregation.py,sha256=
|
|
5
|
+
tsam/timeseriesaggregation.py,sha256=UdsjsP8RAwmdBHq0wJwB2HfUai538NYRQkK31TR9dBM,57125
|
|
6
6
|
tsam/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
7
7
|
tsam/utils/durationRepresentation.py,sha256=psjUTrLxr5eqBeSZzzRIUWEEfzMa5b30zPRmxwx2IBg,9713
|
|
8
8
|
tsam/utils/k_maxoids.py,sha256=0PyaHQMA8vtV_SuQOZ0qdcGFK46aUvOiMSQofjGkjBQ,4415
|
|
9
9
|
tsam/utils/k_medoids_contiguity.py,sha256=xSN9xT61oc2CPxYERhugR9hDkVCb2o8POvAiLLgrey8,5925
|
|
10
10
|
tsam/utils/k_medoids_exact.py,sha256=CW6BLQV2eTYtMxDmo97-6hY1HljxcvkPVrL4DQPN5IQ,7178
|
|
11
11
|
tsam/utils/segmentation.py,sha256=y8TPv1KEqf6ByOz7TRywm3WC9ZPhGiWvhwAcQbFibt4,6132
|
|
12
|
-
tsam-2.3.
|
|
13
|
-
tsam-2.3.
|
|
14
|
-
tsam-2.3.
|
|
15
|
-
tsam-2.3.
|
|
16
|
-
tsam-2.3.
|
|
12
|
+
tsam-2.3.7.dist-info/licenses/LICENSE.txt,sha256=XEzEzumoCmdJzcp5gKT6UOtKrkH-SiGpxVbIfihkNK4,1224
|
|
13
|
+
tsam-2.3.7.dist-info/METADATA,sha256=8EoMezCMgt3iUNiHXB1MqN9FRm-ROEMFmZ4EAIWv6Xo,15412
|
|
14
|
+
tsam-2.3.7.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
15
|
+
tsam-2.3.7.dist-info/top_level.txt,sha256=MFI15PnPuMv8F1hTAOXbjGu41z-l6dJbnK69WlIQNcM,5
|
|
16
|
+
tsam-2.3.7.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|