From df71ec0019bbca3b1eb2da7cbb36d9f3cb3790f7 Mon Sep 17 00:00:00 2001 From: Peter Munch Date: Mon, 24 May 2021 11:01:13 +0200 Subject: [PATCH] Add some relevant minor-change topics --- 9.3/paper.tex | 8 ++++++++ 1 file changed, 8 insertions(+) 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 -- 2.39.5