File tree Expand file tree Collapse file tree 3 files changed +21
-4
lines changed Expand file tree Collapse file tree 3 files changed +21
-4
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -4,6 +4,6 @@ libdir=${prefix}/lib
44
55Name: CEED
66Description: Code for Efficient Extensible Discretization
7- Version: 0.6
7+ Version: 0.7
88Cflags: -I${includedir}
99Libs: -L${libdir} -lceed
Original file line number Diff line number Diff line change @@ -11,6 +11,23 @@ Current Main
1111
1212The 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+
1431Interface changes
1532^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1633* Replace limited :code: `CeedInterlaceMode ` with more flexible component stride :code: `compstride ` in :code: `CeedElemRestriction ` constructors.
@@ -29,9 +46,9 @@ Interface changes
2946New 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`.
You can’t perform that action at this time.
0 commit comments