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.

Files changed (103) hide show
  1. {flixopt-2.1.8 → flixopt-2.1.9}/CHANGELOG.md +7 -0
  2. {flixopt-2.1.8/flixopt.egg-info → flixopt-2.1.9}/PKG-INFO +1 -1
  3. {flixopt-2.1.8 → flixopt-2.1.9}/flixopt/network_app.py +3 -5
  4. {flixopt-2.1.8 → flixopt-2.1.9/flixopt.egg-info}/PKG-INFO +1 -1
  5. {flixopt-2.1.8 → flixopt-2.1.9}/.github/CONTRIBUTING.md +0 -0
  6. {flixopt-2.1.8 → flixopt-2.1.9}/.github/ISSUE_TEMPLATE/bug_report.yml +0 -0
  7. {flixopt-2.1.8 → flixopt-2.1.9}/.github/ISSUE_TEMPLATE/config.yml +0 -0
  8. {flixopt-2.1.8 → flixopt-2.1.9}/.github/ISSUE_TEMPLATE/feature_request.yml +0 -0
  9. {flixopt-2.1.8 → flixopt-2.1.9}/.github/ISSUE_TEMPLATE/general_issue.yml +0 -0
  10. {flixopt-2.1.8 → flixopt-2.1.9}/.github/pull_request_template.md +0 -0
  11. {flixopt-2.1.8 → flixopt-2.1.9}/.github/workflows/python-app.yaml +0 -0
  12. {flixopt-2.1.8 → flixopt-2.1.9}/.gitignore +0 -0
  13. {flixopt-2.1.8 → flixopt-2.1.9}/.pre-commit-config.yaml +0 -0
  14. {flixopt-2.1.8 → flixopt-2.1.9}/LICENSE +0 -0
  15. {flixopt-2.1.8 → flixopt-2.1.9}/README.md +0 -0
  16. {flixopt-2.1.8 → flixopt-2.1.9}/docs/SUMMARY.md +0 -0
  17. {flixopt-2.1.8 → flixopt-2.1.9}/docs/contribute.md +0 -0
  18. {flixopt-2.1.8 → flixopt-2.1.9}/docs/examples/00-Minimal Example.md +0 -0
  19. {flixopt-2.1.8 → flixopt-2.1.9}/docs/examples/01-Basic Example.md +0 -0
  20. {flixopt-2.1.8 → flixopt-2.1.9}/docs/examples/02-Complex Example.md +0 -0
  21. {flixopt-2.1.8 → flixopt-2.1.9}/docs/examples/03-Calculation Modes.md +0 -0
  22. {flixopt-2.1.8 → flixopt-2.1.9}/docs/examples/index.md +0 -0
  23. {flixopt-2.1.8 → flixopt-2.1.9}/docs/faq/contribute.md +0 -0
  24. {flixopt-2.1.8 → flixopt-2.1.9}/docs/faq/index.md +0 -0
  25. {flixopt-2.1.8 → flixopt-2.1.9}/docs/getting-started.md +0 -0
  26. {flixopt-2.1.8 → flixopt-2.1.9}/docs/images/architecture_flixOpt-pre2.0.0.png +0 -0
  27. {flixopt-2.1.8 → flixopt-2.1.9}/docs/images/architecture_flixOpt.png +0 -0
  28. {flixopt-2.1.8 → flixopt-2.1.9}/docs/images/flixopt-icon.svg +0 -0
  29. {flixopt-2.1.8 → flixopt-2.1.9}/docs/index.md +0 -0
  30. {flixopt-2.1.8 → flixopt-2.1.9}/docs/javascripts/mathjax.js +0 -0
  31. {flixopt-2.1.8 → flixopt-2.1.9}/docs/user-guide/Mathematical Notation/Bus.md +0 -0
  32. {flixopt-2.1.8 → flixopt-2.1.9}/docs/user-guide/Mathematical Notation/Effects, Penalty & Objective.md +0 -0
  33. {flixopt-2.1.8 → flixopt-2.1.9}/docs/user-guide/Mathematical Notation/Flow.md +0 -0
  34. {flixopt-2.1.8 → flixopt-2.1.9}/docs/user-guide/Mathematical Notation/InvestParameters.md +0 -0
  35. {flixopt-2.1.8 → flixopt-2.1.9}/docs/user-guide/Mathematical Notation/LinearConverter.md +0 -0
  36. {flixopt-2.1.8 → flixopt-2.1.9}/docs/user-guide/Mathematical Notation/OnOffParameters.md +0 -0
  37. {flixopt-2.1.8 → flixopt-2.1.9}/docs/user-guide/Mathematical Notation/Piecewise.md +0 -0
  38. {flixopt-2.1.8 → flixopt-2.1.9}/docs/user-guide/Mathematical Notation/Storage.md +0 -0
  39. {flixopt-2.1.8 → flixopt-2.1.9}/docs/user-guide/Mathematical Notation/index.md +0 -0
  40. {flixopt-2.1.8 → flixopt-2.1.9}/docs/user-guide/Mathematical Notation/others.md +0 -0
  41. {flixopt-2.1.8 → flixopt-2.1.9}/docs/user-guide/index.md +0 -0
  42. {flixopt-2.1.8 → flixopt-2.1.9}/examples/00_Minmal/minimal_example.py +0 -0
  43. {flixopt-2.1.8 → flixopt-2.1.9}/examples/01_Simple/simple_example.py +0 -0
  44. {flixopt-2.1.8 → flixopt-2.1.9}/examples/02_Complex/complex_example.py +0 -0
  45. {flixopt-2.1.8 → flixopt-2.1.9}/examples/02_Complex/complex_example_results.py +0 -0
  46. {flixopt-2.1.8 → flixopt-2.1.9}/examples/03_Calculation_types/Zeitreihen2020.csv +0 -0
  47. {flixopt-2.1.8 → flixopt-2.1.9}/examples/03_Calculation_types/example_calculation_types.py +0 -0
  48. {flixopt-2.1.8 → flixopt-2.1.9}/flixopt/__init__.py +0 -0
  49. {flixopt-2.1.8 → flixopt-2.1.9}/flixopt/aggregation.py +0 -0
  50. {flixopt-2.1.8 → flixopt-2.1.9}/flixopt/calculation.py +0 -0
  51. {flixopt-2.1.8 → flixopt-2.1.9}/flixopt/commons.py +0 -0
  52. {flixopt-2.1.8 → flixopt-2.1.9}/flixopt/components.py +0 -0
  53. {flixopt-2.1.8 → flixopt-2.1.9}/flixopt/config.py +0 -0
  54. {flixopt-2.1.8 → flixopt-2.1.9}/flixopt/config.yaml +0 -0
  55. {flixopt-2.1.8 → flixopt-2.1.9}/flixopt/core.py +0 -0
  56. {flixopt-2.1.8 → flixopt-2.1.9}/flixopt/effects.py +0 -0
  57. {flixopt-2.1.8 → flixopt-2.1.9}/flixopt/elements.py +0 -0
  58. {flixopt-2.1.8 → flixopt-2.1.9}/flixopt/features.py +0 -0
  59. {flixopt-2.1.8 → flixopt-2.1.9}/flixopt/flow_system.py +0 -0
  60. {flixopt-2.1.8 → flixopt-2.1.9}/flixopt/interface.py +0 -0
  61. {flixopt-2.1.8 → flixopt-2.1.9}/flixopt/io.py +0 -0
  62. {flixopt-2.1.8 → flixopt-2.1.9}/flixopt/linear_converters.py +0 -0
  63. {flixopt-2.1.8 → flixopt-2.1.9}/flixopt/plotting.py +0 -0
  64. {flixopt-2.1.8 → flixopt-2.1.9}/flixopt/results.py +0 -0
  65. {flixopt-2.1.8 → flixopt-2.1.9}/flixopt/solvers.py +0 -0
  66. {flixopt-2.1.8 → flixopt-2.1.9}/flixopt/structure.py +0 -0
  67. {flixopt-2.1.8 → flixopt-2.1.9}/flixopt/utils.py +0 -0
  68. {flixopt-2.1.8 → flixopt-2.1.9}/flixopt.egg-info/SOURCES.txt +0 -0
  69. {flixopt-2.1.8 → flixopt-2.1.9}/flixopt.egg-info/dependency_links.txt +0 -0
  70. {flixopt-2.1.8 → flixopt-2.1.9}/flixopt.egg-info/requires.txt +0 -0
  71. {flixopt-2.1.8 → flixopt-2.1.9}/flixopt.egg-info/top_level.txt +0 -0
  72. {flixopt-2.1.8 → flixopt-2.1.9}/mkdocs.yml +0 -0
  73. {flixopt-2.1.8 → flixopt-2.1.9}/pics/architecture_flixOpt-pre2.0.0.png +0 -0
  74. {flixopt-2.1.8 → flixopt-2.1.9}/pics/architecture_flixOpt.png +0 -0
  75. {flixopt-2.1.8 → flixopt-2.1.9}/pics/flixOpt_plotting.jpg +0 -0
  76. {flixopt-2.1.8 → flixopt-2.1.9}/pics/flixopt-icon.svg +0 -0
  77. {flixopt-2.1.8 → flixopt-2.1.9}/pics/pics.pptx +0 -0
  78. {flixopt-2.1.8 → flixopt-2.1.9}/pyproject.toml +0 -0
  79. {flixopt-2.1.8 → flixopt-2.1.9}/renovate.json +0 -0
  80. {flixopt-2.1.8 → flixopt-2.1.9}/scripts/extract_release_notes.py +0 -0
  81. {flixopt-2.1.8 → flixopt-2.1.9}/scripts/gen_ref_pages.py +0 -0
  82. {flixopt-2.1.8 → flixopt-2.1.9}/setup.cfg +0 -0
  83. {flixopt-2.1.8 → flixopt-2.1.9}/tests/__init__.py +0 -0
  84. {flixopt-2.1.8 → flixopt-2.1.9}/tests/conftest.py +0 -0
  85. {flixopt-2.1.8 → flixopt-2.1.9}/tests/ressources/Zeitreihen2020.csv +0 -0
  86. {flixopt-2.1.8 → flixopt-2.1.9}/tests/run_all_tests.py +0 -0
  87. {flixopt-2.1.8 → flixopt-2.1.9}/tests/test_bus.py +0 -0
  88. {flixopt-2.1.8 → flixopt-2.1.9}/tests/test_component.py +0 -0
  89. {flixopt-2.1.8 → flixopt-2.1.9}/tests/test_dataconverter.py +0 -0
  90. {flixopt-2.1.8 → flixopt-2.1.9}/tests/test_effect.py +0 -0
  91. {flixopt-2.1.8 → flixopt-2.1.9}/tests/test_examples.py +0 -0
  92. {flixopt-2.1.8 → flixopt-2.1.9}/tests/test_flow.py +0 -0
  93. {flixopt-2.1.8 → flixopt-2.1.9}/tests/test_functional.py +0 -0
  94. {flixopt-2.1.8 → flixopt-2.1.9}/tests/test_integration.py +0 -0
  95. {flixopt-2.1.8 → flixopt-2.1.9}/tests/test_io.py +0 -0
  96. {flixopt-2.1.8 → flixopt-2.1.9}/tests/test_linear_converter.py +0 -0
  97. {flixopt-2.1.8 → flixopt-2.1.9}/tests/test_network_app.py +0 -0
  98. {flixopt-2.1.8 → flixopt-2.1.9}/tests/test_on_hours_computation.py +0 -0
  99. {flixopt-2.1.8 → flixopt-2.1.9}/tests/test_plots.py +0 -0
  100. {flixopt-2.1.8 → flixopt-2.1.9}/tests/test_results_plots.py +0 -0
  101. {flixopt-2.1.8 → flixopt-2.1.9}/tests/test_storage.py +0 -0
  102. {flixopt-2.1.8 → flixopt-2.1.9}/tests/test_timeseries.py +0 -0
  103. {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.8
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.8
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