TNO Intern

Commit 1cc6adee authored by Florian Knappers's avatar Florian Knappers
Browse files

Flofactor

parent 4da25eff
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -10,4 +10,5 @@ dist

tests/resources/test_output

/src/pythermogis/jvm/JVM17
 No newline at end of file
/pythermogis/resources/JVM17
**/test_output/**
 No newline at end of file
+7 −0
Original line number Diff line number Diff line
# Change log

## v3.0.0 (20-3-2026)
A big update on the API of pythermogis.
The input to run a doublet simulation is now all well defined on the Python side. With the new UTCSettings, Aquifer/StochasticAquifer and ThermoGISDoublet classes,
all optional settings are visible in the classes themselves. Prior to this update, knowledge of the Java code was required.
These changes are breaking changes, and will require updates of the code that uses pythermogis.
Our intention is to keep pythermogis backwards compatible from now on.

## 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](usage/customized_props.md) page for examples of the new API.
+1 −1
Original line number Diff line number Diff line
# API Reference

::: pythermogis.dask_utils.assess_optimal_chunk_size
 No newline at end of file
::: pythermogis.dask.assess_optimal_chunk_size
 No newline at end of file
+1 −1
Original line number Diff line number Diff line
# API Reference

::: pythermogis.thermogis_classes.doublet
 No newline at end of file
::: pythermogis.doublet
 No newline at end of file
+1 −1
Original line number Diff line number Diff line
# API Reference

::: pythermogis.doublet_simulation.deterministic_doublet
 No newline at end of file
::: pythermogis.aquifer.Aquifer
 No newline at end of file
Loading