Skip to content

Commit e869ae0

Browse files
authored
Merge pull request #1898 from hedaoyuan/release/0.10.0
Update RELEASE.md
2 parents 270b546 + e7f28ee commit e869ae0

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

RELEASE.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
* Support stride pooling for seqlastin and seqfirstin.
77
* Expose seq_concat_layer/seq_reshape_layer in `trainer_config_helpers`.
88
* Add data reader creator and data reader decorator for v2 API.
9+
* Add the cpu implementation of cmrnorm-projection.
910

1011
## Improvements
1112

@@ -16,6 +17,16 @@
1617
* Add Relu in layer_math.py.
1718
* Add packages for automatically downloading public datasets.
1819
* Rename Argument::sumCost to Argument::sum since Argument does not have to have any relationship with cost.
20+
* Add a new `TensorExpression` implementation for matrix-related expression evaluations.
21+
* Add Lazy Assignment for optimize the calculation of multiple expressions.
22+
* Add `Function` to reconstruct the computation function.
23+
* PadFunc and PadGradFunc.
24+
* ContextProjectionForwardFunc and ContextProjectionBackwardFunc.
25+
* CosSimBackward and CosSimBackwardFunc.
26+
* CrossMapNormalFunc and CrossMapNormalGradFunc.
27+
* MulFunc.
28+
* Add `AutoCompare` and `FunctionCompare`, which make it easier to write unittest for comparing gpu and cpu version of a function.
29+
* Add `libpaddle_test_main.a` and remove the main function inside the test file.
1930

2031
## Bug Fixes
2132

@@ -24,6 +35,9 @@
2435
* Fix LogActivation which is not defined.
2536
* Fix bug when run test_layerHelpers multiple times.
2637
* Fix protobuf size limit on seq2seq demo.
38+
* Fix unit test of paramRelu.
39+
* Fix some warning about CpuSparseMatrix.
40+
* Fix MultiGradientMachine error if trainer_count > batch_size.
2741

2842
# Release v0.9.0
2943

0 commit comments

Comments
 (0)