TNO Intern

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

Fixing the tests with the latest Heatpump module

parent 004c9cf7
Loading
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
# Change log

## v1.3.0 (30-1-2026)

- After an issue was flagged with the heat pump module changes were implemented in the core java code, tested using the ThermoGIS Automated workflow and the GA4A projects. 
The ThermoGIS Jar has been updated and the documentation on the heatpump greatly expanded.
- The tests on the GA4A scenario XML have been extended to test expected values. 

## v1.2.5 (26-1-2026)
A java 17 virtual machine is now automatically installed the first time a pythermogis simulation is run. This uses the [install-jdk](https://pypi.org/project/install-jdk/) python project.

+2 −2
Original line number Diff line number Diff line
@@ -4933,8 +4933,8 @@ packages:
  timestamp: 1740946648058
- pypi: ./
  name: pythermogis
  version: 1.2.5
  sha256: f7faf166eaa5141f37e7e96c2fc7f2c01cf26da4be5fc5164aa0c8c784614e2b
  version: 1.3.0
  sha256: 169b880567fe4471034ed3da760808a570dc917f794bfb0b978998f5bdf23785
  requires_dist:
  - jpype1>=1.5.2,<2
  - xarray==2024.9.0.*
+1 −2
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "pythermogis"
version = "beta"
version = "1.3.0"
description = "This repository is used as a python API for the ThermoGIS Doublet simulations"
authors = [
    { name = "Hen Brett", email = "hen.brett@tno.nl" },
@@ -21,7 +21,6 @@ dependencies = [
    "pytz>=2024.1,<2025",
    "build>=1.2.2.post1,<2",
    "pygridsio>=1.0,<2.0",
    "python-dotenv>=1.2.1,<2",
    "dask>=2025.5.1,<2026",
    "install-jdk==1.1.0"
]
Loading