Skip to content

Commit

Permalink
prepare for v0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
pluskid committed Nov 9, 2015
1 parent 722eb36 commit 189e755
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
# v.0.03 (2015.10.27)
# v0.0.4 (2015.11.09)

* ADAM optimizer (@cbecker)
* Improved data provider API.
* More documentation.
* Fix a bug in array data iterator (@vchuravy)

# v0.0.3 (2015.10.27)

* Model prediction API.
* Model checkpoint loading and saving.
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.3'
version = '0.0.4'
# The full version, including alpha/beta/rc tags.
release = '0.0.3'
release = '0.0.4'

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

0 comments on commit 189e755

Please sign in to comment.