From 13957fead322276d5e888c50314dcc9ba4e6db36 Mon Sep 17 00:00:00 2001 From: Florentine Rosiere Date: Tue, 10 Oct 2023 12:33:47 +0200 Subject: [PATCH] update links following v1.5.0 release Signed-off-by: Florentine Rosiere --- _layouts/default.html | 4 ++-- about/dfl.md | 2 +- about/dynaflow.md | 2 +- about/dynalgo.md | 2 +- about/dynaswing.md | 2 +- about/dynawaltz.md | 2 +- docs/index.md | 6 +++--- install/dfl.md | 10 +++++----- install/dynalgo.md | 10 +++++----- install/index.md | 16 ++++++++-------- news.md | 8 +++++++- 11 files changed, 35 insertions(+), 29 deletions(-) diff --git a/_layouts/default.html b/_layouts/default.html index 5a4fefe..5545067 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -41,11 +41,11 @@

{{ site.title }}

diff --git a/about/dfl.md b/about/dfl.md index 19b9ce7..a409462 100644 --- a/about/dfl.md +++ b/about/dfl.md @@ -15,6 +15,6 @@ It provides the following possibilities: - **Unitary simulations**: computation of the steady-state solution on a given network (IIDM format) with Dynaflow - **Systematic analysis**: assessment of the stability of a single base network subject to different events -More information is available on the [Github repository](https://github.com/dynawo/dynaflow-launcher) or in the [Dynaflow-launcher documentation](https://github.com/dynawo/dynaflow-launcher/releases/download/v1.4.1/DynaflowLauncherDocumentation.pdf). +More information is available on the [Github repository](https://github.com/dynawo/dynaflow-launcher) or in the [Dynaflow-launcher documentation](https://github.com/dynawo/dynaflow-launcher/releases/download/v1.5.0/DynaflowLauncherDocumentation.pdf). ![image](../assets/images/DynaflowLauncher.png){: width="50%" .center-image} diff --git a/about/dynaflow.md b/about/dynaflow.md index ed44418..0e8d9bb 100644 --- a/about/dynaflow.md +++ b/about/dynaflow.md @@ -15,7 +15,7 @@ This calculation has been historically done by purely static simulation tool det **DynaFlow is a new steady-state simulation tool that aims at calculating the steady-state point by using a simplified time-domain simulation, guaranteeing the correctness of the solution found. In its current state, DynaFlow already covers a large range of the required features.** -**[Our examples](https://github.com/dynawo/dynawo/releases/download/v1.4.1/DynawoDocumentation.zip) show the pros of this approach compared to a classical static approach and provides a concrete illustration of DynaFlow's possibilities.** +**[Our examples](https://github.com/dynawo/dynawo/releases/download/v1.5.0/DynawoDocumentation.zip) show the pros of this approach compared to a classical static approach and provides a concrete illustration of DynaFlow's possibilities.** In addition, in order to ease the creation of input data and the usability of DynaFlow, a separate project called [DynaFlow-launcher](https://github.com/dynawo/dynaflow-launcher). It enables to create all the necessary files from a single iidm file, based on predefinite rules for each component. diff --git a/about/dynalgo.md b/about/dynalgo.md index 3ce479e..d625e4e 100644 --- a/about/dynalgo.md +++ b/about/dynalgo.md @@ -19,6 +19,6 @@ It provides the following possibilities: the maximum load increase in a specific region before the voltage collapses; - **Load increase**: simulation of a single load variation. -More information is available on the [Github repository](https://github.com/dynawo/dynawo-algorithms) or in the [Dynaωo-algorithms documentation](https://github.com/dynawo/dynawo-algorithms/releases/download/v1.4.1/DynawoAlgorithmsDocumentation.pdf). +More information is available on the [Github repository](https://github.com/dynawo/dynawo-algorithms) or in the [Dynaωo-algorithms documentation](https://github.com/dynawo/dynawo-algorithms/releases/download/v1.5.0/DynawoAlgorithmsDocumentation.pdf). ![image](../assets/images/DynawoAlgorithms.png){: width="50%" .center-image} diff --git a/about/dynaswing.md b/about/dynaswing.md index b84b813..58ff3d9 100644 --- a/about/dynaswing.md +++ b/about/dynaswing.md @@ -15,7 +15,7 @@ To properly represent the system response in the few instants following an event **DynaSwing is a simulation tool that offers an unique combination of a transparent, flexible and robust way of modelling - thanks to the intensive use of the Modelica language - and a state-of-the-art, efficient and accurate numerical method (the variable time-step solver IDA).** -**The core of the tool has already reached a mature state, making it usable for running transient stability studies, as visible in [our use cases documentation](https://github.com/dynawo/dynawo/releases/download/v1.4.1/DynawoDocumentation.zip)** The future work will thus concentrate on: +**The core of the tool has already reached a mature state, making it usable for running transient stability studies, as visible in [our use cases documentation](https://github.com/dynawo/dynawo/releases/download/v1.5.0/DynawoDocumentation.zip)** The future work will thus concentrate on: - the development of more elaborated regulation controls (PSS, specific governors or voltage regulators) - the addition of new models (especially standard PV and wind models) - the improvement of the numerical method on large test cases (especially on systems containing a lot of digital controllers). diff --git a/about/dynawaltz.md b/about/dynawaltz.md index 9df359f..526056f 100644 --- a/about/dynawaltz.md +++ b/about/dynawaltz.md @@ -17,6 +17,6 @@ Most of the classical approaches for long-term stability studies use simplified **DynaWaltz is the most advanced simulation tool of the Dynaωo, initiative. It is operationnaly used on a daily basis in RTE national control center to deal with voltage stability issues.** In its operational use, DynaWaltz enables to launch individual simulation but also contingency analysis as well as margin calculation thanks to the algorithms implemented in [Dynawo-algorithms]({{ '/about/dynalgo' }}). -For more details on DynaWaltz behavior, please have a look to [our use cases documentation](https://github.com/dynawo/dynawo/releases/download/v1.4.1/DynawoDocumentation.zip). +For more details on DynaWaltz behavior, please have a look to [our use cases documentation](https://github.com/dynawo/dynawo/releases/download/v1.5.0/DynawoDocumentation.zip). ![image](../assets/images/DynaWaltz.png){: width="50%" .center-image} diff --git a/docs/index.md b/docs/index.md index 29cac1c..b70d5b6 100644 --- a/docs/index.md +++ b/docs/index.md @@ -12,8 +12,8 @@ The documentation explains how to install Dynaωo and its companion project For the moment only a PDF version of the documentations are available. -Download [Dynaωo documentation](https://github.com/dynawo/dynawo/releases/download/v1.4.1/DynawoDocumentation.zip). +Download [Dynaωo documentation](https://github.com/dynawo/dynawo/releases/download/v1.5.0/DynawoDocumentation.zip). -Download [Dynaωo-algorithms documentation](https://github.com/dynawo/dynawo-algorithms/releases/download/v1.4.1/DynawoAlgorithmsDocumentation.pdf). +Download [Dynaωo-algorithms documentation](https://github.com/dynawo/dynawo-algorithms/releases/download/v1.5.0/DynawoAlgorithmsDocumentation.pdf). -Download [Dynaflow-launcher documentation](https://github.com/dynawo/dynaflow-launcher/releases/download/v1.4.1/DynaflowLauncherDocumentation.pdf). +Download [Dynaflow-launcher documentation](https://github.com/dynawo/dynaflow-launcher/releases/download/v1.5.0/DynaflowLauncherDocumentation.pdf). diff --git a/install/dfl.md b/install/dfl.md index d34eeeb..71c75bf 100644 --- a/install/dfl.md +++ b/install/dfl.md @@ -9,12 +9,12 @@ layout: default license. All rights reserved. --> -Dynaflow-launcher is available on **Linux**. For **MacOS** users we recommend to use [Docker](#docker). +Dynaflow-launcher is available on **Linux** and **Windows**. For **MacOS** users we recommend to use [Docker](#docker). -The latest release is [Dynaflow-launcher v1.4.1]({{ '/release_note' }}) and could be retrieved using the following links: +The latest release is [Dynaflow-launcher v1.5.0]({{ '/release_note' }}) and could be retrieved using the following links: |---|---| -| Linux distribution | [DynaFlowLauncher_Linux_v1.4.1.zip](https://github.com/dynawo/dynaflow-launcher/releases/download/v1.4.1/DynaFlowLauncher_Linux_v1.4.1.zip) | -| Windows distribution (VS2019) | Not available currently | -| Documentation | [DynaflowLauncherDocumentation.pdf](https://github.com/dynawo/dynaflow-launcher/releases/download/v1.4.1/DynaflowLauncherDocumentation.pdf) | +| Linux distribution | [DynaFlowLauncher_Linux_v1.5.0.zip](https://github.com/dynawo/dynaflow-launcher/releases/download/v1.5.0/DynaFlowLauncher_Linux_v1.5.0.zip) | +| Windows distribution (VS2019) | [DynaFlowLauncher_Windows_v1.5.0.zip](https://github.com/dynawo/dynaflow-launcher/releases/download/v1.5.0/DynaFlowLauncher_Windows_v1.5.0.zip) | +| Documentation | [DynaflowLauncherDocumentation.pdf](https://github.com/dynawo/dynaflow-launcher/releases/download/v1.5.0/DynaflowLauncherDocumentation.pdf) | diff --git a/install/dynalgo.md b/install/dynalgo.md index 7b2a204..2a5e585 100644 --- a/install/dynalgo.md +++ b/install/dynalgo.md @@ -9,12 +9,12 @@ layout: default license. All rights reserved. --> -Dynaωo-algorithms is available on **Linux**. For **MacOS** users we recommend to use [Docker](#docker). +Dynaωo-algorithms is available on **Linux** and **Windows**. For **MacOS** users we recommend to use [Docker](#docker). -The latest release is [Dynaωo-algorithms v1.4.1]({{ '/release_note' }}) and could be retrieved using the following links: +The latest release is [Dynaωo-algorithms v1.5.0]({{ '/release_note' }}) and could be retrieved using the following links: |---|---| -| Linux distribution | [DynawoAlgorithms_Linux_v1.4.1.zip](https://github.com/dynawo/dynawo-algorithms/releases/download/v1.4.1/DynawoAlgorithms_Linux_v1.4.1.zip) | -| Windows distribution (VS2019) | Not available currently | -| Documentation | [DynawoAlgorithmsDocumentation.pdf](https://github.com/dynawo/dynawo-algorithms/releases/download/v1.4.1/DynawoAlgorithmsDocumentation.pdf) | +| Linux distribution | [DynawoAlgorithms_Linux_v1.5.0.zip](https://github.com/dynawo/dynawo-algorithms/releases/download/v1.5.0/DynawoAlgorithms_Linux_v1.5.0.zip) | +| Windows distribution (VS2019) | [DynawoAlgorithms_Windows_v1.5.0.zip](https://github.com/dynawo/dynawo-algorithms/releases/download/v1.5.0/DynawoAlgorithms_Windows_v1.5.0.zip) | +| Documentation | [DynawoAlgorithmsDocumentation.pdf](https://github.com/dynawo/dynawo-algorithms/releases/download/v1.5.0/DynawoAlgorithmsDocumentation.pdf) | diff --git a/install/index.md b/install/index.md index db525cf..6f21883 100644 --- a/install/index.md +++ b/install/index.md @@ -10,14 +10,14 @@ layout: default --> Dynaωo is available on **Linux** and **Windows**. For **MacOS** users we recommend to use [Docker](#docker). -The latest release is [Dynaωo v1.4.1]({{ '/release_note' }}) and could be retrieved using the following links: +The latest release is [Dynaωo v1.5.0]({{ '/release_note' }}) and could be retrieved using the following links: |---|---| -| Linux distribution | [Dynawo_Linux_v1.4.1.zip](https://github.com/dynawo/dynawo/releases/download/v1.4.1/Dynawo_Linux_v1.4.1.zip) | -| Windows distribution (VS2019) | [Dynawo_Windows_v1.4.1.zip](https://github.com/dynawo/dynawo/releases/download/v1.4.1/Dynawo_Windows_v1.4.1.zip) | -| Documentation | [DynawoDocumentation.zip](https://github.com/dynawo/dynawo/releases/download/v1.4.1/DynawoDocumentation.zip) | -| Dynawo Modelica library | [Dynawo_Modelica_library_v1.4.1.zip](https://github.com/dynawo/dynawo/releases/download/v1.4.1/Dynawo_Modelica_library_V1.4.1.zip) | -| Detailed release note | [v1.4.1_release_note.txt](https://github.com/dynawo/dynawo/releases/download/v1.4.1/v1.4.1_release_note.txt) | +| Linux distribution | [Dynawo_Linux_v1.5.0.zip](https://github.com/dynawo/dynawo/releases/download/v1.5.0/Dynawo_Linux_v1.5.0.zip) | +| Windows distribution (VS2019) | [Dynawo_Windows_v1.5.0.zip](https://github.com/dynawo/dynawo/releases/download/v1.5.0/Dynawo_Windows_v1.5.0.zip) | +| Documentation | [DynawoDocumentation.zip](https://github.com/dynawo/dynawo/releases/download/v1.5.0/DynawoDocumentation.zip) | +| Dynawo Modelica library | [Dynawo_Modelica_library_v1.5.0.zip](https://github.com/dynawo/dynawo/releases/download/v1.5.0/Dynawo_Modelica_library_V1.5.0.zip) | +| Detailed release note | [v1.5.0_release_note.txt](https://github.com/dynawo/dynawo/releases/download/v1.5.0/v1.5.0_release_note.txt) | To get started with Dynaωo you have different possibilities, depending on your background and what you want to do: @@ -27,7 +27,7 @@ To get started with Dynaωo you have different possibilities, depending on ### Dynaωo Linux binaries distribution -Official Linux-based release is available [here](https://github.com/dynawo/dynawo/releases/download/v1.4.1/Dynawo_Linux_v1.4.1.zip). +Official Linux-based release is available [here](https://github.com/dynawo/dynawo/releases/download/v1.5.0/Dynawo_Linux_v1.5.0.zip). Dynaωo is tested on **Fedora** and **Ubuntu** based platforms. However, provided that you can install system packages there should be no problem on others Linux distributions. @@ -69,7 +69,7 @@ $> ./dynawo.sh jobs --help ### Dynaωo Windows binaries distribution -Official Windows-based release is available [here](https://github.com/dynawo/dynawo/releases/download/v1.4.1/Dynawo_Windows_v1.4.1.zip). +Official Windows-based release is available [here](https://github.com/dynawo/dynawo/releases/download/v1.5.0/Dynawo_Windows_v1.5.0.zip). Dynaωo is tested on **Windows 10**. diff --git a/news.md b/news.md index f5567c1..e912d50 100644 --- a/news.md +++ b/news.md @@ -8,11 +8,17 @@ layout: default CC-BY-4.0 (https://creativecommons.org/licenses/by/4.0/) license. All rights reserved. --> + + +#### New release (V1.5.0) available + +**A new release - V1.5.0 - is now available.**. This version notably contains the Windows release of Dynawo-algorithms and Dynaflow-launcher. + #### New release (V1.4.1) available -**A new release - V1.4.1 - is now available.**. This version notably contains improvements of Dynaflow +**A new release - V1.4.1 - is now available.**. This version notably contains improvements of Dynaflow. .