Skip to content

Commit e7f28ee

Browse files
committed
Merge branch 'release/0.10.0' of https://github.com/baidu/Paddle into release/0.10.0
2 parents 2091a73 + f39f122 commit e7f28ee

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

RELEASE.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
* Support rectangle input for CNN.
66
* Support stride pooling for seqlastin and seqfirstin.
77
* Expose seq_concat_layer/seq_reshape_layer in `trainer_config_helpers`.
8+
* Add data reader creator and data reader decorator for v2 API.
89
* Add the cpu implementation of cmrnorm-projection.
910

1011
## Improvements
@@ -13,7 +14,9 @@
1314
* Reorganize the catalog of doc/ and refine several docs.
1415
* Add Travis-CI for checking dead links.
1516
* Add a example for explaining sparse_vector.
16-
* Add Relu in layer_math.py
17+
* Add Relu in layer_math.py.
18+
* Add packages for automatically downloading public datasets.
19+
* Rename Argument::sumCost to Argument::sum since Argument does not have to have any relationship with cost.
1720
* Add a new `TensorExpression` implementation for matrix-related expression evaluations.
1821
* Add Lazy Assignment for optimize the calculation of multiple expressions.
1922
* Add `Function` to reconstruct the computation function.

0 commit comments

Comments
 (0)