flixopt 2.1.8__tar.gz → 2.1.9__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.
Potentially problematic release.
This version of flixopt might be problematic. Click here for more details.
- {flixopt-2.1.8 → flixopt-2.1.9}/CHANGELOG.md +7 -0
- {flixopt-2.1.8/flixopt.egg-info → flixopt-2.1.9}/PKG-INFO +1 -1
- {flixopt-2.1.8 → flixopt-2.1.9}/flixopt/network_app.py +3 -5
- {flixopt-2.1.8 → flixopt-2.1.9/flixopt.egg-info}/PKG-INFO +1 -1
- {flixopt-2.1.8 → flixopt-2.1.9}/.github/CONTRIBUTING.md +0 -0
- {flixopt-2.1.8 → flixopt-2.1.9}/.github/ISSUE_TEMPLATE/bug_report.yml +0 -0
- {flixopt-2.1.8 → flixopt-2.1.9}/.github/ISSUE_TEMPLATE/config.yml +0 -0
- {flixopt-2.1.8 → flixopt-2.1.9}/.github/ISSUE_TEMPLATE/feature_request.yml +0 -0
- {flixopt-2.1.8 → flixopt-2.1.9}/.github/ISSUE_TEMPLATE/general_issue.yml +0 -0
- {flixopt-2.1.8 → flixopt-2.1.9}/.github/pull_request_template.md +0 -0
- {flixopt-2.1.8 → flixopt-2.1.9}/.github/workflows/python-app.yaml +0 -0
- {flixopt-2.1.8 → flixopt-2.1.9}/.gitignore +0 -0
- {flixopt-2.1.8 → flixopt-2.1.9}/.pre-commit-config.yaml +0 -0
- {flixopt-2.1.8 → flixopt-2.1.9}/LICENSE +0 -0
- {flixopt-2.1.8 → flixopt-2.1.9}/README.md +0 -0
- {flixopt-2.1.8 → flixopt-2.1.9}/docs/SUMMARY.md +0 -0
- {flixopt-2.1.8 → flixopt-2.1.9}/docs/contribute.md +0 -0
- {flixopt-2.1.8 → flixopt-2.1.9}/docs/examples/00-Minimal Example.md +0 -0
- {flixopt-2.1.8 → flixopt-2.1.9}/docs/examples/01-Basic Example.md +0 -0
- {flixopt-2.1.8 → flixopt-2.1.9}/docs/examples/02-Complex Example.md +0 -0
- {flixopt-2.1.8 → flixopt-2.1.9}/docs/examples/03-Calculation Modes.md +0 -0
- {flixopt-2.1.8 → flixopt-2.1.9}/docs/examples/index.md +0 -0
- {flixopt-2.1.8 → flixopt-2.1.9}/docs/faq/contribute.md +0 -0
- {flixopt-2.1.8 → flixopt-2.1.9}/docs/faq/index.md +0 -0
- {flixopt-2.1.8 → flixopt-2.1.9}/docs/getting-started.md +0 -0
- {flixopt-2.1.8 → flixopt-2.1.9}/docs/images/architecture_flixOpt-pre2.0.0.png +0 -0
- {flixopt-2.1.8 → flixopt-2.1.9}/docs/images/architecture_flixOpt.png +0 -0
- {flixopt-2.1.8 → flixopt-2.1.9}/docs/images/flixopt-icon.svg +0 -0
- {flixopt-2.1.8 → flixopt-2.1.9}/docs/index.md +0 -0
- {flixopt-2.1.8 → flixopt-2.1.9}/docs/javascripts/mathjax.js +0 -0
- {flixopt-2.1.8 → flixopt-2.1.9}/docs/user-guide/Mathematical Notation/Bus.md +0 -0
- {flixopt-2.1.8 → flixopt-2.1.9}/docs/user-guide/Mathematical Notation/Effects, Penalty & Objective.md +0 -0
- {flixopt-2.1.8 → flixopt-2.1.9}/docs/user-guide/Mathematical Notation/Flow.md +0 -0
- {flixopt-2.1.8 → flixopt-2.1.9}/docs/user-guide/Mathematical Notation/InvestParameters.md +0 -0
- {flixopt-2.1.8 → flixopt-2.1.9}/docs/user-guide/Mathematical Notation/LinearConverter.md +0 -0
- {flixopt-2.1.8 → flixopt-2.1.9}/docs/user-guide/Mathematical Notation/OnOffParameters.md +0 -0
- {flixopt-2.1.8 → flixopt-2.1.9}/docs/user-guide/Mathematical Notation/Piecewise.md +0 -0
- {flixopt-2.1.8 → flixopt-2.1.9}/docs/user-guide/Mathematical Notation/Storage.md +0 -0
- {flixopt-2.1.8 → flixopt-2.1.9}/docs/user-guide/Mathematical Notation/index.md +0 -0
- {flixopt-2.1.8 → flixopt-2.1.9}/docs/user-guide/Mathematical Notation/others.md +0 -0
- {flixopt-2.1.8 → flixopt-2.1.9}/docs/user-guide/index.md +0 -0
- {flixopt-2.1.8 → flixopt-2.1.9}/examples/00_Minmal/minimal_example.py +0 -0
- {flixopt-2.1.8 → flixopt-2.1.9}/examples/01_Simple/simple_example.py +0 -0
- {flixopt-2.1.8 → flixopt-2.1.9}/examples/02_Complex/complex_example.py +0 -0
- {flixopt-2.1.8 → flixopt-2.1.9}/examples/02_Complex/complex_example_results.py +0 -0
- {flixopt-2.1.8 → flixopt-2.1.9}/examples/03_Calculation_types/Zeitreihen2020.csv +0 -0
- {flixopt-2.1.8 → flixopt-2.1.9}/examples/03_Calculation_types/example_calculation_types.py +0 -0
- {flixopt-2.1.8 → flixopt-2.1.9}/flixopt/__init__.py +0 -0
- {flixopt-2.1.8 → flixopt-2.1.9}/flixopt/aggregation.py +0 -0
- {flixopt-2.1.8 → flixopt-2.1.9}/flixopt/calculation.py +0 -0
- {flixopt-2.1.8 → flixopt-2.1.9}/flixopt/commons.py +0 -0
- {flixopt-2.1.8 → flixopt-2.1.9}/flixopt/components.py +0 -0
- {flixopt-2.1.8 → flixopt-2.1.9}/flixopt/config.py +0 -0
- {flixopt-2.1.8 → flixopt-2.1.9}/flixopt/config.yaml +0 -0
- {flixopt-2.1.8 → flixopt-2.1.9}/flixopt/core.py +0 -0
- {flixopt-2.1.8 → flixopt-2.1.9}/flixopt/effects.py +0 -0
- {flixopt-2.1.8 → flixopt-2.1.9}/flixopt/elements.py +0 -0
- {flixopt-2.1.8 → flixopt-2.1.9}/flixopt/features.py +0 -0
- {flixopt-2.1.8 → flixopt-2.1.9}/flixopt/flow_system.py +0 -0
- {flixopt-2.1.8 → flixopt-2.1.9}/flixopt/interface.py +0 -0
- {flixopt-2.1.8 → flixopt-2.1.9}/flixopt/io.py +0 -0
- {flixopt-2.1.8 → flixopt-2.1.9}/flixopt/linear_converters.py +0 -0
- {flixopt-2.1.8 → flixopt-2.1.9}/flixopt/plotting.py +0 -0
- {flixopt-2.1.8 → flixopt-2.1.9}/flixopt/results.py +0 -0
- {flixopt-2.1.8 → flixopt-2.1.9}/flixopt/solvers.py +0 -0
- {flixopt-2.1.8 → flixopt-2.1.9}/flixopt/structure.py +0 -0
- {flixopt-2.1.8 → flixopt-2.1.9}/flixopt/utils.py +0 -0
- {flixopt-2.1.8 → flixopt-2.1.9}/flixopt.egg-info/SOURCES.txt +0 -0
- {flixopt-2.1.8 → flixopt-2.1.9}/flixopt.egg-info/dependency_links.txt +0 -0
- {flixopt-2.1.8 → flixopt-2.1.9}/flixopt.egg-info/requires.txt +0 -0
- {flixopt-2.1.8 → flixopt-2.1.9}/flixopt.egg-info/top_level.txt +0 -0
- {flixopt-2.1.8 → flixopt-2.1.9}/mkdocs.yml +0 -0
- {flixopt-2.1.8 → flixopt-2.1.9}/pics/architecture_flixOpt-pre2.0.0.png +0 -0
- {flixopt-2.1.8 → flixopt-2.1.9}/pics/architecture_flixOpt.png +0 -0
- {flixopt-2.1.8 → flixopt-2.1.9}/pics/flixOpt_plotting.jpg +0 -0
- {flixopt-2.1.8 → flixopt-2.1.9}/pics/flixopt-icon.svg +0 -0
- {flixopt-2.1.8 → flixopt-2.1.9}/pics/pics.pptx +0 -0
- {flixopt-2.1.8 → flixopt-2.1.9}/pyproject.toml +0 -0
- {flixopt-2.1.8 → flixopt-2.1.9}/renovate.json +0 -0
- {flixopt-2.1.8 → flixopt-2.1.9}/scripts/extract_release_notes.py +0 -0
- {flixopt-2.1.8 → flixopt-2.1.9}/scripts/gen_ref_pages.py +0 -0
- {flixopt-2.1.8 → flixopt-2.1.9}/setup.cfg +0 -0
- {flixopt-2.1.8 → flixopt-2.1.9}/tests/__init__.py +0 -0
- {flixopt-2.1.8 → flixopt-2.1.9}/tests/conftest.py +0 -0
- {flixopt-2.1.8 → flixopt-2.1.9}/tests/ressources/Zeitreihen2020.csv +0 -0
- {flixopt-2.1.8 → flixopt-2.1.9}/tests/run_all_tests.py +0 -0
- {flixopt-2.1.8 → flixopt-2.1.9}/tests/test_bus.py +0 -0
- {flixopt-2.1.8 → flixopt-2.1.9}/tests/test_component.py +0 -0
- {flixopt-2.1.8 → flixopt-2.1.9}/tests/test_dataconverter.py +0 -0
- {flixopt-2.1.8 → flixopt-2.1.9}/tests/test_effect.py +0 -0
- {flixopt-2.1.8 → flixopt-2.1.9}/tests/test_examples.py +0 -0
- {flixopt-2.1.8 → flixopt-2.1.9}/tests/test_flow.py +0 -0
- {flixopt-2.1.8 → flixopt-2.1.9}/tests/test_functional.py +0 -0
- {flixopt-2.1.8 → flixopt-2.1.9}/tests/test_integration.py +0 -0
- {flixopt-2.1.8 → flixopt-2.1.9}/tests/test_io.py +0 -0
- {flixopt-2.1.8 → flixopt-2.1.9}/tests/test_linear_converter.py +0 -0
- {flixopt-2.1.8 → flixopt-2.1.9}/tests/test_network_app.py +0 -0
- {flixopt-2.1.8 → flixopt-2.1.9}/tests/test_on_hours_computation.py +0 -0
- {flixopt-2.1.8 → flixopt-2.1.9}/tests/test_plots.py +0 -0
- {flixopt-2.1.8 → flixopt-2.1.9}/tests/test_results_plots.py +0 -0
- {flixopt-2.1.8 → flixopt-2.1.9}/tests/test_storage.py +0 -0
- {flixopt-2.1.8 → flixopt-2.1.9}/tests/test_timeseries.py +0 -0
- {flixopt-2.1.8 → flixopt-2.1.9}/tests/todos.txt +0 -0
|
@@ -29,6 +29,13 @@ Please remove all irrelevant sections before releasing.
|
|
|
29
29
|
|
|
30
30
|
Until here -->
|
|
31
31
|
|
|
32
|
+
## [2.1.9] - 2025-09-23
|
|
33
|
+
Small Bugfix which was supposed to be fixed in 2.1.8
|
|
34
|
+
|
|
35
|
+
### Fixed
|
|
36
|
+
- Fix error handling in network visualization if networkx is not installed.
|
|
37
|
+
|
|
38
|
+
|
|
32
39
|
## [2.1.8] - 2025-09-22
|
|
33
40
|
This release focuses on code quality improvements, enhanced documentation, and bug fixes for heat pump components and visualization features.
|
|
34
41
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: flixopt
|
|
3
|
-
Version: 2.1.
|
|
3
|
+
Version: 2.1.9
|
|
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>
|
|
@@ -18,14 +18,12 @@ except ImportError as e:
|
|
|
18
18
|
DASH_CYTOSCAPE_AVAILABLE = False
|
|
19
19
|
VISUALIZATION_ERROR = str(e)
|
|
20
20
|
|
|
21
|
-
if TYPE_CHECKING:
|
|
22
|
-
from .flow_system import FlowSystem
|
|
23
|
-
|
|
24
|
-
import networkx as nx
|
|
25
|
-
|
|
26
21
|
from .components import LinearConverter, Sink, Source, SourceAndSink, Storage
|
|
27
22
|
from .elements import Bus
|
|
28
23
|
|
|
24
|
+
if TYPE_CHECKING:
|
|
25
|
+
from .flow_system import FlowSystem
|
|
26
|
+
|
|
29
27
|
logger = logging.getLogger('flixopt')
|
|
30
28
|
|
|
31
29
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: flixopt
|
|
3
|
-
Version: 2.1.
|
|
3
|
+
Version: 2.1.9
|
|
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>
|
|
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
|
|
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
|
|
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
|