flixopt 3.0.3__py3-none-any.whl → 3.1.1__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.
Potentially problematic release.
This version of flixopt might be problematic. Click here for more details.
- flixopt/__init__.py +1 -1
- flixopt/components.py +12 -10
- flixopt/effects.py +11 -13
- flixopt/elements.py +4 -0
- flixopt/interface.py +5 -0
- flixopt/plotting.py +668 -318
- flixopt/results.py +681 -156
- flixopt/structure.py +3 -6
- {flixopt-3.0.3.dist-info → flixopt-3.1.1.dist-info}/METADATA +4 -1
- {flixopt-3.0.3.dist-info → flixopt-3.1.1.dist-info}/RECORD +13 -13
- {flixopt-3.0.3.dist-info → flixopt-3.1.1.dist-info}/WHEEL +0 -0
- {flixopt-3.0.3.dist-info → flixopt-3.1.1.dist-info}/licenses/LICENSE +0 -0
- {flixopt-3.0.3.dist-info → flixopt-3.1.1.dist-info}/top_level.txt +0 -0
flixopt/structure.py
CHANGED
|
@@ -880,13 +880,10 @@ class Element(Interface):
|
|
|
880
880
|
|
|
881
881
|
@staticmethod
|
|
882
882
|
def _valid_label(label: str) -> str:
|
|
883
|
-
"""
|
|
884
|
-
Checks if the label is valid. If not, it is replaced by the default label
|
|
883
|
+
"""Checks if the label is valid. If not, it is replaced by the default label.
|
|
885
884
|
|
|
886
|
-
Raises
|
|
887
|
-
|
|
888
|
-
ValueError
|
|
889
|
-
If the label is not valid
|
|
885
|
+
Raises:
|
|
886
|
+
ValueError: If the label is not valid.
|
|
890
887
|
"""
|
|
891
888
|
not_allowed = ['(', ')', '|', '->', '\\', '-slash-'] # \\ is needed to check for \
|
|
892
889
|
if any([sign in label for sign in not_allowed]):
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: flixopt
|
|
3
|
-
Version: 3.
|
|
3
|
+
Version: 3.1.1
|
|
4
4
|
Summary: Vector based energy and material flow optimization framework in Python.
|
|
5
5
|
Author-email: "Chair of Building Energy Systems and Heat Supply, TU Dresden" <peter.stange@tu-dresden.de>, Felix Bumann <felixbumann387@gmail.com>, Felix Panitz <baumbude@googlemail.com>, Peter Stange <peter.stange@tu-dresden.de>
|
|
6
6
|
Maintainer-email: Felix Bumann <felixbumann387@gmail.com>, Peter Stange <peter.stange@tu-dresden.de>
|
|
@@ -66,6 +66,7 @@ Requires-Dist: dash-daq==0.6.0; extra == "dev"
|
|
|
66
66
|
Requires-Dist: networkx==3.0.0; extra == "dev"
|
|
67
67
|
Requires-Dist: werkzeug==3.0.0; extra == "dev"
|
|
68
68
|
Provides-Extra: docs
|
|
69
|
+
Requires-Dist: mkdocs==1.6.1; extra == "docs"
|
|
69
70
|
Requires-Dist: mkdocs-material==9.6.21; extra == "docs"
|
|
70
71
|
Requires-Dist: mkdocstrings-python==1.18.2; extra == "docs"
|
|
71
72
|
Requires-Dist: mkdocs-table-reader-plugin==3.1.0; extra == "docs"
|
|
@@ -76,6 +77,8 @@ Requires-Dist: markdown-include==0.8.1; extra == "docs"
|
|
|
76
77
|
Requires-Dist: pymdown-extensions==10.16.1; extra == "docs"
|
|
77
78
|
Requires-Dist: pygments==2.19.2; extra == "docs"
|
|
78
79
|
Requires-Dist: mike==2.1.3; extra == "docs"
|
|
80
|
+
Requires-Dist: mkdocs-git-revision-date-localized-plugin==1.4.7; extra == "docs"
|
|
81
|
+
Requires-Dist: mkdocs-minify-plugin==0.8.0; extra == "docs"
|
|
79
82
|
Dynamic: license-file
|
|
80
83
|
|
|
81
84
|
# FlixOpt: Energy and Material Flow Optimization Framework
|
|
@@ -1,26 +1,26 @@
|
|
|
1
|
-
flixopt/__init__.py,sha256=
|
|
1
|
+
flixopt/__init__.py,sha256=_5d7Buc1ugaip5QbDGc9ebMO8LK0WWAjYHQMX2Th8P0,2217
|
|
2
2
|
flixopt/aggregation.py,sha256=P374vIJc1ZcPxxG8dfCPgUKNLRNP2kf8Y-sc1JOA45U,16191
|
|
3
3
|
flixopt/calculation.py,sha256=jeJzTazlG-KJh4M5VMlEqF-_nwIdtVYN3Z94CfKG8yI,29661
|
|
4
4
|
flixopt/commons.py,sha256=ZNlUN1z-h9OGHPo-s-n5OLlJaoPZKVGcAdRyGKpMk4M,1256
|
|
5
|
-
flixopt/components.py,sha256=
|
|
5
|
+
flixopt/components.py,sha256=0EKnzoehrx4Wk-5b6NokHvmT1i7t1msi0JAMM5BA0WU,57711
|
|
6
6
|
flixopt/config.py,sha256=kB-KyPKtmHoK1zwGp1HV8iJShVsjmi2d5SrGmL_uHxA,22000
|
|
7
7
|
flixopt/core.py,sha256=OG789eUaS5Lu0CjJiMIdtaixqnV5ZtMiKfERjCPRTv8,26366
|
|
8
|
-
flixopt/effects.py,sha256=
|
|
9
|
-
flixopt/elements.py,sha256=
|
|
8
|
+
flixopt/effects.py,sha256=1UZaqmjHEjMahbKBcmgXP3JojIRDhUZKjPgLgOAJvO0,34056
|
|
9
|
+
flixopt/elements.py,sha256=92SQ3ax57I9VLjhe0-4L6u3jaYDylrKcmuSFGuzneqI,36371
|
|
10
10
|
flixopt/features.py,sha256=kd-fMvADv8GXoKkrXObYjRJLN8toBG-5bOHTuh-59kk,25073
|
|
11
11
|
flixopt/flow_system.py,sha256=D84MIkX5oA_4H55p9mOC7tstV96V5RN2qPeJ2exX1ks,40242
|
|
12
|
-
flixopt/interface.py,sha256=
|
|
12
|
+
flixopt/interface.py,sha256=jatkXaYpugm1BsSAIbehfLCY8EgIuSmrUTPCNwidYLY,57798
|
|
13
13
|
flixopt/io.py,sha256=2ZnpoU4gVnKfv-FiwoYEA11wlqbdUU8PXJiofRSKl5M,11795
|
|
14
14
|
flixopt/linear_converters.py,sha256=tcz5c1SI36hRFbCX-4NXced12ss9VETg5BE7zOdyeo4,22699
|
|
15
15
|
flixopt/modeling.py,sha256=s0zipbblq-LJrSe7angKT3Imxgr3kIbprG98HUvmkzI,31322
|
|
16
16
|
flixopt/network_app.py,sha256=LnVAlAgzL1BgMYLsJ20a62j6nQUmNccF1zo4ACUXzL4,29433
|
|
17
|
-
flixopt/plotting.py,sha256=
|
|
18
|
-
flixopt/results.py,sha256=
|
|
17
|
+
flixopt/plotting.py,sha256=kGN9iD_LQlwESYG7eb6s15YaWRHL1-dLSW-eb0436nM,74553
|
|
18
|
+
flixopt/results.py,sha256=IRsMjgMBTk16TK70ehOZ8kIve_TPt1nznxitrC7c7JI,102272
|
|
19
19
|
flixopt/solvers.py,sha256=m38Smc22MJfHYMiqfNf1MA3OmvbTRm5OWS9nECkDdQk,2355
|
|
20
|
-
flixopt/structure.py,sha256=
|
|
20
|
+
flixopt/structure.py,sha256=034Sz_6K3RdGbTzAdEbM0AMcBEI35gI4L7pVZZU-bjo,47679
|
|
21
21
|
flixopt/utils.py,sha256=CtCMBjvq31upz7i-_1nbPnSe-1CoRoOWlPkucwiSo5Q,2930
|
|
22
|
-
flixopt-3.
|
|
23
|
-
flixopt-3.
|
|
24
|
-
flixopt-3.
|
|
25
|
-
flixopt-3.
|
|
26
|
-
flixopt-3.
|
|
22
|
+
flixopt-3.1.1.dist-info/licenses/LICENSE,sha256=HKsZnbrM_3Rvnr_u9cWSG90cBsj5_slaqI_z_qcxnGI,1118
|
|
23
|
+
flixopt-3.1.1.dist-info/METADATA,sha256=C-8cm_ToayrrbzqySZoZJhcYZGRJgr0Qbz1EYMOuxWQ,12856
|
|
24
|
+
flixopt-3.1.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
25
|
+
flixopt-3.1.1.dist-info/top_level.txt,sha256=fanTzb9NylIXfv6Ic7spU97fVmRgGDPKvI_91tw4S3E,8
|
|
26
|
+
flixopt-3.1.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|