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.
- {flixopt-2.1.4 → flixopt-2.1.5}/.github/workflows/python-app.yaml +5 -0
- {flixopt-2.1.4 → flixopt-2.1.5}/CHANGELOG.md +5 -0
- {flixopt-2.1.4/flixopt.egg-info → flixopt-2.1.5}/PKG-INFO +1 -1
- {flixopt-2.1.4 → flixopt-2.1.5/flixopt.egg-info}/PKG-INFO +1 -1
- {flixopt-2.1.4 → flixopt-2.1.5}/.github/CONTRIBUTING.md +0 -0
- {flixopt-2.1.4 → flixopt-2.1.5}/.github/ISSUE_TEMPLATE/bug_report.yml +0 -0
- {flixopt-2.1.4 → flixopt-2.1.5}/.github/ISSUE_TEMPLATE/config.yml +0 -0
- {flixopt-2.1.4 → flixopt-2.1.5}/.github/ISSUE_TEMPLATE/feature_request.yml +0 -0
- {flixopt-2.1.4 → flixopt-2.1.5}/.github/pull_request_template.md +0 -0
- {flixopt-2.1.4 → flixopt-2.1.5}/.gitignore +0 -0
- {flixopt-2.1.4 → flixopt-2.1.5}/LICENSE +0 -0
- {flixopt-2.1.4 → flixopt-2.1.5}/README.md +0 -0
- {flixopt-2.1.4 → flixopt-2.1.5}/docs/SUMMARY.md +0 -0
- {flixopt-2.1.4 → flixopt-2.1.5}/docs/contribute.md +0 -0
- {flixopt-2.1.4 → flixopt-2.1.5}/docs/examples/00-Minimal Example.md +0 -0
- {flixopt-2.1.4 → flixopt-2.1.5}/docs/examples/01-Basic Example.md +0 -0
- {flixopt-2.1.4 → flixopt-2.1.5}/docs/examples/02-Complex Example.md +0 -0
- {flixopt-2.1.4 → flixopt-2.1.5}/docs/examples/03-Calculation Modes.md +0 -0
- {flixopt-2.1.4 → flixopt-2.1.5}/docs/examples/index.md +0 -0
- {flixopt-2.1.4 → flixopt-2.1.5}/docs/faq/contribute.md +0 -0
- {flixopt-2.1.4 → flixopt-2.1.5}/docs/faq/index.md +0 -0
- {flixopt-2.1.4 → flixopt-2.1.5}/docs/getting-started.md +0 -0
- {flixopt-2.1.4 → flixopt-2.1.5}/docs/images/architecture_flixOpt-pre2.0.0.png +0 -0
- {flixopt-2.1.4 → flixopt-2.1.5}/docs/images/architecture_flixOpt.png +0 -0
- {flixopt-2.1.4 → flixopt-2.1.5}/docs/images/flixopt-icon.svg +0 -0
- {flixopt-2.1.4 → flixopt-2.1.5}/docs/index.md +0 -0
- {flixopt-2.1.4 → flixopt-2.1.5}/docs/javascripts/mathjax.js +0 -0
- {flixopt-2.1.4 → flixopt-2.1.5}/docs/user-guide/Mathematical Notation/Bus.md +0 -0
- {flixopt-2.1.4 → flixopt-2.1.5}/docs/user-guide/Mathematical Notation/Effects, Penalty & Objective.md +0 -0
- {flixopt-2.1.4 → flixopt-2.1.5}/docs/user-guide/Mathematical Notation/Flow.md +0 -0
- {flixopt-2.1.4 → flixopt-2.1.5}/docs/user-guide/Mathematical Notation/LinearConverter.md +0 -0
- {flixopt-2.1.4 → flixopt-2.1.5}/docs/user-guide/Mathematical Notation/Piecewise.md +0 -0
- {flixopt-2.1.4 → flixopt-2.1.5}/docs/user-guide/Mathematical Notation/Storage.md +0 -0
- {flixopt-2.1.4 → flixopt-2.1.5}/docs/user-guide/Mathematical Notation/index.md +0 -0
- {flixopt-2.1.4 → flixopt-2.1.5}/docs/user-guide/Mathematical Notation/others.md +0 -0
- {flixopt-2.1.4 → flixopt-2.1.5}/docs/user-guide/index.md +0 -0
- {flixopt-2.1.4 → flixopt-2.1.5}/examples/00_Minmal/minimal_example.py +0 -0
- {flixopt-2.1.4 → flixopt-2.1.5}/examples/01_Simple/simple_example.py +0 -0
- {flixopt-2.1.4 → flixopt-2.1.5}/examples/02_Complex/complex_example.py +0 -0
- {flixopt-2.1.4 → flixopt-2.1.5}/examples/02_Complex/complex_example_results.py +0 -0
- {flixopt-2.1.4 → flixopt-2.1.5}/examples/03_Calculation_types/Zeitreihen2020.csv +0 -0
- {flixopt-2.1.4 → flixopt-2.1.5}/examples/03_Calculation_types/example_calculation_types.py +0 -0
- {flixopt-2.1.4 → flixopt-2.1.5}/flixopt/__init__.py +0 -0
- {flixopt-2.1.4 → flixopt-2.1.5}/flixopt/aggregation.py +0 -0
- {flixopt-2.1.4 → flixopt-2.1.5}/flixopt/calculation.py +0 -0
- {flixopt-2.1.4 → flixopt-2.1.5}/flixopt/commons.py +0 -0
- {flixopt-2.1.4 → flixopt-2.1.5}/flixopt/components.py +0 -0
- {flixopt-2.1.4 → flixopt-2.1.5}/flixopt/config.py +0 -0
- {flixopt-2.1.4 → flixopt-2.1.5}/flixopt/config.yaml +0 -0
- {flixopt-2.1.4 → flixopt-2.1.5}/flixopt/core.py +0 -0
- {flixopt-2.1.4 → flixopt-2.1.5}/flixopt/effects.py +0 -0
- {flixopt-2.1.4 → flixopt-2.1.5}/flixopt/elements.py +0 -0
- {flixopt-2.1.4 → flixopt-2.1.5}/flixopt/features.py +0 -0
- {flixopt-2.1.4 → flixopt-2.1.5}/flixopt/flow_system.py +0 -0
- {flixopt-2.1.4 → flixopt-2.1.5}/flixopt/interface.py +0 -0
- {flixopt-2.1.4 → flixopt-2.1.5}/flixopt/io.py +0 -0
- {flixopt-2.1.4 → flixopt-2.1.5}/flixopt/linear_converters.py +0 -0
- {flixopt-2.1.4 → flixopt-2.1.5}/flixopt/plotting.py +0 -0
- {flixopt-2.1.4 → flixopt-2.1.5}/flixopt/results.py +0 -0
- {flixopt-2.1.4 → flixopt-2.1.5}/flixopt/solvers.py +0 -0
- {flixopt-2.1.4 → flixopt-2.1.5}/flixopt/structure.py +0 -0
- {flixopt-2.1.4 → flixopt-2.1.5}/flixopt/utils.py +0 -0
- {flixopt-2.1.4 → flixopt-2.1.5}/flixopt.egg-info/SOURCES.txt +0 -0
- {flixopt-2.1.4 → flixopt-2.1.5}/flixopt.egg-info/dependency_links.txt +0 -0
- {flixopt-2.1.4 → flixopt-2.1.5}/flixopt.egg-info/requires.txt +0 -0
- {flixopt-2.1.4 → flixopt-2.1.5}/flixopt.egg-info/top_level.txt +0 -0
- {flixopt-2.1.4 → flixopt-2.1.5}/mkdocs.yml +0 -0
- {flixopt-2.1.4 → flixopt-2.1.5}/pics/architecture_flixOpt-pre2.0.0.png +0 -0
- {flixopt-2.1.4 → flixopt-2.1.5}/pics/architecture_flixOpt.png +0 -0
- {flixopt-2.1.4 → flixopt-2.1.5}/pics/flixOpt_plotting.jpg +0 -0
- {flixopt-2.1.4 → flixopt-2.1.5}/pics/flixopt-icon.svg +0 -0
- {flixopt-2.1.4 → flixopt-2.1.5}/pics/pics.pptx +0 -0
- {flixopt-2.1.4 → flixopt-2.1.5}/pyproject.toml +0 -0
- {flixopt-2.1.4 → flixopt-2.1.5}/scripts/extract_release_notes.py +0 -0
- {flixopt-2.1.4 → flixopt-2.1.5}/scripts/gen_ref_pages.py +0 -0
- {flixopt-2.1.4 → flixopt-2.1.5}/setup.cfg +0 -0
- {flixopt-2.1.4 → flixopt-2.1.5}/tests/__init__.py +0 -0
- {flixopt-2.1.4 → flixopt-2.1.5}/tests/conftest.py +0 -0
- {flixopt-2.1.4 → flixopt-2.1.5}/tests/ressources/Zeitreihen2020.csv +0 -0
- {flixopt-2.1.4 → flixopt-2.1.5}/tests/run_all_tests.py +0 -0
- {flixopt-2.1.4 → flixopt-2.1.5}/tests/test_bus.py +0 -0
- {flixopt-2.1.4 → flixopt-2.1.5}/tests/test_component.py +0 -0
- {flixopt-2.1.4 → flixopt-2.1.5}/tests/test_dataconverter.py +0 -0
- {flixopt-2.1.4 → flixopt-2.1.5}/tests/test_effect.py +0 -0
- {flixopt-2.1.4 → flixopt-2.1.5}/tests/test_examples.py +0 -0
- {flixopt-2.1.4 → flixopt-2.1.5}/tests/test_flow.py +0 -0
- {flixopt-2.1.4 → flixopt-2.1.5}/tests/test_functional.py +0 -0
- {flixopt-2.1.4 → flixopt-2.1.5}/tests/test_integration.py +0 -0
- {flixopt-2.1.4 → flixopt-2.1.5}/tests/test_io.py +0 -0
- {flixopt-2.1.4 → flixopt-2.1.5}/tests/test_linear_converter.py +0 -0
- {flixopt-2.1.4 → flixopt-2.1.5}/tests/test_on_hours_computation.py +0 -0
- {flixopt-2.1.4 → flixopt-2.1.5}/tests/test_plots.py +0 -0
- {flixopt-2.1.4 → flixopt-2.1.5}/tests/test_results_plots.py +0 -0
- {flixopt-2.1.4 → flixopt-2.1.5}/tests/test_storage.py +0 -0
- {flixopt-2.1.4 → flixopt-2.1.5}/tests/test_timeseries.py +0 -0
- {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
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: flixopt
|
|
3
|
-
Version: 2.1.
|
|
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.
|
|
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
|
|
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
|