Skip to content

Commit

Permalink
1.4 release (apache#14297)
Browse files Browse the repository at this point in the history
* version 1.4.0 release changes

* Updated navbar order

* updated 1.4 release announcement

* Update options.js
  • Loading branch information
IvyBazan authored and vdantu committed Mar 31, 2019
1 parent 08a65f6 commit b906c40
Show file tree
Hide file tree
Showing 7 changed files with 58 additions and 21 deletions.
5 changes: 3 additions & 2 deletions docs/_static/js/options.js
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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';
Expand Down
6 changes: 3 additions & 3 deletions docs/_static/mxnet-theme/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
4 changes: 2 additions & 2 deletions docs/_static/mxnet-theme/navbar.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ <h1 id="logo-wrap">
<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>

Expand Down Expand Up @@ -77,11 +77,11 @@ <h1 id="logo-wrap">
<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">
Expand Down
2 changes: 1 addition & 1 deletion docs/install/build_from_source.md
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down
1 change: 1 addition & 0 deletions docs/install/download.md
Original file line number Diff line number Diff line change
Expand Up @@ -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) |
Expand Down
59 changes: 47 additions & 12 deletions docs/install/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -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">

Expand Down Expand Up @@ -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:**

Expand Down Expand Up @@ -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">

Expand Down Expand Up @@ -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:**

Expand Down Expand Up @@ -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">
Expand Down Expand Up @@ -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:**

Expand Down Expand Up @@ -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">

Expand Down Expand Up @@ -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:**

Expand Down Expand Up @@ -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">

Expand Down Expand Up @@ -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:**

Expand Down
2 changes: 1 addition & 1 deletion docs/install/ubuntu_setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.

Expand Down

0 comments on commit b906c40

Please sign in to comment.