Skip to content

Commit

Permalink
Prepare for release v1.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
vgvassilev committed Jan 20, 2023
1 parent cb3f2fd commit 0da45cd
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 16 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1~dev
1.1
37 changes: 22 additions & 15 deletions docs/internalDocs/ReleaseNotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,37 +24,35 @@ External Dependencies
* Clad now works with clang-5.0 to clang-15


Forward Mode & Reverse Mode
---------------------------
*

Forward Mode
------------
*
* Fix a bug in pow pushforward


Reverse Mode
------------
*
* Improve for-loop conditions

CUDA
----
*

Error Estimation
----------------
*
* Improvements in error estimation of arrays
* Add error estimation example

Misc
----
*

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

[XXX](https://github.com/vgvassilev/clad/issues/XXX)
[430](https://github.com/vgvassilev/clad/issues/430)
[474](https://github.com/vgvassilev/clad/issues/474)
[505](https://github.com/vgvassilev/clad/issues/505)
[506](https://github.com/vgvassilev/clad/issues/506)
[507](https://github.com/vgvassilev/clad/issues/507)
[514](https://github.com/vgvassilev/clad/issues/514)
[515](https://github.com/vgvassilev/clad/issues/515)

<!---Get release bugs
git log v0.9..master | grep 'Fixes'
git log v1.0..master | grep 'Fixes|Closes'
--->

Special Kudos
Expand All @@ -67,6 +65,15 @@ FirstName LastName (#commits)

A B (N)

Alexander Penev (5)
Vassil Vassilev (3)
vidushi (2)
ioanaif (2)
Vaibhav Thakkar (1)
Parth Arora (1)
Garima Singh (1)
Baidyanath Kundu (1)

<!---Find contributor list for this release
git log --pretty=format:"%an" v1.0...master | sort | uniq -c | sort -rn |\
sed -E 's,^ *([0-9]+) (.*)$,\2 \(\1\),'
Expand Down

0 comments on commit 0da45cd

Please sign in to comment.