This is an automated email from the ASF dual-hosted git repository.
zhasheng 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 4b8ab63 MXNet docs change for 1.2.1 release (#11791)
4b8ab63 is described below
commit 4b8ab63c8049aa9002d23614b9e752b035990135
Author: kpmurali <[email protected]>
AuthorDate: Wed Jul 18 17:28:28 2018 -0700
MXNet docs change for 1.2.1 release (#11791)
---
docs/_static/js/options.js | 2 +-
docs/_static/mxnet-theme/index.html | 6 +++---
docs/install/download.md | 1 +
docs/install/index.md | 36 ++++++++++++++++++------------------
4 files changed, 23 insertions(+), 22 deletions(-)
diff --git a/docs/_static/js/options.js b/docs/_static/js/options.js
index eb82b11..87e50b8 100644
--- a/docs/_static/js/options.js
+++ b/docs/_static/js/options.js
@@ -1,4 +1,4 @@
-var versionSelect = defaultVersion = 'v1.2.0';
+var versionSelect = defaultVersion = 'v1.2.1';
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 ff0b3a8..3647e23 100644
--- a/docs/_static/mxnet-theme/index.html
+++ b/docs/_static/mxnet-theme/index.html
@@ -26,9 +26,9 @@
<a href="http://gluon-crash-course.mxnet.io/">Learn More</a>
</div>
<div class="col-lg-4 col-sm-12">
- <h3>MXNet 1.2.0 Released</h3>
- <p>We're excited to announce the release of MXNet 1.2.0! 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>
+ <h3>MXNet 1.2.1 Released</h3>
+ <p>We're excited to announce the release of MXNet 1.2.1! Check out the
release notes for latest updates.</p>
+ <a
href="https://github.com/apache/incubator-mxnet/releases/tag/1.2.1">Learn
More</a>
</div>
<div class="col-lg-4 col-sm-12">
<h3>Introducing the Scala Inference API</h3>
diff --git a/docs/install/download.md b/docs/install/download.md
index ad3762e..baad200 100644
--- a/docs/install/download.md
+++ b/docs/install/download.md
@@ -4,6 +4,7 @@ These source archives are generated from tagged releases.
Updates and patches wi
| Version | Source
| PGP
|
SHA
|
|---------|-------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------|
+| 1.2.1 |
[Download](https://github.com/apache/incubator-mxnet/releases/download/1.2.1/apache-mxnet-src-1.2.1-incubating.tar.gz)
|
[Download](https://github.com/apache/incubator-mxnet/releases/download/1.2.1/apache-mxnet-src-1.2.1-incubating.tar.gz.asc)
|
[Download](https://github.com/apache/incubator-mxnet/releases/download/1.2.1/apache-mxnet-src-1.2.1-incubating.tar.gz.sha512)
|
| 1.2.0 |
[Download](https://github.com/apache/incubator-mxnet/releases/download/1.2.0/apache-mxnet-src-1.2.0-incubating.tar.gz)
|
[Download](https://github.com/apache/incubator-mxnet/releases/download/1.2.0/apache-mxnet-src-1.2.0-incubating.tar.gz.asc)
|
[Download](https://github.com/apache/incubator-mxnet/releases/download/1.2.0/apache-mxnet-src-1.2.0-incubating.tar.gz.sha512)
|
| 1.1.0 |
[Download](http://archive.apache.org/dist/incubator/mxnet/1.1.0/apache-mxnet-src-1.1.0-incubating.tar.gz)
|
[Download](http://archive.apache.org/dist/incubator/mxnet/1.1.0/apache-mxnet-src-1.1.0-incubating.tar.gz.asc)
|
[Download](http://archive.apache.org/dist/incubator/mxnet/1.1.0/apache-mxnet-src-1.1.0-incubating.tar.gz.sha512)
|
| 1.0.0 |
[Download](http://archive.apache.org/dist/incubator/mxnet/1.0.0/apache-mxnet-src-1.0.0-incubating.tar.gz)
|
[Download](http://archive.apache.org/dist/incubator/mxnet/1.0.0/apache-mxnet-src-1.0.0-incubating.tar.gz.asc)
|
[Download](http://archive.apache.org/dist/incubator/mxnet/1.0.0/apache-mxnet-src-1.0.0-incubating.tar.gz.sha512)
|
diff --git a/docs/install/index.md b/docs/install/index.md
index 727d186..d4704df 100644
--- a/docs/install/index.md
+++ b/docs/install/index.md
@@ -3,10 +3,10 @@
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.2.0
+ <button class="btn current-version btn-primary dropdown-toggle"
type="button" data-toggle="dropdown">v1.2.1
<span class="caret"></span></button>
<ul class="dropdown-menu opt-group">
- <li class="opt active versions"><a href="#">v1.2.0</a></li>
+ <li class="opt active 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>
<li class="opt versions"><a href="#">v0.12.1</a></li>
@@ -95,7 +95,7 @@ $ sudo apt-get install -y wget python gcc
$ wget https://bootstrap.pypa.io/get-pip.py && sudo python get-pip.py
```
-<div class="v1-2-0">
+<div class="v1-2-1">
**Step 2** Install MXNet with OpenBLAS acceleration.
@@ -116,7 +116,7 @@ pip install graphviz
$ pip install mxnet-mkl
```
-</div> <!-- End of v1-2-0 -->
+</div> <!-- End of v1-2-1 -->
<div class="v1-1-0">
@@ -289,7 +289,7 @@ Installing *MXNet* with pip requires a latest version of
`pip`. Install the late
$ pip install --upgrade pip
```
-<div class="v1-2-0">
+<div class="v1-2-1">
Install *MXNet* with OpenBLAS acceleration.
@@ -297,7 +297,7 @@ Install *MXNet* with OpenBLAS acceleration.
$ pip install mxnet
```
-</div> <!-- End of v1-2-0-->
+</div> <!-- End of v1-2-1-->
<div class="v1-1-0">
@@ -511,7 +511,7 @@ $ sudo apt-get install -y wget python
$ wget https://bootstrap.pypa.io/get-pip.py && sudo python get-pip.py
```
-<div class="v1-2-0">
+<div class="v1-2-1">
**Step 2** Install *MXNet* with GPU support using CUDA 9.2
@@ -543,7 +543,7 @@ pip install graphviz
$ pip install mxnet-cu90mkl
```
-</div> <!-- End of v1-2-0-->
+</div> <!-- End of v1-2-1-->
<div class="v1-1-0">
@@ -709,7 +709,7 @@ Installing *MXNet* with pip requires a latest version of
`pip`. Install the late
```
-<div class="v1-2-0">
+<div class="v1-2-1">
**Important**: Make sure your installed CUDA version matches the CUDA version
in the pip package.
Check your CUDA version with the following command:
@@ -728,7 +728,7 @@ Install *MXNet* with GPU support using CUDA 9.2:
Refer to [pypi for older packages](https://pypi.org/project/mxnet/).
-</div> <!-- End of v1-2-0-->
+</div> <!-- End of v1-2-1-->
<div class="v1-1-0">
@@ -1049,14 +1049,14 @@ $ pip install --upgrade pip
$ pip install --upgrade setuptools
```
-<div class="v1-2-0">
+<div class="v1-2-1">
Then use pip to install MXNet:
```bash
$ pip install mxnet
```
-</div> <!-- End of v1-2-0 -->
+</div> <!-- End of v1-2-1 -->
<div class="v1-1-0">
@@ -1178,7 +1178,7 @@ Installing *MXNet* with pip requires a latest version of
`pip`. Install the late
(mxnet)$ pip install --upgrade setuptools
```
-<div class="v1-2-0">
+<div class="v1-2-1">
Install *MXNet* with OpenBLAS acceleration.
@@ -1186,7 +1186,7 @@ Install *MXNet* with OpenBLAS acceleration.
(mxnet)$ pip install mxnet
```
-</div> <!-- End of v1-2-0-->
+</div> <!-- End of v1-2-1-->
<div class="v1-1-0">
@@ -1491,7 +1491,7 @@ Follow the installation instructions [in this
guide](./osx_setup.md) to set up M
[Anaconda](https://www.anaconda.com/download/) is recommended.
-<div class="v1-2-0">
+<div class="v1-2-1">
**Step 2** Install *MXNet*.
@@ -1499,7 +1499,7 @@ Follow the installation instructions [in this
guide](./osx_setup.md) to set up M
$ pip install mxnet
```
-</div> <!-- End of v1-2-0-->
+</div> <!-- End of v1-2-1-->
<div class="v1-1-0">
@@ -1582,7 +1582,7 @@ Follow the installation instructions [in this
guide](./windows_setup.md) to set
[Anaconda](https://www.anaconda.com/download/) is recommended.
-<div class="v1-2-0">
+<div class="v1-2-1">
**Step 2** Install *MXNet* with GPU support using CUDA 9.2.
@@ -1601,7 +1601,7 @@ $ pip install mxnet-cu92
Refer to [pypi for older packages](https://pypi.org/project/mxnet/).
-</div> <!-- End of v1-2-0-->
+</div> <!-- End of v1-2-1-->
<div class="v1-1-0">