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

Commit

Permalink
Update for v1.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Jennifer Myers committed Feb 23, 2017
1 parent ff17e68 commit 0d643dd
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 4 deletions.
8 changes: 8 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# ChangeLog

## v1.8.2 (2017-02-23):

* Make the whale calls example stable and shuffle dataset before splitting into subsets
* Reduce default depth in cifar_msra example to 2
* Fix the formatting of the conv layer description
* Fix documentation error in the video-c3d example
* Support greyscale videos

## v1.8.1 (2017-01-17):

* Bug fix: Add dilation to object dict and assign defaults to dil_w = dil_h = 1 [#335, #336]
Expand Down
8 changes: 5 additions & 3 deletions doc/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,11 @@ Features include:

New features in this release:

* Bug fix: Add dilation to object dict and assign defaults to dil_w = dil_h = 1 [#335, #336]
* Bug fix: Prevent GPU backend from ignoring non-zero slope in Rectlinclip and change default slope to 0
* Bug fix: Nesterov momentum was updating velocities incorrectly
* Make the whale calls example stable and shuffle dataset before splitting into subsets
* Reduce default depth in cifar_msra example to 2
* Fix the formatting of the conv layer description
* Fix documentation error in the video-c3d example
* Support greyscale videos
* See more in the `change log`_.

We use neon internally at Nervana to solve our `customers' problems`_
Expand Down
13 changes: 13 additions & 0 deletions doc/source/previous_versions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,17 @@
Previous Versions
=================

neon v1.8.1
-----------

|Docs181|_

neon v1.8.1 released January 17, 2017 supporting:

* Bug fix: Add dilation to object dict and assign defaults to dil_w = dil_h = 1 [#335, #336]
* Bug fix: Prevent GPU backend from ignoring non-zero slope in Rectlinclip and change default slope to 0
* Bug fix: Nesterov momentum was updating velocities incorrectly

neon v1.8.0
-----------

Expand Down Expand Up @@ -391,6 +402,7 @@ neon v0.8.1

Initial public release of neon.

.. |Docs181| replace:: Docs
.. |Docs180| replace:: Docs
.. |Docs170| replace:: Docs
.. |Docs160| replace:: Docs
Expand All @@ -414,6 +426,7 @@ Initial public release of neon.
.. |Docs9| replace:: Docs
.. |Docs8| replace:: Docs
.. _cudanet: https://github.com/NervanaSystems/cuda-convnet2
.. _Docs181: http://neon.nervanasys.com/docs/1.8.1
.. _Docs180: http://neon.nervanasys.com/docs/1.8.0
.. _Docs170: http://neon.nervanasys.com/docs/1.7.0
.. _Docs160: http://neon.nervanasys.com/docs/1.6.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
import subprocess

# Define version information
VERSION = '1.8.1'
VERSION = '1.8.2'
FULLVERSION = VERSION
write_version = True

Expand Down

0 comments on commit 0d643dd

Please sign in to comment.