diff --git a/docs/config/meta.json b/docs/config/meta.json index 6761cc1b1d..8363f20c1c 100644 --- a/docs/config/meta.json +++ b/docs/config/meta.json @@ -1 +1 @@ -{"current_index": -39} \ No newline at end of file +{"current_index": -40} \ No newline at end of file diff --git a/docs/docs/changelog/v9-7.md b/docs/docs/changelog/v9-7.md new file mode 100644 index 0000000000..cb0faad61f --- /dev/null +++ b/docs/docs/changelog/v9-7.md @@ -0,0 +1,22 @@ +--- +slug: "v9.7-release" +title: "v9.7" +authors: ecalc-team +tags: [release, eCalc] +sidebar_position: -39 +--- + +# eCalc v9.7 + +## Features + +## Changes + +* eCalc now support NumPy 2.x. eCalc will also support NumPy 1.x for a while, but we recommend upgrading to NumPy 2.x as soon as possible. + +## Bug Fixes + +* We have increased required memory for the Java process to 4 GB by default, since some compressor models with fluid properties require more memory to run. Beware that currently this will require up to 6 GB of memory to make sure that eCalc runs smoothly. Previously +eCalc crashed if not enough memory was allocated. + +## Breaking changes \ No newline at end of file diff --git a/docs/drafts/next.draft.md b/docs/drafts/next.draft.md index 9d6720b91b..5a9caf861c 100644 --- a/docs/drafts/next.draft.md +++ b/docs/drafts/next.draft.md @@ -3,7 +3,7 @@ slug: "{{ version_slug }}" title: "{{ version_title }}" authors: ecalc-team tags: [release, eCalc] -sidebar_position: -39 +sidebar_position: -40 --- # eCalc {{ version }}