From 0bc92be5158efcbeb80d3d59240233bf5b2f748c Mon Sep 17 00:00:00 2001 From: Jed Brown Date: Mon, 28 Sep 2020 22:27:23 -0600 Subject: [PATCH] libCEED-0.7 --- Doxyfile | 2 +- ceed.pc.template | 2 +- doc/sphinx/source/releasenotes.rst | 21 +++++++++++++++++++-- 3 files changed, 21 insertions(+), 4 deletions(-) diff --git a/Doxyfile b/Doxyfile index 389f229ca3..fb6a6705ed 100644 --- a/Doxyfile +++ b/Doxyfile @@ -38,7 +38,7 @@ PROJECT_NAME = "libCEED" # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = v0.6 +PROJECT_NUMBER = v0.7 # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a diff --git a/ceed.pc.template b/ceed.pc.template index 261550e0db..392d382a1c 100644 --- a/ceed.pc.template +++ b/ceed.pc.template @@ -4,6 +4,6 @@ libdir=${prefix}/lib Name: CEED Description: Code for Efficient Extensible Discretization -Version: 0.6 +Version: 0.7 Cflags: -I${includedir} Libs: -L${libdir} -lceed diff --git a/doc/sphinx/source/releasenotes.rst b/doc/sphinx/source/releasenotes.rst index 316e397670..c0a677d751 100644 --- a/doc/sphinx/source/releasenotes.rst +++ b/doc/sphinx/source/releasenotes.rst @@ -11,6 +11,23 @@ Current Main The current ``main`` (formerly called ``master``) branch contains bug fixes and interfaces changes. +Interface changes +^^^^^^^^^^^^^^^^^ + +New features +^^^^^^^^^^^^ + +Performance improvements +^^^^^^^^^^^^^^^^^^^^^^^^ + +Examples +^^^^^^^^ + +.. _v0.7 + +v0.7 (Sep 29, 2020) +------------------- + Interface changes ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ * Replace limited :code:`CeedInterlaceMode` with more flexible component stride :code:`compstride` in :code:`CeedElemRestriction` constructors. @@ -29,9 +46,9 @@ Interface changes New features ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ * New HIP backend: ``/gpu/hip/ref``. -* CeedQFunction support for user CUfunctions in some backends +* CeedQFunction support for user ``CUfunction``s in some backends -Performance Improvements +Performance improvements ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ * OCCA backend rebuilt to facilitate future performance enhancements. * Petsc BPs suite improved to reduce noise due to multiple calls to :code:`mpiexec`.