Skip to content

Commit 0ca4976

Browse files
authored
Merge pull request #374 from wouterpeere/v2.3.4
Update setup.cfg
2 parents f8b436f + 82a1f89 commit 0ca4976

File tree

5 files changed

+15
-5
lines changed

5 files changed

+15
-5
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ our [project board](https://github.com/users/wouterpeere/projects/2) on GitHub.
55

66
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
77

8-
## [2.3.4] - Unpublished
8+
## [2.3.4] - 2025-07-29
99

1010
### Added
1111

@@ -441,6 +441,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
441441

442442
- fixed bug in interpolation
443443

444+
[2.3.4]: https://github.com/wouterpeere/GHEtool/compare/v2.3.2...v2.3.4
445+
444446
[2.3.3]: https://github.com/wouterpeere/GHEtool/compare/v2.3.2...v2.3.3
445447

446448
[2.3.2]: https://github.com/wouterpeere/GHEtool/compare/v2.3.1...v2.3.2

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,6 @@ Within GHEtool, there are multiple ways of setting the ground data. Currently, y
142142
geothermal heat flux.
143143
* _GroundTemperatureGradient_: if you want to model your ground with a varying ground temperature due to a geothermal
144144
gradient.
145-
146145
* You can also use multiple ground layers to define your ground model. Please take a look
147146
at [our example](https://ghetool.readthedocs.io/en/latest/sources/code/Examples/start_in_different_month.html).
148147

@@ -386,6 +385,8 @@ at [https://ghetool.readthedocs.io/en/latest/](https://ghetool.readthedocs.io/en
386385

387386
### Development of GHEtool
388387

388+
Peere, W. (2025). Three ways to design a hybrid geothermal heating and cooling system for an office building. In _Proceedings of Geo-Rin Conference_. Benasque (Spain), 2-6 June 2025.
389+
389390
Meertens, L., Peere, W., Helsen, L. (2024). Influence of short-term dynamic effects on geothermal borefield size. In
390391
_Proceedings of International Ground Source Heat Pump Association_. Montréal (Canada), 28-30 May 2024.
391392

docs/sources/articles.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ The articles for which this is the case, are:
1313
articles/HPT_magazine.rst
1414
```
1515

16+
> Peere, W. (2025). Three ways to design a hybrid geothermal heating and cooling system for an office building. In _Proceedings of Geo-Rin Conference_. Benasque (Spain), 2-6 June 2025.
17+
1618
> Aitmad, M. (2025). Techno-Economic Analysis of using Ground-Source Heat Exchangers in Pakistan (Master thesis).
1719
1820
> Jahn, A. (2024). Softwarekonzept zur vereinfachten Wärmeplanung von Städten und Quartieren bei variabler Datenbasis (Master thesis).

docs/sources/cite.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,18 @@ Whenever you work with GHEtool (in general), please reference this tool using th
99
Whenever you use a specific functionality within GHEtool, one can also reference a specific paper/article related to this functionality.
1010

1111
## Hybrid sizing methodology (L2) | borefield quadrants
12-
Whenever you use the hybrid sizing methodology (L2 in GHEtool) or make use of borefield quadrants, please use the citations below.
12+
Whenever you use the hybrid sizing methodology (L2 in GHEtool) or make use of borefield quadrants, please use the citation below.
1313

1414
> Peere, W., Picard, D., Cupeiro Figueroa, I., Boydens, W., and Helsen, L. (2021). Validated combined first and last year borefield sizing methodology. In _Proceedings of International Building Simulation Conference 2021_. Brugge (Belgium), 1-3 September 2021. https://doi.org/10.26868/25222708.2021.30180
1515
1616
> Peere, W. (2020). Methode voor economische optimalisatie van geothermische verwarmings- en koelsystemen. Master thesis, Department of Mechanical Engineering, KU Leuven, Belgium.
1717
1818
## Active-passive cooling example
19-
Whenever you use the example of active-passive cooling, please use the citations below.
19+
Whenever you use the example of active-passive cooling, please use the citation below.
2020

2121
> Coninx, M., De Nies, J., Hermans, L., Peere, W., Boydens, W., Helsen, L. (2024). Cost-efficient cooling of buildings by means of geothermal borefields with active and passive cooling. _Applied Energy_, 355, Art. No. 122261, https://doi.org/10.1016/j.apenergy.2023.122261.
22+
23+
## Hybrid systems
24+
Whenever you use the methods for the hybrid systems, please use the citation below.
25+
26+
> Peere, W. (2025). Three ways to design a hybrid geothermal heating and cooling system for an office building. In _Proceedings of Geo-Rin Conference_. Benasque (Spain), 2-6 June 2025.

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = GHEtool
3-
version = 2.3.4.dev6
3+
version = 2.3.4
44
author = Wouter Peere
55
author_email = wouter@ghetool.eu
66
description = Python package for borefield sizing

0 commit comments

Comments
 (0)