Skip to content

Commit

Permalink
Update version to patch 3.1.1 and update the release notes.
Browse files Browse the repository at this point in the history
  • Loading branch information
hrajagers committed Sep 19, 2024
1 parent 3728ed1 commit f2ed96f
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 8 deletions.
2 changes: 1 addition & 1 deletion dfastmi/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@

from typing import Any, List

__version__ = "3.1.0"
__version__ = "3.1.1"

__all__: List[Any] = []
29 changes: 22 additions & 7 deletions docs/dfastmi_release_notes.tex
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
\newcommand{\dfmi}{\textrm{D-FAST~MI}\xspace}
\newcommand{\dflowfm}{\textrm{D-Flow~FM}\xspace}
\newcommand{\sobek}{\textrm{SOBEK}\xspace}
\newcommand{\dfmiversion}{3.1.1}

\hypersetup
{
Expand All @@ -17,7 +18,7 @@
\pagestyle{empty}
\includepdf[pages=1, offset=72 -70]{cover/D-FAST-omslag-D-FAST Morphological Impact-RN.pdf} % links-rechts past precies
\cleardoublepage
\title{D-FAST\\ Morphological Impact 3.1.0}
\title{D-FAST\\ Morphological Impact \dfmiversion}
\subtitle{}
\manualtype{Release Notes}
%\distribution{Released for: \newline \phantom{M} \dfmi version 3.1 or higher}
Expand All @@ -34,7 +35,7 @@ \section{Release contents}

\begin{tabular}{ll}
Description: & \dfastmi \\
Version: & 3.1.0 \\
Version: & \dfmiversion \\
Status & release
\end{tabular}

Expand All @@ -57,28 +58,40 @@ \section{Installation}
\begin{enumerate}
\item \dfastmi User Manual
\item \dfastmi Technical Reference Manual
\item \dfastmi Validation Document
\end{enumerate}

\chapter{Release summary}

\section{Version 3.1.0}
\section{Version 3.1.1}
\subsection{Key changes summary}
The key changes of this completely revised version are:
The key changes of this update are:

\begin{itemize}
\item Support for typical \dflowfm Fourier files created by \dflowfm using the default settings as specified in the \file{fourier\_last\_s.fou} file.
\end{itemize}

\subsection{Known issues}

None
\begin{longtable}{l|l|p{8cm}}
\caption{List of known issues} \\
Issue & Type & Description \\ \hline
\endfirsthead
\multicolumn{3}{l}{\textsl{(continued from previous page)}} \\
Issue & Type & Description \\ \hline
\endhead
\hline \multicolumn{3}{r}{\textsl{(continued on next page)}} \\
\endfoot
\endlastfoot
DFAST-240 & Bug & Not all fields update properly when loading another configuration file \\
\end{longtable}

\subsection{Overview of all issues}

An overview of all closed issues since the release of version 3.0.0 is given in the table below.

\begin{longtable}{l|l|p{8cm}}
\caption{List of resolved issues for version 3.1.0} \\
\caption{List of resolved issues for version 3.1.1} \\
Issue & Type & Description \\ \hline
\endfirsthead
\multicolumn{3}{l}{\textsl{(continued from previous page)}} \\
Expand All @@ -87,7 +100,9 @@ \subsection{Overview of all issues}
\hline \multicolumn{3}{r}{\textsl{(continued on next page)}} \\
\endfoot
\endlastfoot
DFAST-137 & Feature & Support for \dflowfm Fourier-files. \\
DFAST-137 & Feature & Support for \dflowfm Fourier-files (since 3.1.0) \\
DFAST-241 & Doc & Add D-FAST MI validation document (since patch 3.1.1) \\
DFAST-242 & Bug & Revolve vulnerabilities in GDAL and libjpeg (since patch 3.1.1) \\
\end{longtable}

\section{Version 3.0.0}
Expand Down

0 comments on commit f2ed96f

Please sign in to comment.