diff --git a/README.md b/README.md index bd3d404411a7d909e0a119d5af24ce87c8977131..7ac7dceb21b97712a243281284e6f65373ed7d16 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 diff --git a/docs/index.md b/docs/index.md index 377b1722bbd95f1ee06ea81ac365e98f475a1137..f2fa20d29fd04129e50296064348700a140e1cd4 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 d84bf19ea3f921fa008be6727a002b9b9cd64d96..e59b26a544a8ab456c30e1079fc244cded1cbc16 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 88a55b3c209d51ab1c441b6f332a10ae287b76c9..94c6ea3401d420536c416c1b3407fde6eae6ea1a 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, diff --git a/pyproject.toml b/pyproject.toml index 025c2b7ced079ebc5f3853c8eaa4d9909a87353c..233e1bc074d3984bd3516c73a0ef6b032345b872 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" },