Skip to content

Commit

Permalink
#367 updates links and documentation following release v1.5.0
Browse files Browse the repository at this point in the history
closes #367

Signed-off-by: Florentine Rosiere <[email protected]>
  • Loading branch information
rosiereflo committed Oct 10, 2023
1 parent 0e9e564 commit 77e70d9
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 7 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ It can be used with any tool of the Dyna&omega;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&omega;o documentation](https://github.com/dynawo/dynawo/releases/download/v1.4.1/DynawoDocumentation.pdf));
(see [Dyna&omega;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.
Expand All @@ -38,8 +38,8 @@ For further informations about contributing guidelines, please refers to the [co
## Dyna&omega;o algorithms Distribution

You can download a pre-built Dyna&omega;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

Expand Down Expand Up @@ -298,7 +298,7 @@ $> ./myEnvDynawoAlgorithms.sh distrib
```

## Dyna&omega;o-algorithms Documentation
You can download Dyna&omega;o-algorithms documentation [here](https://github.com/dynawo/dynawo-algorithms/releases/download/v1.4.1/DynawoAlgorithmsDocumentation.pdf).
You can download Dyna&omega;o-algorithms documentation [here](https://github.com/dynawo/dynawo-algorithms/releases/download/v1.5.0/DynawoAlgorithmsDocumentation.pdf).

## Quoting Dyna&omega;o

Expand Down
2 changes: 1 addition & 1 deletion documentation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

This directory contains LaTeX sources for Dyna&omega;o-algorithms documentation.

You can download Dyna&omega;o-algorithms documentation [here](https://github.com/dynawo/dynawo-algorithms/releases/download/v1.4.1/DynawoAlgorithmsDocumentation.pdf).
You can download Dyna&omega;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).
Expand Down
9 changes: 8 additions & 1 deletion documentation/installation/installation.tex
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
16 changes: 15 additions & 1 deletion documentation/introduction/introduction.tex
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -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

Expand Down

0 comments on commit 77e70d9

Please sign in to comment.