diff --git a/README.md b/README.md index 094fc933..74903181 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.1/DynawoDocumentation.pdf)); + (see [Dynaωo documentation](https://github.com/dynawo/dynawo/releases/download/v1.5.0/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,8 +38,8 @@ 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.1/DynawoAlgorithms_Linux_v1.4.1.zip) -- Windows  *Coming soon* +- [Linux](https://github.com/dynawo/dynawo-algorithms/releases/download/v1.5.0/DynawoAlgorithms_Linux_v1.5.0.zip) +- [Windows](https://github.com/dynawo/dynawo/releases/download/v1.5.0/Dynawo_Windows_v1.5.0.zip) ### Linux Requirements for Distribution @@ -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.1/DynawoAlgorithmsDocumentation.pdf). +You can download Dynaωo-algorithms documentation [here](https://github.com/dynawo/dynawo-algorithms/releases/download/v1.5.0/DynawoAlgorithmsDocumentation.pdf). ## Quoting Dynaωo diff --git a/documentation/README.md b/documentation/README.md index c7437330..24d1ea60 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.1/DynawoAlgorithmsDocumentation.pdf). +You can download Dynaωo-algorithms documentation [here](https://github.com/dynawo/dynawo-algorithms/releases/download/v1.5.0/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 e5e837ce..a1c2a8b4 100644 --- a/documentation/installation/installation.tex +++ b/documentation/installation/installation.tex @@ -24,7 +24,14 @@ \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.1/DynawoAlgorithms_Linux_v1.4.1.zip}{Linux release}. +To start testing \Dynawo-algorithms you can use binary releases on Github: +\begin{itemize} +\item + \href{https://github.com/dynawo/dynawo-algorithms/releases/download/v1.5.0/DynawoAlgorithms_Linux_v1.5.0.zip}{Linux} +\item + \href{https://github.com/dynawo/dynawo-algorithms/releases/download/v1.5.0/DynawoAlgorithms_Windows_v1.5.0.zip}{Windows} +\end{itemize} + 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 5f6ccdfb..7354b498 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.1/DynawoAlgorithmsDocumentation.pdf}{\underline{\Dynawo documentation}}); + (see \href{https://github.com/dynawo/dynawo-algorithms/releases/download/v1.5.0/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,20 @@ \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.5.0} +\underline{General:} + +\begin{itemize} +\item Dynawo-algorithms is now available on windows +\end{itemize} + +\underline{Systematic Analysis and Margin calculation:} + +\begin{itemize} +\item a simulation which diverges and has some criteria not met will be seen with the status DIVERGENCE +\end{itemize} + \subsection{Changes from v1.4.1} None