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.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Jennifer Myers committed Jun 30, 2016
1 parent f2159ca commit b85ba0f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# ChangeLog

## v1.5.1 (2016-06-30):

* Bug fixes

## v1.5.0 (2016-06-29):

### Modifications
Expand Down
2 changes: 1 addition & 1 deletion neon/transforms/activation.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def __call__(self, x):

def bprop(self, x):
"""
Returns the derviate.
Returns the derivative.
Arguments:
x (Tensor or optree): Input value
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.5.0'
VERSION = '1.5.1'
FULLVERSION = VERSION
write_version = True

Expand Down

0 comments on commit b85ba0f

Please sign in to comment.