From: Wolfgang Bangerth Date: Fri, 18 Apr 2025 20:01:57 +0000 (-0600) Subject: Add a changelog entry. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=88c569edc2d870adf4752bb774bcf081c79b2b44;p=dealii.git Add a changelog entry. --- diff --git a/doc/news/changes/minor/20250418Bangerth b/doc/news/changes/minor/20250418Bangerth new file mode 100644 index 0000000000..e240678973 --- /dev/null +++ b/doc/news/changes/minor/20250418Bangerth @@ -0,0 +1,5 @@ +New: MatrixOut now allows to create "sparse" representations of +matrices by setting the MatrixOut::Options::create_sparse_plot +variable. +
+(Wolfgang Bangerth, 2025/04/18)