TNO Intern

Commit c010d32a authored by Hen Brett's avatar Hen Brett 🐔
Browse files

Adding a Change log page to track changes

parent 6d08c43f
Loading
Loading
Loading
Loading
Loading

docs/changelog.md

0 → 100644
+10 −0
Original line number Diff line number Diff line
# 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.

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.
+1 −1
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@ This file should contain the following variables:
  *(e.g. `/path/to/the/thermogis-1.7.0-shaded.jar`)*

Example:
![img.png](docs/images/dotenv_file_example.png)
![img.png](../images/dotenv_file_example.png)


### 3. Import pyThermoGIS into your own python projects
+3 −2
Original line number Diff line number Diff line
@@ -26,8 +26,9 @@ repo_name: pyThermoGIS
repo_url: https://ci.tno.nl/gitlab/AGS/pythermogis

nav:
  - Home: index.md

  - Get Started:
      - Welcome: index.md
      - Change Log: changelog.md
  - Installation: install/install.md

  - Theory:
+0 −2
Original line number Diff line number Diff line
@@ -74,8 +74,6 @@ def calculate_performance_of_single_location(mask: float, depth: float, thicknes
        Transmissivity of the aquifer.
    transmissivity_with_ntg : float
        Product of transmissivity and net-to-gross.
    doublet : object
        An instance of the ThermoGIS doublet class.
    mask_value : float
        0.0 by default, Any cell that results in a failed simulation or corresponds to a
        non-nan value in the mask parameter will be assigned the mask value