Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#367 updates links and documentation following release v1.5.0 #368

Merged
merged 1 commit into from
Oct 10, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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ω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.
Expand All @@ -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

Expand Down Expand Up @@ -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

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ω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).
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