Skip to content

Commit

Permalink
libCEED-0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
jedbrown committed Sep 30, 2020
1 parent fa09acc commit 0bc92be
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion ceed.pc.template
Original file line number Diff line number Diff line change
Expand Up @@ -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
21 changes: 19 additions & 2 deletions doc/sphinx/source/releasenotes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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`.
Expand Down

0 comments on commit 0bc92be

Please sign in to comment.