File tree Expand file tree Collapse file tree 3 files changed +24
-2
lines changed
Expand file tree Collapse file tree 3 files changed +24
-2
lines changed Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ ongoing development. You can cite ExerPy using the following BibTeX entry:
117117 title = {{ExerPy}: Exergy Analysis in Python},
118118 note = {Supervision: Prof. Dr.-Ing. Fontina Petrakopoulou}
119119 url = {https://github.com/oemof/exerpy},
120- version = {0.0.3 },
120+ version = {0.0.4 },
121121 year = {2025}
122122 }
123123
Original file line number Diff line number Diff line change 1+ v0.0.4 (04.02.2026)
2+ ++++++++++++++++++++++
3+
4+ Bug fixes
5+ #########
6+ - Fixed problem with exergoeconomic balance equations check.
7+ - Fixed issue in heat exchanger auxiliary equations (aux_eqs).
8+ - Minor fixes in turbomachinery components.
9+
10+ New features
11+ ###############
12+ - Added waterfall diagram visualization for exergy analysis results.
13+
14+ Examples
15+ ########
16+ - Added exergoeconomic analysis example for a heat pump system.
17+ - Updated heat pump example to latest TESPy API.
18+
19+ Contributors
20+ ##########
21+ - Sergio Tomasinelli (`@sertomas <https://github.com/sertomas >`__)
22+ - Francesco Witte (`@fwitte <https://github.com/fwitte >`__)
Original file line number Diff line number Diff line change 1- __version__ = "0.0.3 "
1+ __version__ = "0.0.4 "
22
33import importlib .resources
44import os
You can’t perform that action at this time.
0 commit comments