From ab341a4a65d6cca20d9a1da7a16079a50bb8d923 Mon Sep 17 00:00:00 2001 From: Ivan Date: Fri, 27 Sep 2024 17:05:38 +0300 Subject: [PATCH] v0.7.0 --- CHANGELOG.md | 1 + Project.toml | 2 +- docs/src/tutorial/gsa.md | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 12e74a4..3f788bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ - heta-compiler updated to 0.9.0 - changes in `load_platform`: add `spaceFilter` +- GSA Tutorial added to docs ## 0.6.2 diff --git a/Project.toml b/Project.toml index 3dc6f9d..0283079 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "HetaSimulator" uuid = "630b40c4-2f38-41ff-bcb3-b2c7232fed0d" authors = ["Ivan Borisov", "Evgeny Metelkin"] -version = "0.6.2" +version = "0.7.0" [deps] CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b" diff --git a/docs/src/tutorial/gsa.md b/docs/src/tutorial/gsa.md index 3b81328..5b0991c 100644 --- a/docs/src/tutorial/gsa.md +++ b/docs/src/tutorial/gsa.md @@ -1,6 +1,6 @@ # Global Sensitivity Analysis -This tutorial describes methods of **Global Sensitivity Analysis (GSA)** by using **HetaSimulator** together with **GlobalSensitivity** package. The content is based on [GlobalSensitivity tutorial](https://docs.sciml.ai/GlobalSensitivity/stable/tutorials/juliacon21/). Current version of the tutorial is based on **HetaSimulator v0.6.2** and **GlobalSensitivity v2.7.0** +This tutorial describes methods of **Global Sensitivity Analysis (GSA)** by using **HetaSimulator** together with **GlobalSensitivity** package. The content is based on [GlobalSensitivity tutorial](https://docs.sciml.ai/GlobalSensitivity/stable/tutorials/juliacon21/). Current version of the tutorial is based on **HetaSimulator v0.7.0** and **GlobalSensitivity v2.7.0** In order to run GSA we need to install **GlobalSensitivity** package in addition to **HetaSimulator** and **Plots**. We will also use **QuasiMonteCarlo** package for sampling.