getfem-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Getfem-commits] (no subject)


From: Yves Renard
Subject: [Getfem-commits] (no subject)
Date: Fri, 30 Jun 2017 14:39:04 -0400 (EDT)

branch: master
commit d791a6aedec9d91c5a63e269df5122118ae3ca7c
Author: Yves Renard <address@hidden>
Date:   Fri Jun 30 08:48:56 2017 +0200

    preparing 5.2 release
---
 configure.ac                         |  4 ++--
 doc/sphinx/source/whatsnew/5.2.rst   | 29 +++++++++++++++++++++++++++++
 doc/sphinx/source/whatsnew/index.rst |  1 +
 3 files changed, 32 insertions(+), 2 deletions(-)

diff --git a/configure.ac b/configure.ac
index 676060a..1dd5cb4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -27,9 +27,9 @@ dnl thus, updating cache ./config.cache avoided.
 define([AC_CACHE_LOAD], )dnl
 define([AC_CACHE_SAVE], )dnl
 
-AC_INIT(getfem, 5.1)
+AC_INIT(getfem, 5.2)
 MAJOR_VERSION="5"
-MINOR_VERSION="1"
+MINOR_VERSION="2"
 PATCH_VERSION=""
 
 AC_CONFIG_SRCDIR([install-sh])
diff --git a/doc/sphinx/source/whatsnew/5.2.rst 
b/doc/sphinx/source/whatsnew/5.2.rst
new file mode 100644
index 0000000..7938a57
--- /dev/null
+++ b/doc/sphinx/source/whatsnew/5.2.rst
@@ -0,0 +1,29 @@
+.. include:: ../replaces.txt
+
+************************
+  What's New in |gf| 5.2
+************************
+
+The main contribution of this release is the sharp optimization of the high 
level generic assembly. Speed up in assembly time can be very important. The 
first pyramidal elements were also designed.
+
+Released version, 2016/06/29.
+
+The main changes are:
+
+   * |gf| project is now hosted by `Savannah 
<https://savannah.nongnu.org/projects/getfem>`_.
+
+   * Sharp optimization of the high level generic assembly: optimization of
+     the most used instructions and most used elements, optimization of the
+     storage into sparse matrix optimization, factorization of some elementary
+     operations, etc.
+
+   * Isoparametric Lagrange pyramidal elements of degree 1 and 2 have been
+     added together with corresponding quadrature methods.
+
+   * Python interface is now compatible with Python 3.x versions.
+
+   * A new transformation has been added to the high level generic assembly
+     language for the extrapolation on a neighbour element.
+
+   * Compatibility for Windows and Mac installation has been checked.
+
diff --git a/doc/sphinx/source/whatsnew/index.rst 
b/doc/sphinx/source/whatsnew/index.rst
index d32c345..5517823 100644
--- a/doc/sphinx/source/whatsnew/index.rst
+++ b/doc/sphinx/source/whatsnew/index.rst
@@ -11,6 +11,7 @@ for anyone wishing to stay up-to-date after a new release.
 .. toctree::
    :maxdepth: 2
 
+   5.2.rst
    5.1.rst
    5.0.rst
    4.3.rst



reply via email to

[Prev in Thread] Current Thread [Next in Thread]