Skip to content

Commit

Permalink
Add info about clad releases
Browse files Browse the repository at this point in the history
  • Loading branch information
vgvassilev committed Aug 8, 2024
1 parent a4877f9 commit 4b55b83
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions _data/releases.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
- date: 2024-08-08
codebase: "Clad"
version: "v1.7"
description: |
This release includes support for `std::array` and range-based for loops.
Improved diagnostics and has many bug fixes.
link: "https://github.com/vgvassilev/clad/releases/tag/v1.7"

- date: 2024-07-18
codebase: "Clad"
version: "v1.6"
description: |
This release includes improved support for `std::string` and `const_cast`.
Removes the unnecessary `array_ref` usages. Adds support for computing the
only hessian diagonal and has many bug fixes.
link: "https://github.com/vgvassilev/clad/releases/tag/v1.6"

- date: 2024-06-04
codebase: "Xeus-Cpp"
version: "v0.5"
Expand Down

0 comments on commit 4b55b83

Please sign in to comment.