TNO Intern

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

Merge branch...

Merge branch '78-upload-a-new-thermogis-pacakge-to-the-package-registry-and-make-a-whats-new-page-in-the' into 'main'

Resolve "Upload a new thermogis pacakge to the package registry and make a whats new page in the documentation"

Closes #78

See merge request !93
parents bd01d6ac c010d32a
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:
+2 −2
Original line number Diff line number Diff line
@@ -4829,8 +4829,8 @@ packages:
  timestamp: 1740946648058
- pypi: ./
  name: pythermogis
  version: 1.1.2
  sha256: 6c2c51bb843ce5d8e0fb17a271a6425a468bc6da8718c96355b2132adc2a0c4d
  version: 1.2.0
  sha256: 856212b888cdabfc02f91671bfc497c663e84dd8a93f714d845e867811ee2cd3
  requires_dist:
  - jpype1>=1.5.2,<2
  - xarray==2024.9.0.*
+1 −1
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "pythermogis"
version = "1.1.2"
version = "1.2.0"
description = "This repository is used as a python API for the ThermoGIS Doublet simulations"
authors = [
    { name = "Hen Brett", email = "hen.brett@tno.nl" },
Loading