[go: nahoru, domu]

Skip to content

Commit

Permalink
prepare v0.0.8 release
Browse files Browse the repository at this point in the history
  • Loading branch information
pluskid committed May 27, 2015
1 parent 0ff7062 commit 8546e35
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# News for Mocha Development

## v0.0.8 2015.05.27

* Interface
* Option to display other information for training summary (@bisraelsen)
* Infrastructure
* Improved gradient check (@steven-varga)
* Fix temp file issue for unit-test on Windows
* Fix XavierInitializer scale (@adambrewster)
* Option to specify GPU device
* Network
* Index2Onehot layer, MemoryOutputLayer
* SoftmaxLayer now can do backward

## v0.0.7 2015.02.27

* Infrastructure
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@
# built documents.
#
# The short X.Y version.
version = '0.0.7'
version = '0.0.8'
# The full version, including alpha/beta/rc tags.
release = '0.0.7'
release = '0.0.8'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down

0 comments on commit 8546e35

Please sign in to comment.