diff --git a/VERSION b/VERSION index 49d59571f..3b04cfb60 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.1 +0.2 diff --git a/docs/ReleaseNotes.md b/docs/ReleaseNotes.md index 4149a862a..99a156e83 100644 --- a/docs/ReleaseNotes.md +++ b/docs/ReleaseNotes.md @@ -2,7 +2,7 @@ Introduction ============ This document contains the release notes for the automatic differentiation -plugin for clang Clad, release 0.1. Clad is built on top of +plugin for clang Clad, release 0.2. Clad is built on top of [Clang](http://clang.llvm.org) and [LLVM](http://llvm.org>) compiler infrastructure. Here we describe the status of Cla in some detail, including major improvements from the previous release and new feature work. @@ -11,53 +11,27 @@ Note that if you are reading this file from a git checkout, this document applies to the *next* release, not the current one. -What's New in Clad 0.1? +What's New in Clad 0.2? ======================== Some of the major new features and improvements to Clad are listed here. Generic improvements to Clad as a whole or to its underlying infrastructure are described first. -External Dependencies ---------------------- -* Upgrade to clang 5.0. - Misc ---- -* Implement forward automatic differentiation mode to compute derivatives of -arbitrary C/C++ functions. - -Experimental Features ---------------------- -* Implement reverse automatic differentiation mode to compute gradients of -arbitrary C/C++ functions. +* Support Windows -- clad can compile on Windows. +* Improve build infrastructure. Fixed Bugs ---------- -[Issue 7](https://github.com/vgvassilev/clad/issues/7) -[Issue 8](https://github.com/vgvassilev/clad/issues/8) -[Issue 9](https://github.com/vgvassilev/clad/issues/9) -[Issue 13](https://github.com/vgvassilev/clad/issues/13) -[Issue 14](https://github.com/vgvassilev/clad/issues/14) -[Issue 16](https://github.com/vgvassilev/clad/issues/16) -[Issue 17](https://github.com/vgvassilev/clad/issues/17) -[Issue 18](https://github.com/vgvassilev/clad/issues/18) -[Issue 19](https://github.com/vgvassilev/clad/issues/19) -[Issue 20](https://github.com/vgvassilev/clad/issues/20) -[Issue 21](https://github.com/vgvassilev/clad/issues/21) -[Issue 23](https://github.com/vgvassilev/clad/issues/23) -[Issue 24](https://github.com/vgvassilev/clad/issues/24) -[Issue 25](https://github.com/vgvassilev/clad/issues/25) -[Issue 26](https://github.com/vgvassilev/clad/issues/26) -[Issue 27](https://github.com/vgvassilev/clad/issues/27) -[Issue 29](https://github.com/vgvassilev/clad/issues/29) -[Issue 40](https://github.com/vgvassilev/clad/issues/40) -[Issue 61](https://github.com/vgvassilev/clad/issues/61) +[Issue 78](https://github.com/vgvassilev/clad/issues/78) +[Issue 74](https://github.com/vgvassilev/clad/issues/74)