You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@singa.apache.org by zh...@apache.org on 2022/06/14 12:10:14 UTC

[singa-doc] branch master updated: 22-6-13-download-page doc

This is an automated email from the ASF dual-hosted git repository.

zhaojing pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/singa-doc.git


The following commit(s) were added to refs/heads/master by this push:
     new 00fa019  22-6-13-download-page doc
     new b4e31ca  Merge pull request #61 from lzjpaul/22-6-13-download-page
00fa019 is described below

commit 00fa019b31988f69957591ec91017f6fdc922de3
Author: zhaojing <zh...@comp.nus.edu.sg>
AuthorDate: Tue Jun 14 19:56:44 2022 +0800

    22-6-13-download-page doc
---
 docs-site/docs/download.md                         | 34 ++++++++++++++++++--
 .../versioned_docs/version-3.3.0}/download.md      | 37 +++++++++++++++++++---
 2 files changed, 64 insertions(+), 7 deletions(-)

diff --git a/docs-site/docs/download.md b/docs-site/docs/download.md
index 6d9b108..62bbcb8 100644
--- a/docs-site/docs/download.md
+++ b/docs-site/docs/download.md
@@ -18,11 +18,39 @@ the following commands
 
 You can also check the SHA512 or MD5 values to see if the download is completed.
 
+## V3.3.0 (07 June 2022):
+
+- [Apache SINGA 3.3.0](http://www.apache.org/dyn/closer.cgi/singa/3.3.0/apache-singa-3.3.0.tar.gz)
+  [\[SHA512\]](https://www.apache.org/dist/singa/3.3.0/apache-singa-3.3.0.tar.gz.sha512)
+  [\[ASC\]](https://www.apache.org/dist/singa/3.3.0/apache-singa-3.3.0.tar.gz.asc)
+- [Release Notes 3.3.0](http://singa.apache.org/docs/releases/RELEASE_NOTES_3.3.0)
+- Major changes:
+  * New examples
+    - Add one CNN example for the BloodMnist dataset, a sub set of MedMNIST.
+    - Add one example for the medical image analysis.
+  * Enhance distributed training
+    - Add key information printing, e.g., throughput and communication time, for distributed training.
+    - Optimize printing and logging modules for faster distributed training.
+  * Enhance example code
+    - Add more datasets and model implementations for the cifar_distributed_cnn example.
+    - Update the running script for the cifar_distributed_cnn example to include more models.
+    - Update the dataset path for the largedataset_cnn example for more flexibility.
+    - Add more model implementations for the largedataset_cnn example.
+  * Enhance the webpage
+    - Reconstruct the singa webpage to include project features.
+    - Update the Git web site by deploying it via .asf.yaml.
+    - Update the Chinese and Vietnamese documentations.
+  * Debug and add assertions for input tensor data types in the opt.py.
+  * Change pointer type to void for generalizing data types.
+  * Fix bugs
+    - Fix the python test error due to operations not implemented for some data types.
+    - Fix the model of pad from bytes to str.
+
 ## V3.2.0 (15 August 2021):
 
-- [Apache SINGA 3.2.0](http://www.apache.org/dyn/closer.cgi/singa/3.2.0/apache-singa-3.2.0.tar.gz)
-  [\[SHA512\]](https://www.apache.org/dist/singa/3.2.0/apache-singa-3.2.0.tar.gz.sha512)
-  [\[ASC\]](https://www.apache.org/dist/singa/3.2.0/apache-singa-3.2.0.tar.gz.asc)
+- [Apache SINGA 3.2.0](https://archive.apache.org/dist/singa/3.2.0/apache-singa-3.2.0.tar.gz)
+  [\[SHA512\]](https://archive.apache.org/dist/singa/3.2.0/apache-singa-3.2.0.tar.gz.sha512)
+  [\[ASC\]](https://archive.apache.org/dist/singa/3.2.0/apache-singa-3.2.0.tar.gz.asc)
 - [Release Notes 3.2.0](http://singa.apache.org/docs/releases/RELEASE_NOTES_3.2.0)
 - Major changes:
   * New examples
diff --git a/docs-site/docs/download.md b/docs-site/website/versioned_docs/version-3.3.0/download.md
similarity index 86%
copy from docs-site/docs/download.md
copy to docs-site/website/versioned_docs/version-3.3.0/download.md
index 6d9b108..908e5ad 100644
--- a/docs-site/docs/download.md
+++ b/docs-site/website/versioned_docs/version-3.3.0/download.md
@@ -1,6 +1,7 @@
 ---
-id: downloads
+id: version-3.3.0-downloads
 title: Download SINGA
+original_id: downloads
 ---
 
 <!--- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.  See the NOTICE file distributed with this work for additional information regarding copyright ownership.  The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.  You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agree [...]
@@ -18,11 +19,39 @@ the following commands
 
 You can also check the SHA512 or MD5 values to see if the download is completed.
 
+## V3.3.0 (07 June 2022):
+
+- [Apache SINGA 3.3.0](http://www.apache.org/dyn/closer.cgi/singa/3.3.0/apache-singa-3.3.0.tar.gz)
+  [\[SHA512\]](https://www.apache.org/dist/singa/3.3.0/apache-singa-3.3.0.tar.gz.sha512)
+  [\[ASC\]](https://www.apache.org/dist/singa/3.3.0/apache-singa-3.3.0.tar.gz.asc)
+- [Release Notes 3.3.0](http://singa.apache.org/docs/releases/RELEASE_NOTES_3.3.0)
+- Major changes:
+  * New examples
+    - Add one CNN example for the BloodMnist dataset, a sub set of MedMNIST.
+    - Add one example for the medical image analysis.
+  * Enhance distributed training
+    - Add key information printing, e.g., throughput and communication time, for distributed training.
+    - Optimize printing and logging modules for faster distributed training.
+  * Enhance example code
+    - Add more datasets and model implementations for the cifar_distributed_cnn example.
+    - Update the running script for the cifar_distributed_cnn example to include more models.
+    - Update the dataset path for the largedataset_cnn example for more flexibility.
+    - Add more model implementations for the largedataset_cnn example.
+  * Enhance the webpage
+    - Reconstruct the singa webpage to include project features.
+    - Update the Git web site by deploying it via .asf.yaml.
+    - Update the Chinese and Vietnamese documentations.
+  * Debug and add assertions for input tensor data types in the opt.py.
+  * Change pointer type to void for generalizing data types.
+  * Fix bugs
+    - Fix the python test error due to operations not implemented for some data types.
+    - Fix the model of pad from bytes to str.
+
 ## V3.2.0 (15 August 2021):
 
-- [Apache SINGA 3.2.0](http://www.apache.org/dyn/closer.cgi/singa/3.2.0/apache-singa-3.2.0.tar.gz)
-  [\[SHA512\]](https://www.apache.org/dist/singa/3.2.0/apache-singa-3.2.0.tar.gz.sha512)
-  [\[ASC\]](https://www.apache.org/dist/singa/3.2.0/apache-singa-3.2.0.tar.gz.asc)
+- [Apache SINGA 3.2.0](https://archive.apache.org/dist/singa/3.2.0/apache-singa-3.2.0.tar.gz)
+  [\[SHA512\]](https://archive.apache.org/dist/singa/3.2.0/apache-singa-3.2.0.tar.gz.sha512)
+  [\[ASC\]](https://archive.apache.org/dist/singa/3.2.0/apache-singa-3.2.0.tar.gz.asc)
 - [Release Notes 3.2.0](http://singa.apache.org/docs/releases/RELEASE_NOTES_3.2.0)
 - Major changes:
   * New examples