Skip to content

Commit f1177b3

Browse files
committed
Update RELEASE.md
1 parent 0b0d7c0 commit f1177b3

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

RELEASE.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
# Release v0.10.0
2+
3+
## New Features
4+
5+
* Add the cpu implementation of cmrnorm-projection.
6+
7+
## Improvements
8+
9+
* Add a new `TensorExpression` implementation for matrix-related expression evaluations.
10+
* Add Lazy Assignment for optimize the calculation of multiple expressions.
11+
* Add `Function` to reconstruct the computation function.
12+
* PadFunc and PadGradFunc.
13+
* ContextProjectionForwardFunc and ContextProjectionBackwardFunc.
14+
* CosSimBackward and CosSimBackwardFunc.
15+
* CrossMapNormalFunc and CrossMapNormalGradFunc.
16+
* MulFunc.
17+
* Add `AutoCompare` and `FunctionCompare`, which make it easier to write unittest for comparing gpu and cpu version of a function.
18+
* Add `libpaddle_test_main.a` and remove the main function inside the test file.
19+
20+
## Bug Fixes
21+
22+
* Fix unit test of paramRelu.
23+
* Fix some warning about CpuSparseMatrix.
24+
* Fix MultiGradientMachine error if trainer_count > batch_size.
25+
126
# Release v0.9.0
227

328
## New Features:

0 commit comments

Comments
 (0)