From: Bruno Turcksin Date: Wed, 3 Aug 2016 21:05:07 +0000 (-0400) Subject: Add an entry in changes.h for the new Python bindings X-Git-Tag: v8.5.0-rc1~808^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F2912%2Fhead;p=dealii.git Add an entry in changes.h for the new Python bindings --- 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.