Skip to content

Commit

Permalink
v1.1.2 release bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
scttl committed Nov 18, 2015
1 parent 5dfaf98 commit 95cdcba
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# ChangeLog

## v1.1.2 (2015-11-17):

### Modifications

* completely re-written C++ multithreaded dataloader
* new weight initialization options for recurrent layers
* Added deconvolution visualization support (guided backprop)
* new bAbI question answering example network
* Improved performance of cifar10_allcnn, word_lstm examples
* new CUDA-C max and avg pooling kernels
* Additional bugfixes and documentation updates

## v1.1.1 (2015-11-06):

### Modifications
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
import subprocess

# Define version information
VERSION = '1.1.1'
VERSION = '1.1.2'
FULLVERSION = VERSION
write_version = True

Expand Down

0 comments on commit 95cdcba

Please sign in to comment.