From 39ee61299b8d5a2b4afd180b6fda8e740b67c355 Mon Sep 17 00:00:00 2001 From: bretth Date: Mon, 2 Mar 2026 09:12:38 +0100 Subject: [PATCH] Fixing changelog.md --- docs/changelog.md | 2 +- pixi.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/changelog.md b/docs/changelog.md index cac827d..e1f8cc2 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -2,7 +2,7 @@ ## v2.0.0 (27-2-2026) After an essential rewrite of the java code, parts of the API of pythermoGIS had to be updated. Since these were breaking, non-backward compatible, changes, a version 2.0.0 is released. -The most important and noticible change is that the method of setting up the input parameters has changed. Please check out the customized properties page for +The most important and noticible change is that the method of setting up the input parameters has changed. Please check out the [customized properties](usage/customized_props.md) page for examples of the new API. ## 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. diff --git a/pixi.lock b/pixi.lock index 2d40a23..f02480e 100644 --- a/pixi.lock +++ b/pixi.lock @@ -4933,8 +4933,8 @@ packages: timestamp: 1740946648058 - pypi: ./ name: pythermogis - version: 1.2.5 - sha256: f7faf166eaa5141f37e7e96c2fc7f2c01cf26da4be5fc5164aa0c8c784614e2b + version: 2.0.0 + sha256: 45e9ae3e6dad3c3786e34980c9ad1f5f967cf9fa850424c82fc20ad800a688bb requires_dist: - jpype1>=1.5.2,<2 - xarray==2024.9.0.* -- GitLab