From 3d3c831a44d667b36d1285eb2b99374aed0ae9eb Mon Sep 17 00:00:00 2001 From: helinwang Date: Tue, 25 Apr 2017 14:32:55 -0700 Subject: [PATCH] Update RELEASE.md --- RELEASE.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/RELEASE.md b/RELEASE.md index 11b40cf7a..374b6acc2 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -5,6 +5,7 @@ * Support rectangle input for CNN. * Support stride pooling for seqlastin and seqfirstin. * Expose seq_concat_layer/seq_reshape_layer in `trainer_config_helpers`. +* Add data reader creator and data reader decorator for v2 API. ## Improvements @@ -12,7 +13,9 @@ * 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 +* Add Relu in layer_math.py. +* Add packages for automatically downloading public datasets. +* Rename Argument::sumCost to Argument::sum since Argument does not have to have any relationship with cost. ## Bug Fixes -- GitLab