We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdf536c commit 67c8bb2Copy full SHA for 67c8bb2
NEWS.md
@@ -1,3 +1,9 @@
1
+$ v0.0.6 (2015.12.02)
2
+
3
+* Variants of Xaiver initializers (@vchuravy)
4
+* More arithmetic operators on symbolic nodes
5
+* Basic interface for symbolic node attributes (@vchuravy)
6
7
# v0.0.5 (2015.11.14)
8
9
* char-lstm example.
docs/conf.py
@@ -56,9 +56,9 @@
56
# built documents.
57
#
58
# The short X.Y version.
59
-version = '0.0.5'
+version = '0.0.6'
60
# The full version, including alpha/beta/rc tags.
61
-release = '0.0.5'
+release = '0.0.6'
62
63
# The language for content autogenerated by Sphinx. Refer to documentation
64
# for a list of supported languages.
0 commit comments