update release notes for v1.1-rc1
Project: http://git-wip-us.apache.org/repos/asf/incubator-singa/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-singa/commit/5a6c3031 Tree: http://git-wip-us.apache.org/repos/asf/incubator-singa/tree/5a6c3031 Diff: http://git-wip-us.apache.org/repos/asf/incubator-singa/diff/5a6c3031 Branch: refs/heads/master Commit: 5a6c3031a43bffcfa98b30c498a0ac5f146e0ad6 Parents: 50a8997 Author: Wei Wang <[email protected]> Authored: Mon Jan 23 14:48:43 2017 +0800 Committer: Wei Wang <[email protected]> Committed: Tue Jan 24 16:55:06 2017 +0800 ---------------------------------------------------------------------- RELEASE_NOTES | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-singa/blob/5a6c3031/RELEASE_NOTES ---------------------------------------------------------------------- diff --git a/RELEASE_NOTES b/RELEASE_NOTES index 85fbe12..d9970e3 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -4,22 +4,24 @@ SINGA is a general distributed deep learning platform for training big deep lear This release includes following features: + * Core components + * [SINGA-296] Add sign and to_host function for pysinga tensor module * Model components - * [SINGA-271] Add Concat and Slice layers * [SINGA-264] Extend the FeedForwardNet to accept multiple inputs * [SINGA-278] Convert trained caffe parameters to singa * [SINGA-287] Add memory size check for cudnn convolution * [SINGA-275] Add Cross Entropy Loss for multiple labels * [SINGA-267] Add spatial mode in batch normalization layer * [SINGA-254] Implement Adam for V1 + * [SINGA-271] Add Concat and Slice layers * Utility functions and CI + * [SINGA-261] Add version ID into the checkpoint files * [SINGA-251] Implement image loader for pysinga * [SINGA-284] Add python unittest into Jenkins and link static libs into whl file * [SINGA-280] Jenkins CI support * [SINGA-288] Publish wheel of PySINGA generated by Jenkins to public servers - * [SINGA-289] Update SINGA website automatically using Jenkins * [SINGA-266] Add Rafiki python toolkits * [SINGA-255] Compile mandatory depedent libaries together with SINGA code * [SINGA-247] Add windows support for singa @@ -29,9 +31,17 @@ This release includes following features: * [SINGA-242] Compile all source files into a single library. * [SINGA-251] Implement image loader for pysinga * [SINGA-244] Separating swig interface and python binding files + * [SINGA-273] Improve license and contributions + + * Documentation and usability + * [SINGA-268] Add IPython notebooks to the documentation + * [SINGA-263] Create Amazon Machine Image + * [SINGA-276] Create docker images + * [SINGA-289] Update SINGA website automatically using Jenkins * Bugs fixed * [SINGA-245] float as the first operand can not multiply with a tensor object + * [SINGA-293] Bug from compiling PySINGA on Mac OS X with multiple version of Python --------------------------------------------------------------- Release Notes - SINGA - Version singa-incubating-1.0.0
