Skip to content

Commit

Permalink
v1.1.3 release bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
scttl committed Dec 1, 2015
1 parent 89a59a2 commit e479ce3
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# ChangeLog

## v1.1.3 (2015-12-01):

### Modifications

* deconvolution and weight histogram visualization examples and documentation
* CPU convolution and pooling layer speedups (~2x faster)
* bAbI question and answer interactive demo, dataset support.
* various ImageLoader enhancements.
* interactive usage improvements (shortcut Callback import, multiple Callbacks
init, doc updates, single item batch size support)
* set default verbosity level to warning
* CIFAR10 example normalization updates
* CUDA detection enhancements [#132]
* only parse batch_writer arguments when used as a script, allow undefined
global_mean [#137, #140]

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

### 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.2'
VERSION = '1.1.3'
FULLVERSION = VERSION
write_version = True

Expand Down

0 comments on commit e479ce3

Please sign in to comment.