From fc6c0e13e6228bcf4b25ee2418803f82fec59185 Mon Sep 17 00:00:00 2001 From: Vassil Vassilev Date: Tue, 18 Jul 2023 14:54:11 +0000 Subject: [PATCH] Prepare for release v1.2. --- VERSION | 2 +- docs/internalDocs/ReleaseNotes.md | 57 +++++++++++++++++-------------- 2 files changed, 32 insertions(+), 27 deletions(-) diff --git a/VERSION b/VERSION index 70f303689..5625e59da 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.2~dev +1.2 diff --git a/docs/internalDocs/ReleaseNotes.md b/docs/internalDocs/ReleaseNotes.md index fb0443720..324487ed6 100644 --- a/docs/internalDocs/ReleaseNotes.md +++ b/docs/internalDocs/ReleaseNotes.md @@ -21,41 +21,38 @@ described first. External Dependencies --------------------- -* Clad now works with clang-5.0 to clang-15 +* Clad now works with clang-5.0 to clang-16 -Forward Mode & Reverse Mode ---------------------------- -* - Forward Mode ------------ -* +* Add experimental support for forward vector mode. +* Improve support of comma expressions. Reverse Mode ------------ -* - -CUDA ----- -* - -Error Estimation ----------------- -* +* Add pushforwards for `std::floor` and `std::ceil`. Misc ---- -* +* Fill `clad::array` with 0s when assigned an empty brace-init list. +* Improve documentation +* Improve AD function interfaces with bitmasked options. For example: + `clad::differentiate<(f)` will + be equivalent to `clad::differentiate<<1, clad::opts::vector_mode>(f)` and + will request the first order derivative of `f` in forward vector mode. Fixed Bugs ---------- -[XXX](https://github.com/vgvassilev/clad/issues/XXX) - - +[218](https://github.com/vgvassilev/clad/issues/218) +[395](https://github.com/vgvassilev/clad/issues/395) +[521](https://github.com/vgvassilev/clad/issues/521) +[523](https://github.com/vgvassilev/clad/issues/523) +[541](https://github.com/vgvassilev/clad/issues/541) +[566](https://github.com/vgvassilev/clad/issues/566) +[573](https://github.com/vgvassilev/clad/issues/573) +[582](https://github.com/vgvassilev/clad/issues/582) Special Kudos ============= @@ -65,9 +62,17 @@ listed in the form of Firstname Lastname (#contributions): FirstName LastName (#commits) -A B (N) +Jonas Hahnfeld (27) +Vaibhav Thakkar (18) +Ris-Bali (5) +Garima Singh (3) +Vassil Vassilev (2) +Rishabh Bali (2) +vidushi (1) +petro.zarytskyi (1) +daemondzh (1) +ShounakDas101 (1) +Prajwal S N (1) +PetroZarytskyi (1) +Daemond (1) -