From: Peter Munch Date: Mon, 24 May 2021 09:01:13 +0000 (+0200) Subject: Add some relevant minor-change topics X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=df71ec0019bbca3b1eb2da7cbb36d9f3cb3790f7;p=release-papers.git Add some relevant minor-change topics --- diff --git a/9.3/paper.tex b/9.3/paper.tex index b886db4..0f54dff 100644 --- a/9.3/paper.tex +++ b/9.3/paper.tex @@ -253,6 +253,14 @@ that we briefly outline in the remainder of this section: % \begin{itemize} \item globally unique cell IDs: TODO + \item In addition to the macro \texttt{DEAL\_II\_DEPRECATED}, we have introduced + the \texttt{DEAL\_II\_DEPRECATED\_EARLY} macro, which indicates that a feature will be + deprecated in the next release. In contrast to the first macro, it will only give + warnings if \dealii{} has been configured with \texttt{-D DEAL\_II\_EARLY\_DEPRECATIONS=ON}. + \item After each update of the master branch of \dealii{}, we build a new Docker image + with all features enabled. It is + accessible on \texttt{Docker Hub} via \texttt{dealii/dealii:master-focal}. This image is + particular useful when used in the contiguous-integration processes of user codes. \end{itemize} % The changelog lists more than 240 other