You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Changed Description in `releases.yml` to multi-line
- Added more details to Clad 1.4 Release
- created a new `date.html` to uniformly include Date in the format "29 Feb 2023" everywhere
- Improved `releases.md` readability by adding some padding
description: "Forward Mode & Reverse Mode: Improve handling of char and string literals. Reverse Mode: Add support for differentiating switch statements, supportpassing pointers as call arguments, and Fix pointer arithmetic for array types."
11
+
description: |
12
+
**Forward Mode & Reverse Mode**: Improve handling of char and string
13
+
literals. <br />**Reverse Mode**: Add support for differentiating switch
14
+
statements, supportpassing pointers as call arguments, and Fix pointer
15
+
arithmetic for array types. <br />This release also includes **major
16
+
performance enhancements**. Add support for differentiating switch stmt in
17
+
the reverse mode AD. Make the compilation of gtest parallel. Schedule the
18
+
builds with debug clang earlier. Support BUILD_SHARED_LIBS=On flags.
description: "Forward Mode: Make forward vector mode more robust (Implement dedicated clad::matrix class, Add support for array arguments, and Add support for call expressions). Add support for the 'non_differentiable' attribute."
25
+
description: |
26
+
**Forward Mode**: Make forward vector mode more robust (Implement
27
+
dedicated clad::matrix class, Add support for array arguments, and Add
28
+
support for call expressions). Add support for the 'non_differentiable'
description: "This is the first major release of CppInterOp. Incremental C++: Facilities for setting up the infrastructure such as CreateInterpreter, GetInterpreter, AddSearchPath, and AddIncludePath. Facilities for consuming incremental input such as Declare, Process and Evaluate."
50
+
description: |
51
+
This is the first major release of CppInterOp. Incremental C++: Facilities
52
+
for setting up the infrastructure such as CreateInterpreter,
53
+
GetInterpreter, AddSearchPath, and AddIncludePath. Facilities for
54
+
consuming incremental input such as Declare, Process and Evaluate.
description: "Forward Mode: Add experimental support for forward vector mode and improve support of comma expressions. Reverse Mode: Add pushforwards for std::floor and std::ceil."
60
+
description: |
61
+
**Forward Mode**: Add experimental support for forward vector mode and
62
+
improve support of comma expressions. <br />**Reverse Mode**: Add
0 commit comments