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"
38
38
# could be handy for archiving the generated documentation or if some version
39
39
# control system is used.
40
40
41
- PROJECT_NUMBER = v0.6
41
+ PROJECT_NUMBER = v0.7
42
42
43
43
# Using the PROJECT_BRIEF tag one can provide an optional one line description
44
44
# 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
4
4
5
5
Name: CEED
6
6
Description: Code for Efficient Extensible Discretization
7
- Version: 0.6
7
+ Version: 0.7
8
8
Cflags: -I${includedir}
9
9
Libs: -L${libdir} -lceed
Original file line number Diff line number Diff line change @@ -11,6 +11,23 @@ Current Main
11
11
12
12
The current ``main `` (formerly called ``master ``) branch contains bug fixes and interfaces changes.
13
13
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
+
14
31
Interface changes
15
32
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
16
33
* Replace limited :code: `CeedInterlaceMode ` with more flexible component stride :code: `compstride ` in :code: `CeedElemRestriction ` constructors.
@@ -29,9 +46,9 @@ Interface changes
29
46
New features
30
47
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
31
48
* 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
33
50
34
- Performance Improvements
51
+ Performance improvements
35
52
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
36
53
* OCCA backend rebuilt to facilitate future performance enhancements.
37
54
* 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