From f1177b3e74b8258ae7f1f7f6a331828ade81a1a6 Mon Sep 17 00:00:00 2001 From: hedaoyuan Date: Wed, 26 Apr 2017 12:01:39 +0800 Subject: [PATCH] Update RELEASE.md --- RELEASE.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/RELEASE.md b/RELEASE.md index a8a245ab44..ecddd536af 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -1,3 +1,28 @@ +# Release v0.10.0 + +## New Features + +* Add the cpu implementation of cmrnorm-projection. + +## Improvements + +* Add a new `TensorExpression` implementation for matrix-related expression evaluations. +* Add Lazy Assignment for optimize the calculation of multiple expressions. +* Add `Function` to reconstruct the computation function. + * PadFunc and PadGradFunc. + * ContextProjectionForwardFunc and ContextProjectionBackwardFunc. + * CosSimBackward and CosSimBackwardFunc. + * CrossMapNormalFunc and CrossMapNormalGradFunc. + * MulFunc. +* Add `AutoCompare` and `FunctionCompare`, which make it easier to write unittest for comparing gpu and cpu version of a function. +* Add `libpaddle_test_main.a` and remove the main function inside the test file. + +## Bug Fixes + +* Fix unit test of paramRelu. +* Fix some warning about CpuSparseMatrix. +* Fix MultiGradientMachine error if trainer_count > batch_size. + # Release v0.9.0 ## New Features: -- GitLab