From fd6f1e1a33b6cb7b10f9a368907e52b7da6be847 Mon Sep 17 00:00:00 2001 From: korevaarzer Date: Fri, 16 Jan 2026 14:27:35 +0100 Subject: [PATCH 1/3] Update RVO name, python version and geoloop paper reference --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index bd3d404..7ac7dce 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ see the [Installation Guide](https://geoloop-8f7a36.ci.tno.nl/installation/insta ## Requirements -Geoloop requires **Python 3.12 or higher**. +Geoloop requires **Python version >=3.12,<3.14**. Core dependencies include: - pygfunction @@ -79,7 +79,7 @@ See the [LICENSE.md](LICENSE.md) file for details. ## Acknowledgments -Developed with the support of the Dutch funding agency **RVO**, in a consortium project with grant nr. MOOI322009. +Developed with the support of the **Netherlands Enterprise Agency (RVO)**, in a consortium project with grant nr. MOOI322009. --- @@ -89,4 +89,4 @@ Developed with the support of the Dutch funding agency **RVO**, in a consortium - Cimmino, M. and Cook, J.: pygfunction 2.2: New features and improvements in accuracy and computational efficiency, in: Proceedings of the IGSHPA Research Track 2022, International Ground Source Heat Pump Association, https://doi.org/10.22488/okstate.22.000015, 2022. -- Korevaar, Z., Brett, H., Van Wees, J.D.: Geoloop (v1.0) – a stochastic, depth-dependent borehole heat exchanger model, Geoscientific Model Development (in prep), 2026 +- Korevaar, Z., Brett, H., Lourens, A. and Van Wees, J.D.: Geoloop (v1.0) – a stochastic, depth-dependent borehole heat exchanger model, Geoscientific Model Development (in prep), 2026 -- GitLab From 275ca7730f202093b2bc54a4cc17dc325318f97b Mon Sep 17 00:00:00 2001 From: korevaarzer Date: Fri, 16 Jan 2026 14:27:44 +0100 Subject: [PATCH 2/3] Update geoloop paper reference --- docs/index.md | 2 +- docs/installation/install.md | 2 +- docs/theory/theory.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/index.md b/docs/index.md index 377b172..f2fa20d 100644 --- a/docs/index.md +++ b/docs/index.md @@ -53,7 +53,7 @@ funded by the **Dutch Ministry of Climate and Green Growth**. - Cimmino, M. and Cook, J.: pygfunction 2.2: New features and improvements in accuracy and computational efficiency, in: Proceedings of the IGSHPA Research Track 2022, International Ground Source Heat Pump Association, https://doi.org/10.22488/okstate.22.000015, 2022. -- Korevaar, Z., Brett, H., Van Wees, J.D.: Geoloop (v1.0) – a stochastic, depth-dependent borehole heat exchanger model, Geoscientific Model Development (in prep), 2026 +- Korevaar, Z., Brett, H., Lourens, A. and Van Wees, J.D.: Geoloop (v1.0) – a stochastic, depth-dependent borehole heat exchanger model, Geoscientific Model Development (in prep), 2026 --- diff --git a/docs/installation/install.md b/docs/installation/install.md index d84bf19..e59b26a 100644 --- a/docs/installation/install.md +++ b/docs/installation/install.md @@ -15,7 +15,7 @@ pip install geoloop This installs *Geoloop* along with its required dependencies. -Geoloop requires **Python 3.12 or higher**. +Geoloop requires **Python version >=3.12,<3.14**. --- diff --git a/docs/theory/theory.md b/docs/theory/theory.md index 88a55b3..94c6ea3 100644 --- a/docs/theory/theory.md +++ b/docs/theory/theory.md @@ -124,7 +124,7 @@ randomly applied over depth. - Cazorla-Marín, A., Montagud-Montalvá, C., Corberán, J. M., Montero, Á., and Magraner, T.: A TRNSYS assisting tool for the estimation of ground thermal properties applied to TRT (thermal response test) data: B2G model, Applied Thermal Engineering, 185, 116370, https://doi.org/10.1016/j.applthermaleng.2020.116370, 2021. -- Korevaar, Z., Brett, H., Van Wees, J.D.: Geoloop (v1.0) – a stochastic, depth-dependent borehole heat exchanger model, Geoscientific Model Development (in prep), 2026 +- Korevaar, Z., Brett, H., Lourens, A. and Van Wees, J.D.: Geoloop (v1.0) – a stochastic, depth-dependent borehole heat exchanger model, Geoscientific Model Development (in prep), 2026 - Limberger, J., Bonte, D., De Vicente, G., Beekman, F., Cloetingh, S., and Van Wees, J. D.: A public domain model for 1D temperature and rheology construction in basement-sedimentary geothermal exploration: an application to the Spanish Central System and adjacent basins, Acta Geod Geophys, 52, 269–282, -- GitLab From 963d08824af23149bc930527df0ec0bba90ca5ef Mon Sep 17 00:00:00 2001 From: korevaarzer Date: Fri, 16 Jan 2026 14:29:01 +0100 Subject: [PATCH 3/3] increment package version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 025c2b7..233e1bc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "geoloop" -version = "1.0.0" +version = "1.0.1" description = "This is a Python package for simulation of (deep) vertical Borehole Heat Exchanger (BHE) systems" authors = [ { name = "Zanne Korevaar", email = "zanne.korevaar@tno.nl" }, -- GitLab