diff --git a/docs/changelog.md b/docs/changelog.md index cac827de2d797935239a5aff91ff25034f84de3f..e1f8cc259466c554789ac86f668ffd347a837b88 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 2d40a2345169926084ec1183225afb59921110ed..f02480e25b8cd4b7097509c1e71b924f41f40e92 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.*