flixopt 2.1.4__tar.gz → 2.1.5__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 (96) hide show
  1. {flixopt-2.1.4 → flixopt-2.1.5}/.github/workflows/python-app.yaml +5 -0
  2. {flixopt-2.1.4 → flixopt-2.1.5}/CHANGELOG.md +5 -0
  3. {flixopt-2.1.4/flixopt.egg-info → flixopt-2.1.5}/PKG-INFO +1 -1
  4. {flixopt-2.1.4 → flixopt-2.1.5/flixopt.egg-info}/PKG-INFO +1 -1
  5. {flixopt-2.1.4 → flixopt-2.1.5}/.github/CONTRIBUTING.md +0 -0
  6. {flixopt-2.1.4 → flixopt-2.1.5}/.github/ISSUE_TEMPLATE/bug_report.yml +0 -0
  7. {flixopt-2.1.4 → flixopt-2.1.5}/.github/ISSUE_TEMPLATE/config.yml +0 -0
  8. {flixopt-2.1.4 → flixopt-2.1.5}/.github/ISSUE_TEMPLATE/feature_request.yml +0 -0
  9. {flixopt-2.1.4 → flixopt-2.1.5}/.github/pull_request_template.md +0 -0
  10. {flixopt-2.1.4 → flixopt-2.1.5}/.gitignore +0 -0
  11. {flixopt-2.1.4 → flixopt-2.1.5}/LICENSE +0 -0
  12. {flixopt-2.1.4 → flixopt-2.1.5}/README.md +0 -0
  13. {flixopt-2.1.4 → flixopt-2.1.5}/docs/SUMMARY.md +0 -0
  14. {flixopt-2.1.4 → flixopt-2.1.5}/docs/contribute.md +0 -0
  15. {flixopt-2.1.4 → flixopt-2.1.5}/docs/examples/00-Minimal Example.md +0 -0
  16. {flixopt-2.1.4 → flixopt-2.1.5}/docs/examples/01-Basic Example.md +0 -0
  17. {flixopt-2.1.4 → flixopt-2.1.5}/docs/examples/02-Complex Example.md +0 -0
  18. {flixopt-2.1.4 → flixopt-2.1.5}/docs/examples/03-Calculation Modes.md +0 -0
  19. {flixopt-2.1.4 → flixopt-2.1.5}/docs/examples/index.md +0 -0
  20. {flixopt-2.1.4 → flixopt-2.1.5}/docs/faq/contribute.md +0 -0
  21. {flixopt-2.1.4 → flixopt-2.1.5}/docs/faq/index.md +0 -0
  22. {flixopt-2.1.4 → flixopt-2.1.5}/docs/getting-started.md +0 -0
  23. {flixopt-2.1.4 → flixopt-2.1.5}/docs/images/architecture_flixOpt-pre2.0.0.png +0 -0
  24. {flixopt-2.1.4 → flixopt-2.1.5}/docs/images/architecture_flixOpt.png +0 -0
  25. {flixopt-2.1.4 → flixopt-2.1.5}/docs/images/flixopt-icon.svg +0 -0
  26. {flixopt-2.1.4 → flixopt-2.1.5}/docs/index.md +0 -0
  27. {flixopt-2.1.4 → flixopt-2.1.5}/docs/javascripts/mathjax.js +0 -0
  28. {flixopt-2.1.4 → flixopt-2.1.5}/docs/user-guide/Mathematical Notation/Bus.md +0 -0
  29. {flixopt-2.1.4 → flixopt-2.1.5}/docs/user-guide/Mathematical Notation/Effects, Penalty & Objective.md +0 -0
  30. {flixopt-2.1.4 → flixopt-2.1.5}/docs/user-guide/Mathematical Notation/Flow.md +0 -0
  31. {flixopt-2.1.4 → flixopt-2.1.5}/docs/user-guide/Mathematical Notation/LinearConverter.md +0 -0
  32. {flixopt-2.1.4 → flixopt-2.1.5}/docs/user-guide/Mathematical Notation/Piecewise.md +0 -0
  33. {flixopt-2.1.4 → flixopt-2.1.5}/docs/user-guide/Mathematical Notation/Storage.md +0 -0
  34. {flixopt-2.1.4 → flixopt-2.1.5}/docs/user-guide/Mathematical Notation/index.md +0 -0
  35. {flixopt-2.1.4 → flixopt-2.1.5}/docs/user-guide/Mathematical Notation/others.md +0 -0
  36. {flixopt-2.1.4 → flixopt-2.1.5}/docs/user-guide/index.md +0 -0
  37. {flixopt-2.1.4 → flixopt-2.1.5}/examples/00_Minmal/minimal_example.py +0 -0
  38. {flixopt-2.1.4 → flixopt-2.1.5}/examples/01_Simple/simple_example.py +0 -0
  39. {flixopt-2.1.4 → flixopt-2.1.5}/examples/02_Complex/complex_example.py +0 -0
  40. {flixopt-2.1.4 → flixopt-2.1.5}/examples/02_Complex/complex_example_results.py +0 -0
  41. {flixopt-2.1.4 → flixopt-2.1.5}/examples/03_Calculation_types/Zeitreihen2020.csv +0 -0
  42. {flixopt-2.1.4 → flixopt-2.1.5}/examples/03_Calculation_types/example_calculation_types.py +0 -0
  43. {flixopt-2.1.4 → flixopt-2.1.5}/flixopt/__init__.py +0 -0
  44. {flixopt-2.1.4 → flixopt-2.1.5}/flixopt/aggregation.py +0 -0
  45. {flixopt-2.1.4 → flixopt-2.1.5}/flixopt/calculation.py +0 -0
  46. {flixopt-2.1.4 → flixopt-2.1.5}/flixopt/commons.py +0 -0
  47. {flixopt-2.1.4 → flixopt-2.1.5}/flixopt/components.py +0 -0
  48. {flixopt-2.1.4 → flixopt-2.1.5}/flixopt/config.py +0 -0
  49. {flixopt-2.1.4 → flixopt-2.1.5}/flixopt/config.yaml +0 -0
  50. {flixopt-2.1.4 → flixopt-2.1.5}/flixopt/core.py +0 -0
  51. {flixopt-2.1.4 → flixopt-2.1.5}/flixopt/effects.py +0 -0
  52. {flixopt-2.1.4 → flixopt-2.1.5}/flixopt/elements.py +0 -0
  53. {flixopt-2.1.4 → flixopt-2.1.5}/flixopt/features.py +0 -0
  54. {flixopt-2.1.4 → flixopt-2.1.5}/flixopt/flow_system.py +0 -0
  55. {flixopt-2.1.4 → flixopt-2.1.5}/flixopt/interface.py +0 -0
  56. {flixopt-2.1.4 → flixopt-2.1.5}/flixopt/io.py +0 -0
  57. {flixopt-2.1.4 → flixopt-2.1.5}/flixopt/linear_converters.py +0 -0
  58. {flixopt-2.1.4 → flixopt-2.1.5}/flixopt/plotting.py +0 -0
  59. {flixopt-2.1.4 → flixopt-2.1.5}/flixopt/results.py +0 -0
  60. {flixopt-2.1.4 → flixopt-2.1.5}/flixopt/solvers.py +0 -0
  61. {flixopt-2.1.4 → flixopt-2.1.5}/flixopt/structure.py +0 -0
  62. {flixopt-2.1.4 → flixopt-2.1.5}/flixopt/utils.py +0 -0
  63. {flixopt-2.1.4 → flixopt-2.1.5}/flixopt.egg-info/SOURCES.txt +0 -0
  64. {flixopt-2.1.4 → flixopt-2.1.5}/flixopt.egg-info/dependency_links.txt +0 -0
  65. {flixopt-2.1.4 → flixopt-2.1.5}/flixopt.egg-info/requires.txt +0 -0
  66. {flixopt-2.1.4 → flixopt-2.1.5}/flixopt.egg-info/top_level.txt +0 -0
  67. {flixopt-2.1.4 → flixopt-2.1.5}/mkdocs.yml +0 -0
  68. {flixopt-2.1.4 → flixopt-2.1.5}/pics/architecture_flixOpt-pre2.0.0.png +0 -0
  69. {flixopt-2.1.4 → flixopt-2.1.5}/pics/architecture_flixOpt.png +0 -0
  70. {flixopt-2.1.4 → flixopt-2.1.5}/pics/flixOpt_plotting.jpg +0 -0
  71. {flixopt-2.1.4 → flixopt-2.1.5}/pics/flixopt-icon.svg +0 -0
  72. {flixopt-2.1.4 → flixopt-2.1.5}/pics/pics.pptx +0 -0
  73. {flixopt-2.1.4 → flixopt-2.1.5}/pyproject.toml +0 -0
  74. {flixopt-2.1.4 → flixopt-2.1.5}/scripts/extract_release_notes.py +0 -0
  75. {flixopt-2.1.4 → flixopt-2.1.5}/scripts/gen_ref_pages.py +0 -0
  76. {flixopt-2.1.4 → flixopt-2.1.5}/setup.cfg +0 -0
  77. {flixopt-2.1.4 → flixopt-2.1.5}/tests/__init__.py +0 -0
  78. {flixopt-2.1.4 → flixopt-2.1.5}/tests/conftest.py +0 -0
  79. {flixopt-2.1.4 → flixopt-2.1.5}/tests/ressources/Zeitreihen2020.csv +0 -0
  80. {flixopt-2.1.4 → flixopt-2.1.5}/tests/run_all_tests.py +0 -0
  81. {flixopt-2.1.4 → flixopt-2.1.5}/tests/test_bus.py +0 -0
  82. {flixopt-2.1.4 → flixopt-2.1.5}/tests/test_component.py +0 -0
  83. {flixopt-2.1.4 → flixopt-2.1.5}/tests/test_dataconverter.py +0 -0
  84. {flixopt-2.1.4 → flixopt-2.1.5}/tests/test_effect.py +0 -0
  85. {flixopt-2.1.4 → flixopt-2.1.5}/tests/test_examples.py +0 -0
  86. {flixopt-2.1.4 → flixopt-2.1.5}/tests/test_flow.py +0 -0
  87. {flixopt-2.1.4 → flixopt-2.1.5}/tests/test_functional.py +0 -0
  88. {flixopt-2.1.4 → flixopt-2.1.5}/tests/test_integration.py +0 -0
  89. {flixopt-2.1.4 → flixopt-2.1.5}/tests/test_io.py +0 -0
  90. {flixopt-2.1.4 → flixopt-2.1.5}/tests/test_linear_converter.py +0 -0
  91. {flixopt-2.1.4 → flixopt-2.1.5}/tests/test_on_hours_computation.py +0 -0
  92. {flixopt-2.1.4 → flixopt-2.1.5}/tests/test_plots.py +0 -0
  93. {flixopt-2.1.4 → flixopt-2.1.5}/tests/test_results_plots.py +0 -0
  94. {flixopt-2.1.4 → flixopt-2.1.5}/tests/test_storage.py +0 -0
  95. {flixopt-2.1.4 → flixopt-2.1.5}/tests/test_timeseries.py +0 -0
  96. {flixopt-2.1.4 → flixopt-2.1.5}/tests/todos.txt +0 -0
@@ -200,6 +200,11 @@ jobs:
200
200
  with:
201
201
  python-version: "3.11"
202
202
 
203
+ - name: Sync changelog to docs
204
+ run: |
205
+ cp CHANGELOG.md docs/changelog.md
206
+ echo "✅ Synced changelog to docs"
207
+
203
208
  - name: Install documentation dependencies
204
209
  run: |
205
210
  python -m pip install --upgrade pip
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [2.1.5] - 2025-07-08
11
+
12
+ ### Fixed
13
+ - Fixed Docs deployment
14
+
10
15
  ## [2.1.4] - 2025-07-08
11
16
 
12
17
  ### Fixed
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: flixopt
3
- Version: 2.1.4
3
+ Version: 2.1.5
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>
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: flixopt
3
- Version: 2.1.4
3
+ Version: 2.1.5
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