Skip to content

Commit 7327d3d

Browse files
committed
Release v0.0.4
1 parent 282a341 commit 7327d3d

File tree

3 files changed

+24
-2
lines changed

3 files changed

+24
-2
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

docs/whats_new/v0-0-4.rst

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
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>`__)

src/exerpy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.0.3"
1+
__version__ = "0.0.4"
22

33
import importlib.resources
44
import os

0 commit comments

Comments
 (0)