File tree 4 files changed +34
-4
lines changed
4 files changed +34
-4
lines changed Original file line number Diff line number Diff line change
1
+ [project ]
2
+ name = " LibRapid"
3
+ version = " v0.6.13"
4
+ num_threads = 0
5
+
6
+ git_repo_url = " https://github.com/LibRapid/librapid/"
7
+ git_default_branch = " master"
8
+
9
+ [paths ]
10
+ compile_commands = " build/compile_commands.json"
11
+ output_dir = " docs/build/"
12
+
13
+ [pages ]
14
+ homepage = " docs/index.md"
15
+ paths = [
16
+ " docs/Getting Started.md" ,
17
+ " docs/CMake Integration.md" ,
18
+ " docs/Using LibRapid with CUDA.md" ,
19
+ " docs/Caution.md"
20
+ ]
21
+
22
+ [ignore ]
23
+ # Symbols from any of the following path fragments will be ignored
24
+ paths = [
25
+ " test" ,
26
+ " librapid/vendor" ,
27
+ " librapid/cxxblas" ,
28
+ " librapid/blas" ,
29
+ " build/"
30
+ ]
Original file line number Diff line number Diff line change 5
5
- family-names : " Davis"
6
6
given-names : " Toby"
7
7
title : " LibRapid: Optimised Mathematics for C++"
8
- version : 0.6.12
9
- date-released : " 2023-04-13 "
8
+ version : 0.6.13
9
+ date-released : " 2023-04-14 "
10
10
type : software
11
11
url : " https://github.com/LibRapid/librapid"
12
12
license : MIT
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ PROJECT_NAME = "LibRapid"
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.12
41
+ PROJECT_NUMBER = v0.6.13
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 1
1
MAJOR 0
2
2
MINOR 6
3
- PATCH 12
3
+ PATCH 13
You can’t perform that action at this time.
0 commit comments