From f59f841b132c3551699543a6efa27e0d9bc8dc59 Mon Sep 17 00:00:00 2001 From: Bruno Turcksin Date: Wed, 3 Aug 2016 17:05:07 -0400 Subject: [PATCH] Add an entry in changes.h for the new Python bindings --- doc/news/changes.h | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/news/changes.h b/doc/news/changes.h index 90465076c4..d6eb0fd889 100644 --- a/doc/news/changes.h +++ b/doc/news/changes.h @@ -167,6 +167,14 @@ SparsityPattern.

General

    +
  1. + New: Added Python bindings to generate and manipulate a Triangulation from + Python. The Triangulation generated in Python can be saved and later, loaded + inside a C++ code. +
    + (Bruno Turcksin, 2016/08/03) +
  2. +
  3. Improved: A few of the introductory examples (steps five through eight) no longer use the Function class; they use plain functions instead. -- 2.39.5