You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by ha...@apache.org on 2018/04/17 16:34:57 UTC

[incubator-mxnet] 05/07: [MXNET-284] Update release version text to 1.2.0 (#10415)

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

haibin pushed a commit to branch v1.2.0
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git

commit c01a83a24360a9364744f2047236ee182559c6cd
Author: kpmurali <37...@users.noreply.github.com>
AuthorDate: Mon Apr 16 16:15:16 2018 -0700

    [MXNET-284] Update release version text to 1.2.0 (#10415)
    
    * Addng a dummy space
    
    * Changing the static references to 1.1.0 to 1.2.0
    
    * Removed the extra space
    
    * In the new page add new two new text sections for for Improved ONNX Support and Introducing Scala
    
    * Updating the text to ensure that Apache goes along with Incubating
    
    * Add rc0 to the release version in the home page
    
    * updated the link to be : https://github.com/apache/incubator-mxnet/releases/tag/1.2.0.rc0.
    
    * Changing the Github 1.2.0.rc0 link in the home page to Confluence
---
 docs/_static/mxnet-theme/index.html | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/docs/_static/mxnet-theme/index.html b/docs/_static/mxnet-theme/index.html
index 3b48832..34f6c21 100644
--- a/docs/_static/mxnet-theme/index.html
+++ b/docs/_static/mxnet-theme/index.html
@@ -2,7 +2,7 @@
   <div class="container">
     <div class="row">
       <div class="col-lg-12">
-          <div id="banner-title" class='col-sm-6 col-xs-12'><span>Apache MXNet</span>
+          <div id="banner-title" class='col-sm-6 col-xs-12'><span>Apache MXNet (Incubating)</span>
             <p id="landing-title">A flexible and efficient library for deep learning.</p>
             <div id='landing-btn-blk'>
                 <div id="install_blk">
@@ -21,21 +21,21 @@
   <div class="container">
     <div class="row">
       <div class="col-lg-4 col-sm-12">
-        <h3>Apache MXNet 1.1.0 Released</h3>
-        <p>We're excited to announce the release of MXNet 1.1.0! Check out the release notes for latest updates.</p>
-        <a href="https://github.com/apache/incubator-mxnet/releases/tag/1.1.0">Learn More</a>
+        <h3>MXNet 1.2.0.rc0 Released</h3>
+        <p>We're excited to announce the release of MXNet 1.2.0.rc0! Check out the release notes for latest updates.</p>
+        <a href="https://cwiki.apache.org/confluence/display/MXNET/Apache+MXNet+%28incubating%29+1.2.0+Release+Notes">Learn More</a>
       </div>
       <div class="col-lg-4 col-sm-12">
-        <h3>MXNet Model Server</h3>
-        <p>Apache MXNet Model Server (MMS) is a flexible and easy to use tool for serving deep learning models exported from MXNet or the Open Neural Network Exchange (ONNX).
+        <h3>Improved ONNX Support</h3>
+        <p>MXNet now supports importing ONNX models natively with the new ONNX-MXNet API. Try out the super resolution example, or a tutorial on fine-tuning an ONXX model with Gluon. 
         </p>
-        <a href="https://github.com/awslabs/mxnet-model-server/blob/master/README.md">Learn More</a>
+        <a href="api/python/contrib/onnx.html#onnx-tutorials">Learn More</a>
       </div>
       <div class="col-lg-4 col-sm-12">
-          <h3>Introducing - Gluon</h3>
-          <p>We’re happy to introduce a new elegant, easy to use, imperative interface for MXNet.
+          <h3>Introducing the Scala Inference API</h3>
+          <p>A model loading and inference API is now available for Scala developers. Try out the examples for single shot detection and loading models for image classification.
           </p>
-          <a href="http://gluon.mxnet.io">Learn More</a>
+          <a href="api/scala/index.html">Learn More</a>
         </div>
     </div>
   </div>

-- 
To stop receiving notification emails like this one, please contact
haibin@apache.org.