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

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


The following commit(s) were added to refs/heads/master by this push:
     new 1363557  1.4 release (#14297)
1363557 is described below

commit 13635579aec8083ce5c568496161f24fd2409545
Author: IvyBazan <45951687+ivyba...@users.noreply.github.com>
AuthorDate: Mon Mar 4 11:47:02 2019 -0800

    1.4 release (#14297)
    
    * version 1.4.0 release changes
    
    * Updated navbar order
    
    * updated 1.4 release announcement
    
    * Update options.js
---
 docs/_static/js/options.js           |  5 +--
 docs/_static/mxnet-theme/index.html  |  6 ++--
 docs/_static/mxnet-theme/navbar.html |  4 +--
 docs/install/build_from_source.md    |  2 +-
 docs/install/download.md             |  1 +
 docs/install/index.md                | 59 ++++++++++++++++++++++++++++--------
 docs/install/ubuntu_setup.md         |  2 +-
 7 files changed, 58 insertions(+), 21 deletions(-)

diff --git a/docs/_static/js/options.js b/docs/_static/js/options.js
index f4fde4e..ec39776 100644
--- a/docs/_static/js/options.js
+++ b/docs/_static/js/options.js
@@ -1,8 +1,9 @@
+
 /*!
  * 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
+ * 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
@@ -18,7 +19,7 @@
  */
 
 /* Installation page display functions for install selector */
-var versionSelect   = defaultVersion = 'v1.3.1';
+var versionSelect   = defaultVersion = 'v1.4.0';
 var platformSelect    = 'Linux';
 var languageSelect  = 'Python';
 var processorSelect = 'CPU';
diff --git a/docs/_static/mxnet-theme/index.html 
b/docs/_static/mxnet-theme/index.html
index 302b173..34f6758 100644
--- a/docs/_static/mxnet-theme/index.html
+++ b/docs/_static/mxnet-theme/index.html
@@ -23,9 +23,9 @@
   <div class="container">
     <div class="row">
       <div class="col-lg-4 col-sm-12">
-        <h3>MXNet 1.3.1 Released</h3>
-        <p>This release includes bug fixes, performance improvements, and 
documentation updates.</p>
-        <a 
href="https://github.com/apache/incubator-mxnet/releases/tag/1.3.1";>Learn 
More</a>
+        <h3>MXNet 1.4.0 Released</h3>
+        <p>This release introduces the Java Inference API and Julia API, as 
well as Control Flow Operators, MKLDNN optimizations, and SVRG optimization.</p>
+        <a 
href="https://github.com/apache/incubator-mxnet/releases/tag/1.4.0";>Learn 
More</a>
       </div>
       <div class="col-lg-4 col-sm-12">
         <h3>A 60-minute Gluon Crash Course</h3>
diff --git a/docs/_static/mxnet-theme/navbar.html 
b/docs/_static/mxnet-theme/navbar.html
index 50c3deb..d39582e 100644
--- a/docs/_static/mxnet-theme/navbar.html
+++ b/docs/_static/mxnet-theme/navbar.html
@@ -23,11 +23,11 @@
             <li><a class="main-nav-link" 
href="{{url_root}}api/python/index.html">Python</a></li>
             <li><a class="main-nav-link" 
href="{{url_root}}api/c++/index.html">C++</a></li>
             <li><a class="main-nav-link" 
href="{{url_root}}api/clojure/index.html">Clojure</a></li>
+            <li><a class="main-nav-link" 
href="{{url_root}}api/java/index.html">Java</a></li>
             <li><a class="main-nav-link" 
href="{{url_root}}api/julia/index.html">Julia</a></li>
             <li><a class="main-nav-link" 
href="{{url_root}}api/perl/index.html">Perl</a></li>
             <li><a class="main-nav-link" 
href="{{url_root}}api/r/index.html">R</a></li>
             <li><a class="main-nav-link" 
href="{{url_root}}api/scala/index.html">Scala</a></li>
-            <li><a class="main-nav-link" 
href="{{url_root}}api/java/index.html">Java</a></li>
           </ul>
         </span>
 
@@ -77,11 +77,11 @@
                   <li><a class="main-nav-link" 
href="{{url_root}}api/python/index.html">Python</a></li>
                   <li><a class="main-nav-link" 
href="{{url_root}}api/c++/index.html">C++</a></li>
                   <li><a class="main-nav-link" 
href="{{url_root}}api/clojure/index.html">Clojure</a></li>
+                  <li><a class="main-nav-link" 
href="{{url_root}}api/java/index.html">Java</a></li>
                   <li><a class="main-nav-link" 
href="{{url_root}}api/julia/index.html">Julia</a></li>
                   <li><a class="main-nav-link" 
href="{{url_root}}api/perl/index.html">Perl</a></li>
                   <li><a class="main-nav-link" 
href="{{url_root}}api/r/index.html">R</a></li>
                   <li><a class="main-nav-link" 
href="{{url_root}}api/scala/index.html">Scala</a></li>
-                  <li><a class="main-nav-link" 
href="{{url_root}}api/java/index.html">Java</a></li>
                 </ul>
               </li>
               <li class="dropdown-submenu">
diff --git a/docs/install/build_from_source.md 
b/docs/install/build_from_source.md
index fee4ae5..7b00b03 100644
--- a/docs/install/build_from_source.md
+++ b/docs/install/build_from_source.md
@@ -45,11 +45,11 @@ MXNet's newest and most popular API is Gluon. Gluon is 
built into the Python bin
     - [Python (includes Gluon)](../api/python/index.html)
     - [C++](../api/c++/index.html)
     - [Clojure](../api/clojure/index.html)
+    - [Java](../api/java/index.html)
     - [Julia](../api/julia/index.html)
     - [Perl](../api/perl/index.html)
     - [R](../api/r/index.html)
     - [Scala](../api/scala/index.html)
-    - [Java](../api/java/index.html)
 
 <hr>
 
diff --git a/docs/install/download.md b/docs/install/download.md
index 725cf5e..cf95c23 100644
--- a/docs/install/download.md
+++ b/docs/install/download.md
@@ -21,6 +21,7 @@ These source archives are generated from tagged releases. 
Updates and patches wi
 
 | Version | Source                                                             
                                         | PGP                                  
                                                                           | 
SHA                                                                             
                                   |
 
|---------|-------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------|
+| 1.4.0   | 
[Download](https://www.apache.org/dyn/closer.cgi/incubator/mxnet/1.4.0/apache-mxnet-src-1.4.0-incubating.tar.gz)
   | 
[Download](https://apache.org/dist/incubator/mxnet/1.4.0/apache-mxnet-src-1.4.0-incubating.tar.gz.asc)
    | 
[Download](https://apache.org/dist/incubator/mxnet/1.4.0/apache-mxnet-src-1.4.0-incubating.tar.gz.sha512)
      |
 | 1.3.1   | 
[Download](https://www.apache.org/dyn/closer.cgi/incubator/mxnet/1.3.1/apache-mxnet-src-1.3.1-incubating.tar.gz)
   | 
[Download](https://apache.org/dist/incubator/mxnet/1.3.1/apache-mxnet-src-1.3.1-incubating.tar.gz.asc)
    | 
[Download](https://apache.org/dist/incubator/mxnet/1.3.1/apache-mxnet-src-1.3.1-incubating.tar.gz.sha512)
      |
 | 1.3.0   | 
[Download](https://archive.apache.org/dist/incubator/mxnet/1.3.0/apache-mxnet-src-1.3.0-incubating.tar.gz)
   | 
[Download](https://archive.apache.org/dist/incubator/mxnet/1.3.0/apache-mxnet-src-1.3.0-incubating.tar.gz.asc)
    | 
[Download](https://archive.apache.org/dist/incubator/mxnet/1.3.0/apache-mxnet-src-1.3.0-incubating.tar.gz.sha512)
      |
 | 1.2.1   | 
[Download](https://archive.apache.org/dist/incubator/mxnet/1.2.1/apache-mxnet-src-1.2.1-incubating.tar.gz)
   | 
[Download](https://archive.apache.org/dist/incubator/mxnet/1.2.1/apache-mxnet-src-1.2.1-incubating.tar.gz.asc)
    | 
[Download](https://archive.apache.org/dist/incubator/mxnet/1.2.1/apache-mxnet-src-1.2.1-incubating.tar.gz.sha512)
      |
diff --git a/docs/install/index.md b/docs/install/index.md
index 2b7e045..eab1c82 100644
--- a/docs/install/index.md
+++ b/docs/install/index.md
@@ -39,10 +39,11 @@
 Indicate your preferred configuration. Then, follow the customized commands to 
install MXNet.
 
 <div class="dropdown">
-  <button class="btn current-version btn-primary dropdown-toggle" 
type="button" data-toggle="dropdown">v1.3.1
+  <button class="btn current-version btn-primary dropdown-toggle" 
type="button" data-toggle="dropdown">v1.4.0
   <span class="caret"></span></button>
   <ul class="dropdown-menu opt-group">
-    <li class="opt active versions"><a href="#">v1.3.1</a></li>
+    <li class="opt active versions"><a href="#">v1.4.0</a></li>
+    <li class="opt versions"><a href="#">v1.3.1</a></li>
     <li class="opt versions"><a href="#">v1.2.1</a></li>
     <li class="opt versions"><a href="#">v1.1.0</a></li>
     <li class="opt versions"><a href="#">v1.0.0</a></li>
@@ -117,12 +118,19 @@ Indicate your preferred configuration. Then, follow the 
customized commands to i
 <div class="python">
 <div class="cpu">
 <div class="pip">
-<div class="v1-3-1">
+<div class="v1-4-0">
 
 ```
 $ pip install mxnet
 ```
 
+</div> <!-- End of v1-4-0 -->
+<div class="v1-3-1">
+
+```
+$ pip install mxnet==1.3.1
+```
+
 </div> <!-- End of v1-3-1 -->
 <div class="v1-2-1">
 
@@ -182,7 +190,7 @@ $ pip install mxnet --pre
 MXNet offers MKL pip packages that will be much faster when running on Intel 
hardware.
 Check the chart below for other options, refer to <a 
href="https://pypi.org/project/mxnet/";>PyPI for other MXNet pip packages</a>, 
or <a href="validate_mxnet.html">validate your MXNet installation</a>.
 
-<img 
src="https://raw.githubusercontent.com/dmlc/web-data/master/mxnet/install/pip-packages.png";
 alt="pip packages"/>
+<img 
src="https://raw.githubusercontent.com/dmlc/web-data/master/mxnet/install/pip-packages-1.4.0.png";
 alt="pip packages"/>
 
 **NOTES:**
 
@@ -251,12 +259,19 @@ To build from source, refer to the <a 
href="ubuntu_setup.html">MXNet Ubuntu inst
 
 <div class="gpu">
 <div class="pip">
-<div class="v1-3-1">
+<div class="v1-4-0">
 
 ```
 $ pip install mxnet-cu92
 ```
 
+</div> <!-- End of v1-4-0 -->
+<div class="v1-3-1">
+
+```
+$ pip install mxnet==1.3.1
+```
+
 </div> <!-- End of v1-3-1-->
 <div class="v1-2-1">
 
@@ -309,7 +324,7 @@ $ pip install mxnet-cu92 --pre
 MXNet offers MKL pip packages that will be much faster when running on Intel 
hardware.
 Check the chart below for other options, refer to <a 
href="https://pypi.org/project/mxnet/";>PyPI for other MXNet pip packages</a>, 
or <a href="validate_mxnet.html">validate your MXNet installation</a>.
 
-<img 
src="https://raw.githubusercontent.com/dmlc/web-data/master/mxnet/install/pip-packages.png";
 alt="pip packages"/>
+<img 
src="https://raw.githubusercontent.com/dmlc/web-data/master/mxnet/install/pip-packages-1.4.0.png";
 alt="pip packages"/>
 
 **NOTES:**
 
@@ -558,11 +573,17 @@ Refer to the <a 
href="ubuntu_setup.html#install-the-mxnet-package-for-perl">Perl
 <div class="python">
 <div class="cpu">
 <div class="pip">
-<div class="v1-3-1">
+<div class="v1-4-0">
 
 ```
 $ pip install mxnet
 ```
+</div> <!-- End of v1-4-0 -->
+<div class="v1-3-1">
+
+```
+$ pip install mxnet==1.3.1
+```
 
 </div> <!-- End of v1-3-1 -->
 <div class="v1-2-1">
@@ -619,7 +640,7 @@ $ pip install mxnet --pre
 MXNet offers MKL pip packages that will be much faster when running on Intel 
hardware.
 Check the chart below for other options, refer to <a 
href="https://pypi.org/project/mxnet/";>PyPI for other MXNet pip packages</a>, 
or <a href="validate_mxnet.html">validate your MXNet installation</a>.
 
-<img 
src="https://raw.githubusercontent.com/dmlc/web-data/master/mxnet/install/pip-packages.png";
 alt="pip packages"/>
+<img 
src="https://raw.githubusercontent.com/dmlc/web-data/master/mxnet/install/pip-packages-1.4.0.png";
 alt="pip packages"/>
 
 **NOTES:**
 
@@ -842,12 +863,19 @@ For more installation options, refer to the <a 
href="osx_setup.html">MXNet macOS
 <div class="python">
 <div class="cpu">
 <div class="pip">
-<div class="v1-3-1">
+<div class="v1-4-0">
 
 ```
 $ pip install mxnet
 ```
 
+</div> <!-- End of v1-4-0 -->
+<div class="v1-3-1">
+
+```
+$ pip install mxnet==1.3.1
+```
+
 </div> <!-- End of v1-3-1 -->
 <div class="v1-2-1">
 
@@ -900,7 +928,7 @@ $ pip install mxnet --pre
 MXNet offers MKL pip packages that will be much faster when running on Intel 
hardware.
 Check the chart below for other options, refer to <a 
href="https://pypi.org/project/mxnet/";>PyPI for other MXNet pip packages</a>, 
or <a href="validate_mxnet.html">validate your MXNet installation</a>.
 
-<img 
src="https://raw.githubusercontent.com/dmlc/web-data/master/mxnet/install/pip-packages.png";
 alt="pip packages"/>
+<img 
src="https://raw.githubusercontent.com/dmlc/web-data/master/mxnet/install/pip-packages-1.4.0.png";
 alt="pip packages"/>
 
 **NOTES:**
 
@@ -966,12 +994,19 @@ Refer to the <a href="windows_setup.html">MXNet Windows 
installation guide</a>
 
 <div class="gpu">
 <div class="pip">
-<div class="v1-3-1">
+<div class="v1-4-0">
 
 ```
 $ pip install mxnet-cu92
 ```
 
+</div> <!-- End of v1-4-0 -->
+<div class="v1-3-1">
+
+```
+$ pip install mxnet==1.3.1
+```
+
 </div> <!-- End of v1-3-1 -->
 <div class="v1-2-1">
 
@@ -1024,7 +1059,7 @@ $ pip install mxnet-cu92 --pre
 MXNet offers MKL pip packages that will be much faster when running on Intel 
hardware.
 Check the chart below for other options, refer to <a 
href="https://pypi.org/project/mxnet/";>PyPI for other MXNet pip packages</a>, 
or <a href="validate_mxnet.html">validate your MXNet installation</a>.
 
-<img 
src="https://raw.githubusercontent.com/dmlc/web-data/master/mxnet/install/pip-packages.png";
 alt="pip packages"/>
+<img 
src="https://raw.githubusercontent.com/dmlc/web-data/master/mxnet/install/pip-packages-1.4.0.png";
 alt="pip packages"/>
 
 **NOTES:**
 
diff --git a/docs/install/ubuntu_setup.md b/docs/install/ubuntu_setup.md
index bffbdb3..24f9ab9 100644
--- a/docs/install/ubuntu_setup.md
+++ b/docs/install/ubuntu_setup.md
@@ -97,7 +97,7 @@ Alternatively, you can use the table below to select the 
package that suits your
 
 The following table presents the pip packages that are recommended for each 
version of MXNet.
 
-![pip package 
table](https://raw.githubusercontent.com/dmlc/web-data/master/mxnet/install/pip-packages.png)
+![pip package 
table](https://raw.githubusercontent.com/dmlc/web-data/master/mxnet/install/pip-packages-1.4.0.png)
 
 To install an older version of MXNet with one of the packages in the previous 
table add `==` with the version you require. For example for version 1.1.0 of 
MXNet with CUDA 8, you would use `pip install mxnet-cu80==1.1.0`.
 

Reply via email to