From d2ddbedbb2a3a893c3bf869d3f2c14bae39d7685 Mon Sep 17 00:00:00 2001 From: Tao Luo Date: Mon, 24 Apr 2017 15:19:04 +0800 Subject: [PATCH] Update RELEASE.md --- RELEASE.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/RELEASE.md b/RELEASE.md index a8a245ab442..11b40cf7a8b 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -1,3 +1,27 @@ +# Release v0.10.0 + +## New Features + +* Support rectangle input for CNN. +* Support stride pooling for seqlastin and seqfirstin. +* Expose seq_concat_layer/seq_reshape_layer in `trainer_config_helpers`. + +## Improvements + +* Speedup the backward of average layer on GPU. +* Reorganize the catalog of doc/ and refine several docs. +* Add Travis-CI for checking dead links. +* Add a example for explaining sparse_vector. +* Add Relu in layer_math.py + +## Bug Fixes + +* Add layer check for recurrent_group. +* Clang-format off on some cuda .cc files. +* Fix LogActivation which is not defined. +* Fix bug when run test_layerHelpers multiple times. +* Fix protobuf size limit on seq2seq demo. + # Release v0.9.0 ## New Features: -- GitLab