Skip to content

Commit

Permalink
Prepare for release v1.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
vgvassilev committed Feb 29, 2024
1 parent 2f87089 commit 4c22d42
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 21 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.4~dev
1.4
39 changes: 19 additions & 20 deletions docs/internalDocs/ReleaseNotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,36 +26,31 @@ External Dependencies

Forward Mode & Reverse Mode
---------------------------
*
* Improve handling of char and string literals

Forward Mode
------------
*

Reverse Mode
------------
*

CUDA
----
*
* Add support for differentiating switch statements
* Supportpassing pointers as call arguments
* Fix pointer arithmetic for array types

Error Estimation
----------------
*

Misc
----
*
* Support BUILD_SHARED_LIBS=On

Fixed Bugs
----------

[XXX](https://github.com/vgvassilev/clad/issues/XXX)
[300](https://github.com/vgvassilev/clad/issues/300)
[313](https://github.com/vgvassilev/clad/issues/313)
[636](https://github.com/vgvassilev/clad/issues/636)
[735](https://github.com/vgvassilev/clad/issues/735)
[748](https://github.com/vgvassilev/clad/issues/748)
[753](https://github.com/vgvassilev/clad/issues/753)
[774](https://github.com/vgvassilev/clad/issues/774)

<!---Get release bugs. Check for close, fix, resolve
git log v1.3..master | grep -i "close" | grep '#' | sed -E 's,.*\#([0-9]*).*,\[\1\]\(https://github.com/vgvassilev/clad/issues/\1\),g' | sort
--->

Special Kudos
=============
Expand All @@ -67,6 +62,10 @@ FirstName LastName (#commits)

A B (N)

<!---Find contributor list for this release
git log --pretty=format:"%an" v1.3...master | sort | uniq -c | sort -rn | sed -E 's,^ *([0-9]+) (.*)$,\2 \(\1\),'
--->
Vassil Vassilev (9)
Vaibhav Thakkar (6)
maximusron (1)
bedupako12mas (1)
Parth (1)
Krishna Narayanan (1)
Aaron Jomy (1)

0 comments on commit 4c22d42

Please sign in to comment.