flixopt 2.1.3__tar.gz → 2.1.4__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.3 → flixopt-2.1.4}/CHANGELOG.md +7 -1
- {flixopt-2.1.3 → flixopt-2.1.4}/PKG-INFO +1 -1
- {flixopt-2.1.3 → flixopt-2.1.4}/flixopt.egg-info/PKG-INFO +1 -1
- {flixopt-2.1.3 → flixopt-2.1.4}/.github/CONTRIBUTING.md +0 -0
- {flixopt-2.1.3 → flixopt-2.1.4}/.github/ISSUE_TEMPLATE/bug_report.yml +0 -0
- {flixopt-2.1.3 → flixopt-2.1.4}/.github/ISSUE_TEMPLATE/config.yml +0 -0
- {flixopt-2.1.3 → flixopt-2.1.4}/.github/ISSUE_TEMPLATE/feature_request.yml +0 -0
- {flixopt-2.1.3 → flixopt-2.1.4}/.github/pull_request_template.md +0 -0
- {flixopt-2.1.3 → flixopt-2.1.4}/.github/workflows/python-app.yaml +0 -0
- {flixopt-2.1.3 → flixopt-2.1.4}/.gitignore +0 -0
- {flixopt-2.1.3 → flixopt-2.1.4}/LICENSE +0 -0
- {flixopt-2.1.3 → flixopt-2.1.4}/README.md +0 -0
- {flixopt-2.1.3 → flixopt-2.1.4}/docs/SUMMARY.md +0 -0
- {flixopt-2.1.3 → flixopt-2.1.4}/docs/contribute.md +0 -0
- {flixopt-2.1.3 → flixopt-2.1.4}/docs/examples/00-Minimal Example.md +0 -0
- {flixopt-2.1.3 → flixopt-2.1.4}/docs/examples/01-Basic Example.md +0 -0
- {flixopt-2.1.3 → flixopt-2.1.4}/docs/examples/02-Complex Example.md +0 -0
- {flixopt-2.1.3 → flixopt-2.1.4}/docs/examples/03-Calculation Modes.md +0 -0
- {flixopt-2.1.3 → flixopt-2.1.4}/docs/examples/index.md +0 -0
- {flixopt-2.1.3 → flixopt-2.1.4}/docs/faq/contribute.md +0 -0
- {flixopt-2.1.3 → flixopt-2.1.4}/docs/faq/index.md +0 -0
- {flixopt-2.1.3 → flixopt-2.1.4}/docs/getting-started.md +0 -0
- {flixopt-2.1.3 → flixopt-2.1.4}/docs/images/architecture_flixOpt-pre2.0.0.png +0 -0
- {flixopt-2.1.3 → flixopt-2.1.4}/docs/images/architecture_flixOpt.png +0 -0
- {flixopt-2.1.3 → flixopt-2.1.4}/docs/images/flixopt-icon.svg +0 -0
- {flixopt-2.1.3 → flixopt-2.1.4}/docs/index.md +0 -0
- {flixopt-2.1.3 → flixopt-2.1.4}/docs/javascripts/mathjax.js +0 -0
- {flixopt-2.1.3 → flixopt-2.1.4}/docs/user-guide/Mathematical Notation/Bus.md +0 -0
- {flixopt-2.1.3 → flixopt-2.1.4}/docs/user-guide/Mathematical Notation/Effects, Penalty & Objective.md +0 -0
- {flixopt-2.1.3 → flixopt-2.1.4}/docs/user-guide/Mathematical Notation/Flow.md +0 -0
- {flixopt-2.1.3 → flixopt-2.1.4}/docs/user-guide/Mathematical Notation/LinearConverter.md +0 -0
- {flixopt-2.1.3 → flixopt-2.1.4}/docs/user-guide/Mathematical Notation/Piecewise.md +0 -0
- {flixopt-2.1.3 → flixopt-2.1.4}/docs/user-guide/Mathematical Notation/Storage.md +0 -0
- {flixopt-2.1.3 → flixopt-2.1.4}/docs/user-guide/Mathematical Notation/index.md +0 -0
- {flixopt-2.1.3 → flixopt-2.1.4}/docs/user-guide/Mathematical Notation/others.md +0 -0
- {flixopt-2.1.3 → flixopt-2.1.4}/docs/user-guide/index.md +0 -0
- {flixopt-2.1.3 → flixopt-2.1.4}/examples/00_Minmal/minimal_example.py +0 -0
- {flixopt-2.1.3 → flixopt-2.1.4}/examples/01_Simple/simple_example.py +0 -0
- {flixopt-2.1.3 → flixopt-2.1.4}/examples/02_Complex/complex_example.py +0 -0
- {flixopt-2.1.3 → flixopt-2.1.4}/examples/02_Complex/complex_example_results.py +0 -0
- {flixopt-2.1.3 → flixopt-2.1.4}/examples/03_Calculation_types/Zeitreihen2020.csv +0 -0
- {flixopt-2.1.3 → flixopt-2.1.4}/examples/03_Calculation_types/example_calculation_types.py +0 -0
- {flixopt-2.1.3 → flixopt-2.1.4}/flixopt/__init__.py +0 -0
- {flixopt-2.1.3 → flixopt-2.1.4}/flixopt/aggregation.py +0 -0
- {flixopt-2.1.3 → flixopt-2.1.4}/flixopt/calculation.py +0 -0
- {flixopt-2.1.3 → flixopt-2.1.4}/flixopt/commons.py +0 -0
- {flixopt-2.1.3 → flixopt-2.1.4}/flixopt/components.py +0 -0
- {flixopt-2.1.3 → flixopt-2.1.4}/flixopt/config.py +0 -0
- {flixopt-2.1.3 → flixopt-2.1.4}/flixopt/config.yaml +0 -0
- {flixopt-2.1.3 → flixopt-2.1.4}/flixopt/core.py +0 -0
- {flixopt-2.1.3 → flixopt-2.1.4}/flixopt/effects.py +0 -0
- {flixopt-2.1.3 → flixopt-2.1.4}/flixopt/elements.py +0 -0
- {flixopt-2.1.3 → flixopt-2.1.4}/flixopt/features.py +0 -0
- {flixopt-2.1.3 → flixopt-2.1.4}/flixopt/flow_system.py +0 -0
- {flixopt-2.1.3 → flixopt-2.1.4}/flixopt/interface.py +0 -0
- {flixopt-2.1.3 → flixopt-2.1.4}/flixopt/io.py +0 -0
- {flixopt-2.1.3 → flixopt-2.1.4}/flixopt/linear_converters.py +0 -0
- {flixopt-2.1.3 → flixopt-2.1.4}/flixopt/plotting.py +0 -0
- {flixopt-2.1.3 → flixopt-2.1.4}/flixopt/results.py +0 -0
- {flixopt-2.1.3 → flixopt-2.1.4}/flixopt/solvers.py +0 -0
- {flixopt-2.1.3 → flixopt-2.1.4}/flixopt/structure.py +0 -0
- {flixopt-2.1.3 → flixopt-2.1.4}/flixopt/utils.py +0 -0
- {flixopt-2.1.3 → flixopt-2.1.4}/flixopt.egg-info/SOURCES.txt +0 -0
- {flixopt-2.1.3 → flixopt-2.1.4}/flixopt.egg-info/dependency_links.txt +0 -0
- {flixopt-2.1.3 → flixopt-2.1.4}/flixopt.egg-info/requires.txt +0 -0
- {flixopt-2.1.3 → flixopt-2.1.4}/flixopt.egg-info/top_level.txt +0 -0
- {flixopt-2.1.3 → flixopt-2.1.4}/mkdocs.yml +0 -0
- {flixopt-2.1.3 → flixopt-2.1.4}/pics/architecture_flixOpt-pre2.0.0.png +0 -0
- {flixopt-2.1.3 → flixopt-2.1.4}/pics/architecture_flixOpt.png +0 -0
- {flixopt-2.1.3 → flixopt-2.1.4}/pics/flixOpt_plotting.jpg +0 -0
- {flixopt-2.1.3 → flixopt-2.1.4}/pics/flixopt-icon.svg +0 -0
- {flixopt-2.1.3 → flixopt-2.1.4}/pics/pics.pptx +0 -0
- {flixopt-2.1.3 → flixopt-2.1.4}/pyproject.toml +0 -0
- {flixopt-2.1.3 → flixopt-2.1.4}/scripts/extract_release_notes.py +0 -0
- {flixopt-2.1.3 → flixopt-2.1.4}/scripts/gen_ref_pages.py +0 -0
- {flixopt-2.1.3 → flixopt-2.1.4}/setup.cfg +0 -0
- {flixopt-2.1.3 → flixopt-2.1.4}/tests/__init__.py +0 -0
- {flixopt-2.1.3 → flixopt-2.1.4}/tests/conftest.py +0 -0
- {flixopt-2.1.3 → flixopt-2.1.4}/tests/ressources/Zeitreihen2020.csv +0 -0
- {flixopt-2.1.3 → flixopt-2.1.4}/tests/run_all_tests.py +0 -0
- {flixopt-2.1.3 → flixopt-2.1.4}/tests/test_bus.py +0 -0
- {flixopt-2.1.3 → flixopt-2.1.4}/tests/test_component.py +0 -0
- {flixopt-2.1.3 → flixopt-2.1.4}/tests/test_dataconverter.py +0 -0
- {flixopt-2.1.3 → flixopt-2.1.4}/tests/test_effect.py +0 -0
- {flixopt-2.1.3 → flixopt-2.1.4}/tests/test_examples.py +0 -0
- {flixopt-2.1.3 → flixopt-2.1.4}/tests/test_flow.py +0 -0
- {flixopt-2.1.3 → flixopt-2.1.4}/tests/test_functional.py +0 -0
- {flixopt-2.1.3 → flixopt-2.1.4}/tests/test_integration.py +0 -0
- {flixopt-2.1.3 → flixopt-2.1.4}/tests/test_io.py +0 -0
- {flixopt-2.1.3 → flixopt-2.1.4}/tests/test_linear_converter.py +0 -0
- {flixopt-2.1.3 → flixopt-2.1.4}/tests/test_on_hours_computation.py +0 -0
- {flixopt-2.1.3 → flixopt-2.1.4}/tests/test_plots.py +0 -0
- {flixopt-2.1.3 → flixopt-2.1.4}/tests/test_results_plots.py +0 -0
- {flixopt-2.1.3 → flixopt-2.1.4}/tests/test_storage.py +0 -0
- {flixopt-2.1.3 → flixopt-2.1.4}/tests/test_timeseries.py +0 -0
- {flixopt-2.1.3 → flixopt-2.1.4}/tests/todos.txt +0 -0
|
@@ -7,10 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [2.1.4] - 2025-07-08
|
|
11
|
+
|
|
12
|
+
### Fixed
|
|
13
|
+
- Fixing release notes of 2.1.3, as well as documentation build.
|
|
14
|
+
|
|
15
|
+
|
|
10
16
|
## [2.1.3] - 2025-07-08
|
|
11
17
|
|
|
12
18
|
### Fixed
|
|
13
|
-
- Using `Effect.maximum_operation_per_hour` raised an error, needing an extra timestep. This has been fixed.
|
|
19
|
+
- Using `Effect.maximum_operation_per_hour` raised an error, needing an extra timestep. This has been fixed thanks to @PRse4.
|
|
14
20
|
|
|
15
21
|
## [2.1.2] - 2025-06-14
|
|
16
22
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: flixopt
|
|
3
|
-
Version: 2.1.
|
|
3
|
+
Version: 2.1.4
|
|
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.
|
|
3
|
+
Version: 2.1.4
|
|
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
|