@@ -10,7 +10,8 @@ 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.
## v1.2.1 (21-11-2025)
Fixing a bug due to the update in the Jar file, calculateDoubletPerformance in the Java source code now returns Null if one of the optimizers failed. Pythermogis was still expecting a DoubletOutput class with all values set to -9999 in case of optimizer failure.
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.
Pythermogis was still expecting a DoubletOutput class with all values set to -9999 in case of optimizer failure.
Additionally:
- 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