Skip to content
This repository has been archived by the owner on Jan 3, 2023. It is now read-only.

Commit

Permalink
v2.6.0 release update (#1127)
Browse files Browse the repository at this point in the history
  • Loading branch information
baojun-nervana authored and wei-v-wang committed Jan 5, 2018
1 parent e496349 commit f9d771b
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 11 deletions.
6 changes: 6 additions & 0 deletions ChangeLog
@@ -1,5 +1,11 @@
# ChangeLog

## v2.6.0 (2018-01-05):

* Further optimized MKL backend performance for SSD inference
* Updated MKLML to version 20171227
* Enabled neon install with MKLML on Mac OSX

## v2.5.0 (2017-12-21):

* Optimized SSD MKL backend performance (~3X boost version over version)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -42,7 +42,7 @@ From version 2.4.0, we re-enabled pip install. Neon can be installed using packa
pip install nervananeon
```

It is noted that [aeon](https://aeon.nervanasys.com/index.html/getting_started.html) needs to be installed separately. The latest release v2.5.0 uses aeon v1.3.0.
It is noted that [aeon](https://aeon.nervanasys.com/index.html/getting_started.html) needs to be installed separately. The latest release v2.6.0 uses aeon v1.3.0.

**Warning**

Expand Down
10 changes: 3 additions & 7 deletions doc/source/index.rst
Expand Up @@ -36,13 +36,9 @@ Features include:

New features in this release:

* Optimized SSD MKL backend performance (~3X boost version over version)
* Bumped aeon version to v1.3.0
* Fixed inference performance issue of MKL batchnorm
* Fixed batch prediction issue for gpu backend
* Enabled subset_pct for MNIST_DCGAN example
* Updated "make clean" to clean up mkl artifacts
* Added dockerfile for IA mkl
* Further optimized MKL backend performance for SSD inference
* Updated MKLML to version 20171227
* Enabled neon install with MKLML on Mac OSX
* See more in the `change log`_.

We use neon internally at Intel to solve our `customers' problems`_
Expand Down
4 changes: 2 additions & 2 deletions doc/source/installation.rst
Expand Up @@ -76,7 +76,7 @@ setup neon in this manner, run the following commands:
git clone https://github.com/NervanaSystems/neon.git
cd neon; git checkout latest; make
The above checks out the latest stable release (e.g. a tagged release version v2.5.0) and build neon.
The above checks out the latest stable release (e.g. a tagged release version v2.6.0) and build neon.
Alternatively, you can check out and build the latest master branch:

.. code-block:: bash
Expand Down Expand Up @@ -168,7 +168,7 @@ Neon v2.4.0 and after is pip installable via pypi with package name nervananeon.
pip install nervananeon
It is noted `aeon <https://aeon.nervanasys.com/index.html/getting_started.html>`__ needs to be installed separately. The latest release v2.5.0 uses aeon v1.3.0.
It is noted `aeon <https://aeon.nervanasys.com/index.html/getting_started.html>`__ needs to be installed separately. The latest release v2.6.0 uses aeon v1.3.0.

Anaconda install
~~~~~~~~~~~~~~~~
Expand Down
15 changes: 15 additions & 0 deletions doc/source/previous_versions.rst
Expand Up @@ -16,6 +16,19 @@
Previous Versions
=================
neon v2.5.0
-----------

|Docs250|_

* Optimized SSD MKL backend performance (~3X boost version over version)
* Bumped aeon version to v1.3.0
* Fixed inference performance issue of MKL batchnorm
* Fixed batch prediction issue for gpu backend
* Enabled subset_pct for MNIST_DCGAN example
* Updated "make clean" to clean up mkl artifacts
* Added dockerfile for IA mkl

neon v2.4.0
-----------

Expand Down Expand Up @@ -498,6 +511,7 @@ neon v0.8.1

Initial public release of neon.

.. |Docs250| replace:: Docs
.. |Docs240| replace:: Docs
.. |Docs230| replace:: Docs
.. |Docs220| replace:: Docs
Expand Down Expand Up @@ -528,6 +542,7 @@ Initial public release of neon.
.. |Docs9| replace:: Docs
.. |Docs8| replace:: Docs
.. _cudanet: https://github.com/NervanaSystems/cuda-convnet2
.. _Docs250: http://neon.nervanasys.com/docs/2.5.0
.. _Docs240: http://neon.nervanasys.com/docs/2.4.0
.. _Docs230: http://neon.nervanasys.com/docs/2.3.0
.. _Docs220: http://neon.nervanasys.com/docs/2.2.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -18,7 +18,7 @@
import subprocess

# Define version information
VERSION = '2.5.0'
VERSION = '2.6.0'
FULLVERSION = VERSION
write_version = True

Expand Down

0 comments on commit f9d771b

Please sign in to comment.