Skip to content

Commit 0bc92be

Browse files
committed
libCEED-0.7
1 parent fa09acc commit 0bc92be

File tree

3 files changed

+21
-4
lines changed

3 files changed

+21
-4
lines changed

Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ PROJECT_NAME = "libCEED"
3838
# could be handy for archiving the generated documentation or if some version
3939
# control system is used.
4040

41-
PROJECT_NUMBER = v0.6
41+
PROJECT_NUMBER = v0.7
4242

4343
# Using the PROJECT_BRIEF tag one can provide an optional one line description
4444
# for a project that appears at the top of each page and should give viewer a

ceed.pc.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ libdir=${prefix}/lib
44

55
Name: CEED
66
Description: Code for Efficient Extensible Discretization
7-
Version: 0.6
7+
Version: 0.7
88
Cflags: -I${includedir}
99
Libs: -L${libdir} -lceed

doc/sphinx/source/releasenotes.rst

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,23 @@ Current Main
1111

1212
The current ``main`` (formerly called ``master``) branch contains bug fixes and interfaces changes.
1313

14+
Interface changes
15+
^^^^^^^^^^^^^^^^^
16+
17+
New features
18+
^^^^^^^^^^^^
19+
20+
Performance improvements
21+
^^^^^^^^^^^^^^^^^^^^^^^^
22+
23+
Examples
24+
^^^^^^^^
25+
26+
.. _v0.7
27+
28+
v0.7 (Sep 29, 2020)
29+
-------------------
30+
1431
Interface changes
1532
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1633
* Replace limited :code:`CeedInterlaceMode` with more flexible component stride :code:`compstride` in :code:`CeedElemRestriction` constructors.
@@ -29,9 +46,9 @@ Interface changes
2946
New features
3047
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3148
* New HIP backend: ``/gpu/hip/ref``.
32-
* CeedQFunction support for user CUfunctions in some backends
49+
* CeedQFunction support for user ``CUfunction``s in some backends
3350
34-
Performance Improvements
51+
Performance improvements
3552
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3653
* OCCA backend rebuilt to facilitate future performance enhancements.
3754
* Petsc BPs suite improved to reduce noise due to multiple calls to :code:`mpiexec`.

0 commit comments

Comments
 (0)