From bfd98c81ddcc5670ae6cd2401711df47aa69f654 Mon Sep 17 00:00:00 2001 From: David Wells Date: Fri, 25 Nov 2022 09:59:10 -0500 Subject: [PATCH] add a changelog for SparsityPatternBase. --- doc/news/changes/minor/20221125Wells | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 doc/news/changes/minor/20221125Wells diff --git a/doc/news/changes/minor/20221125Wells b/doc/news/changes/minor/20221125Wells new file mode 100644 index 0000000000..3646059477 --- /dev/null +++ b/doc/news/changes/minor/20221125Wells @@ -0,0 +1,5 @@ +Changed: All SparsityPattern classes now inherit from a new class SparsityPatternBase +which provides an API for efficiently adding new entries. As a consequence of this change, +the majority of templates over the sparsity pattern type have been removed. +
+(David Wells, 2022/11/25) -- 2.39.5