6
6
- date : 2024-03-01
7
7
codebase : " CppInterOp"
8
8
version : " v1.2.0"
9
+ description : |
10
+ This release includes some improvements and bug fixes.
9
11
link : " https://github.com/compiler-research/CppInterOp/releases/tag/v1.2.0"
10
12
11
13
- date : 2024-02-29
12
14
codebase : " Clad"
13
15
version : " v1.4"
16
+ description : |
17
+ **Forward Mode & Reverse Mode**: Improve handling of char and string
18
+ literals. <br />**Reverse Mode**: Add support for differentiating switch
19
+ statements, supportpassing pointers as call arguments, and Fix pointer
20
+ arithmetic for array types. <br />This release also includes **major
21
+ performance enhancements**. Add support for differentiating switch stmt in
22
+ the reverse mode AD. Make the compilation of gtest parallel. Schedule the
23
+ builds with debug clang earlier. Support BUILD_SHARED_LIBS=On flags.
24
+ Kokkos always requires rtti.
14
25
link : " https://github.com/vgvassilev/clad/releases/tag/v1.4"
15
26
16
27
- date : 2024-02-11
17
28
codebase : " Clad"
18
29
version : " v1.3"
30
+ description : |
31
+ **Forward Mode**: Make forward vector mode more robust (Implement
32
+ dedicated clad::matrix class, Add support for array arguments, and Add
33
+ support for call expressions). Add support for the 'non_differentiable'
34
+ attribute.
19
35
link : " https://github.com/vgvassilev/clad/releases/tag/v1.3"
20
36
21
37
- date : 2024-01-09
22
38
codebase : " Xeus-Cpp"
23
39
version : " v0.3"
40
+ description : |
41
+ This release includes some improvements and bug fixes.
24
42
link : " https://github.com/compiler-research/xeus-cpp/releases/tag/0.3.0"
25
43
26
44
- date : 2023-11-11
27
45
codebase : " CppInterOp"
28
46
version : " v1.1.0"
47
+ description : |
48
+ Incremental C++: Support clang plugins. Incremental CUDA: Support
49
+ incremental compilation of CUDA.
29
50
link : " https://github.com/compiler-research/CppInterOp/releases/tag/v1.1.0"
30
51
31
52
- date : 2023-08-14
32
53
codebase : " CppInterOp"
33
54
version : " v1.0"
55
+ description : |
56
+ This is the first major release of CppInterOp. Incremental C++: Facilities
57
+ for setting up the infrastructure such as CreateInterpreter,
58
+ GetInterpreter, AddSearchPath, and AddIncludePath. Facilities for
59
+ consuming incremental input such as Declare, Process and Evaluate.
34
60
link : " https://github.com/compiler-research/CppInterOp/releases/tag/v1.0"
35
61
36
62
- date : 2023-06-18
37
63
codebase : " Clad"
38
64
version : " v1.2"
65
+ description : |
66
+ **Forward Mode**: Add experimental support for forward vector mode and
67
+ improve support of comma expressions. <br />**Reverse Mode**: Add
68
+ pushforwards for std::floor and std::ceil.
39
69
link : " https://github.com/vgvassilev/clad/releases/tag/v1.2"
40
-
41
- - date : 2023-04-02
42
- codebase : " Initial work Xeus-Cpp in collaboration with QuantStack"
43
- version : " v1.0"
44
- link : " https://github.com/compiler-research/xeus-cpp"
45
70
46
71
- date : 2023-01-20
47
72
codebase : " Clad"
48
73
version : " v1.1"
74
+ description : |
75
+ **Forward Mode**: Fix a bug in pow pushforward. <br />**Reverse Mode**:
76
+ Improve for-loop conditions.
49
77
link : " https://github.com/vgvassilev/clad/releases/tag/v1.1"
50
78
51
79
- date : 2022-10-07
52
80
codebase : " Clad"
53
81
version : " v1.0"
82
+ description : |
83
+ This is the first major release of Clad
54
84
link : " https://github.com/vgvassilev/clad/releases/tag/v1.0"
55
85
56
86
- date : 2022-08-11
57
87
codebase : " Initial version of xeus-clang-repl"
58
- version : " "
59
- link : " https://github.com/compiler-research/xeus-clang-repl"
88
+ version : " v0.2.0"
89
+ description : |
90
+ This is the initial release of xeus-clang-repl.
91
+ link : " https://github.com/compiler-research/xeus-clang-repl/releases/tag/v0.2.0"
60
92
61
93
- date : 2022-03-25
62
94
codebase : " Clang-Repl released in LLVM 14"
63
95
version : " "
96
+ description : |
97
+ This release includes some improvements and bug fixes.
64
98
link : " https://github.com/llvm/llvm-project/releases/tag/llvmorg-14.0.0"
65
99
66
100
- date : 2021-10-04
67
101
codebase : " Clang-Repl released in LLVM 13"
68
102
version : " "
103
+ description : |
104
+ This release includes some improvements and bug fixes.
69
105
link : " https://github.com/llvm/llvm-project/releases/tag/llvmorg-13.0.0"
70
106
71
107
- date : 2021-08-16
72
108
codebase : " Clad"
73
109
version : " v0.9"
110
+ description : |
111
+ This release includes some improvements and bug fixes.
74
112
link : " https://github.com/vgvassilev/clad/releases/tag/v0.9"
75
113
76
114
- date : 2021-05-28
77
115
codebase : " Clad"
78
116
version : " v0.8"
117
+ description : |
118
+ This release includes some improvements and bug fixes.
79
119
link : " https://github.com/vgvassilev/clad/releases/tag/v0.8"
80
120
81
121
- date : 2021-05-05
82
122
codebase : " Cling"
83
123
version : " v0.9"
124
+ description : |
125
+ This release includes some improvements and bug fixes.
84
126
link : " https://github.com/vgvassilev/cling/releases/tag/v0.9"
85
127
86
128
- date : 2021-01-11
87
129
codebase : " Cling"
88
130
version : " v0.8"
131
+ description : |
132
+ Improve in the C++ modules support. Fix issues in the definition
133
+ shadowing.Improve the integration with clad.
89
134
link : " https://github.com/vgvassilev/cling/releases/tag/v0.8"
90
135
91
136
- date : 2020-08-21
92
137
codebase : " Cling"
93
138
version : " v0.7"
139
+ description : |
140
+ This release includes some improvements and bug fixes.
94
141
link : " https://github.com/vgvassilev/cling/releases/tag/v0.7"
0 commit comments