From 3a18492f2ac2b2e92c8df9222e7d2974c2091bda Mon Sep 17 00:00:00 2001 From: Luca Heltai Date: Sat, 25 Jul 2015 12:27:06 +0200 Subject: [PATCH] Added entry in changes.h. Closes #1029. Conflicts: doc/news/changes.h --- doc/news/8.2.1-vs-8.3.0.h | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/news/8.2.1-vs-8.3.0.h b/doc/news/8.2.1-vs-8.3.0.h index bc8898b028..14cf7d191d 100644 --- a/doc/news/8.2.1-vs-8.3.0.h +++ b/doc/news/8.2.1-vs-8.3.0.h @@ -393,6 +393,13 @@ inconvenience this causes.
    +
  1. New: IndexSet now can be constructed using Epetra_Map. + All constructors of TrilinosWrappers::SparseMatrix which use Epetra_Map + were marked deprecated. +
    + (Luca Heltai, 2015/07/25) +
  2. +
  3. New: Added the class Functions::Polynomial for representation of polynomials. The new class is derived from the Function class.
    -- 2.39.5