diff --git a/README.md b/README.md index 096c1895..f2a06d72 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ It can be used with any tool of the Dynaωo toolsuite (DynaFlow, DynaWaltz, It provides the following possibilities: - **Unitary simulations**: simulations of one or several power systems test cases described in a .jobs file - (see [Dynaωo documentation](https://github.com/dynawo/dynawo/releases/download/v1.4.0/DynawoDocumentation.pdf)); + (see [Dynaωo documentation](https://github.com/dynawo/dynawo/releases/download/v1.4.1/DynawoDocumentation.pdf)); - **Systematic analysis**: simulations of a same base power system test case subject to different events to assess the global stability; - **Margin calculation**: simulations of a same base power system test case with a load variation and subject to different events to compute the maximum load increase in a specific region before the voltage collapses; - **Load increase**: simulation of a single load variation. @@ -38,7 +38,7 @@ For further informations about contributing guidelines, please refers to the [co ## Dynaωo algorithms Distribution You can download a pre-built Dynaωo-algorithms release to start testing it. Pre-built releases are available for **Linux** and **Windows**: -- [Linux](https://github.com/dynawo/dynawo-algorithms/releases/download/v1.4.0/DynawoAlgorithms_Linux_v1.4.0.zip) +- [Linux](https://github.com/dynawo/dynawo-algorithms/releases/download/v1.4.1/DynawoAlgorithms_Linux_v1.4.1.zip) - Windows  *Coming soon* ### Linux Requirements for Distribution @@ -105,8 +105,8 @@ You can either choose to build Dynaωo-algorithms with a pre-built nightly ``` bash $> cd dynawo-algorithms -$> curl -LO https://github.com/dynawo/dynawo/releases/download/nightly/Dynawo_headers_V1.4.0.zip -$> unzip Dynawo_headers_V1.4.0.zip +$> curl -LO https://github.com/dynawo/dynawo/releases/download/nightly/Dynawo_headers_V1.4.1.zip +$> unzip Dynawo_headers_V1.4.1.zip ``` ``` bash @@ -298,7 +298,7 @@ $> ./myEnvDynawoAlgorithms.sh distrib ``` ## Dynaωo-algorithms Documentation -You can download Dynaωo-algorithms documentation [here](https://github.com/dynawo/dynawo-algorithms/releases/download/v1.4.0/DynawoAlgorithmsDocumentation.pdf). +You can download Dynaωo-algorithms documentation [here](https://github.com/dynawo/dynawo-algorithms/releases/download/v1.4.1/DynawoAlgorithmsDocumentation.pdf). ## Quoting Dynaωo @@ -324,7 +324,9 @@ Dynaωo-algorithms is currently maintained by the following people in RTE: * Gautier Bureau, [gautier.bureau@rte-france.com](mailto:gautier.bureau@rte-france.com) * Marco Chiaramello, [marco.chiaramello@rte-france.com](mailto:marco.chiaramello@rte-france.com) * Quentin Cossart, [quentin.cossart@rte-france.com](mailto:quentin.cossart@rte-france.com) -* Adrien Guironnet, [adrien.guironnet@rte-france.com](mailto:adrien.guironnet@rte-france.com) +* Joy El-Feghali, [joy.elfeghali@rte-france.com](mailto:joy.elfeghali@rte-france.com) +* Baptiste Letellier, [baptiste.letellier@rte-france.com](mailto:baptiste.letellier@rte-france.com) +* Ian Menezes, [ian.menezes@rte-france.com](mailto:ian.menezes@rte-france.com) * Florentine Rosiere, [florentine.rosiere@rte-france.com](mailto:florentine.rosiere@rte-france.com) In case of questions or issues, you can also send an e-mail to [rte-dynawo@rte-france.com](mailto:rte-dynawo@rte-france.com). diff --git a/documentation/README.md b/documentation/README.md index bb4d0217..c7437330 100644 --- a/documentation/README.md +++ b/documentation/README.md @@ -10,7 +10,7 @@ This directory contains LaTeX sources for Dynaωo-algorithms documentation. -You can download Dynaωo-algorithms documentation [here](https://github.com/dynawo/dynawo-algorithms/releases/download/v1.4.0/DynawoAlgorithmsDocumentation.pdf). +You can download Dynaωo-algorithms documentation [here](https://github.com/dynawo/dynawo-algorithms/releases/download/v1.4.1/DynawoAlgorithmsDocumentation.pdf). Scripts: * **compile.sh**: compile each separated LaTex document (except the licenses). diff --git a/documentation/installation/installation.tex b/documentation/installation/installation.tex index d45b2af6..e5e837ce 100644 --- a/documentation/installation/installation.tex +++ b/documentation/installation/installation.tex @@ -24,7 +24,7 @@ \chapter{Install procedure} \section{\Dynawo-algorithms binaries distribution} -\Dynawo-algorithms release is available on Github : \href{https://github.com/dynawo/dynawo-algorithms/releases/download/v1.4.0/DynawoAlgorithms_Linux_v1.4.0.zip}{Linux release}. +\Dynawo-algorithms release is available on Github : \href{https://github.com/dynawo/dynawo-algorithms/releases/download/v1.4.1/DynawoAlgorithms_Linux_v1.4.1.zip}{Linux release}. The packages required to use the distribution are the same as \Dynawo. diff --git a/documentation/introduction/introduction.tex b/documentation/introduction/introduction.tex index e41139c3..5f6ccdfb 100644 --- a/documentation/introduction/introduction.tex +++ b/documentation/introduction/introduction.tex @@ -28,7 +28,7 @@ \section{What is \Dynawo-algorithms?} It provides the following possibilities: \begin{itemize} \item \textbf{Unitary simulations}: simulations of one or several power systems described in a \textbf{.jobs} file - (see \href{https://github.com/dynawo/dynawo-algorithms/releases/download/v1.4.0/DynawoAlgorithmsDocumentation.pdf}{\underline{\Dynawo documentation}}); + (see \href{https://github.com/dynawo/dynawo-algorithms/releases/download/v1.4.1/DynawoAlgorithmsDocumentation.pdf}{\underline{\Dynawo documentation}}); \item \textbf{Systematic analysis}: simulations of a same base power system subject to different events to assess the global stability; \item \textbf{Margin calculation}: simulations of a same base power system with a load variation and subject to different events to compute the maximum load increase in a specific region before the voltage collapses; @@ -39,6 +39,8 @@ \section{What is \Dynawo-algorithms?} The source code is hosted into a \href{https://github.com/dynawo/dynawo-algorithms} {\underline{GitHub repository}}. \\ \section{Changes from previous versions} +\subsection{Changes from v1.4.1} +None \subsection{Changes from v1.4.0}