From acdae1fbefd25557a89a297ba181cfdf2b3666b7 Mon Sep 17 00:00:00 2001 From: knappersfy Date: Tue, 6 Jan 2026 13:14:01 +0100 Subject: [PATCH] prepare for release --- docs/changelog.md | 26 ++++++++++++++++---------- pyproject.toml | 2 +- 2 files changed, 17 insertions(+), 11 deletions(-) diff --git a/docs/changelog.md b/docs/changelog.md index ba6c6de..aab65ea 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,13 +1,11 @@ # Change log -## v1.2.0 (06-11-2025) -This is the first major patch since pythermogis went public. We have updated the ThermoGIS jar file to match the latest version of the core ThermoGIS Java code. -This means that if you use this latest version of pythermogis you will also have to update the jar file downloaded on your system. - -Additonally, setting of the THERMOGIS_JAR and JAVA_HOME environment variables can now be done in a .env text file in any of your projects that utilises pythermogis. -This is particularly useful for users who do not have admin rights. +## v1.2.3 (6-1-2026) +Added the calculation of `heat in place` and `potential recoverable heat`. These are part of the potential calculation of the original java code. -We also recognise that having to replace the Jar file everytime we update it is clunky and we will be working hard to remove this necessity in future updates. +## v1.2.2 (27-11-2025) +Updating the Java jar which has a fixed implementation of the heat pump. Before the heat pump cop was not being correctly calculated. There is a test added to test_pythermogis_doublet_benchmark.py to showcase how the new heatpump mode +should be used. ## v1.2.1 (21-11-2025) Fixing a bug caused by the update in the Jar file. calculateDoubletPerformance in the Java source code returns Null if one of the optimizers failed. @@ -18,7 +16,15 @@ Another bug was fixed, this occured when sampling for transmissivity with high o Additional Functionality: - two functions have been added to print out the environment variables THERMOGIS_JAR and JAVA_HOME. This enables users to debug if their are issues with their installation. -## v1.2.3 (27-11-2025) -Updating the Java jar which has a fixed implementation of the heat pump. Before the heat pump cop was not being correctly calculated. There is a test added to test_pythermogis_doublet_benchmark.py to showcase how the new heatpump mode -should be used. +## v1.2.0 (06-11-2025) +This is the first major patch since pythermogis went public. We have updated the ThermoGIS jar file to match the latest version of the core ThermoGIS Java code. +This means that if you use this latest version of pythermogis you will also have to update the jar file downloaded on your system. + +Additonally, setting of the THERMOGIS_JAR and JAVA_HOME environment variables can now be done in a .env text file in any of your projects that utilises pythermogis. +This is particularly useful for users who do not have admin rights. + +We also recognise that having to replace the Jar file everytime we update it is clunky and we will be working hard to remove this necessity in future updates. + + + diff --git a/pyproject.toml b/pyproject.toml index 53b2619..9b5f1e7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "pythermogis" -version = "1.2.2" +version = "1.2.3" description = "This repository is used as a python API for the ThermoGIS Doublet simulations" authors = [ { name = "Hen Brett", email = "hen.brett@tno.nl" }, -- GitLab