提交 feeb0792 authored 作者: Pascal Lamblin's avatar Pascal Lamblin

Modifications for 0.8.1 release

上级 94a6cd57
...@@ -2,6 +2,18 @@ ...@@ -2,6 +2,18 @@
Release Notes Release Notes
============= =============
Theano 0.8.1 (29th of March, 2016)
==================================
This is a point release without any new features.
If you experienced compilation issues on MacOS X with XCode 7.3, we
encourage you to update.
Highlight:
- Fix compilation on Mac with CLT 7.3
Theano 0.8 (21th of March, 2016) Theano 0.8 (21th of March, 2016)
================================ ================================
......
...@@ -489,7 +489,7 @@ import theano and print the config variable, as in: ...@@ -489,7 +489,7 @@ import theano and print the config variable, as in:
.. attribute:: config.warn.ignore_bug_before .. attribute:: config.warn.ignore_bug_before
String value: 'None', 'all', '0.3', '0.4', '0.4.1', '0.5', '0.6', '0.7' String value: 'None', 'all', '0.3', '0.4', '0.4.1', '0.5', '0.6', '0.7', '0.8', '0.8.1'
Default: '0.7' Default: '0.7'
......
...@@ -52,7 +52,7 @@ AUTHOR_EMAIL = "theano-dev@googlegroups.com" ...@@ -52,7 +52,7 @@ AUTHOR_EMAIL = "theano-dev@googlegroups.com"
PLATFORMS = ["Windows", "Linux", "Solaris", "Mac OS-X", "Unix"] PLATFORMS = ["Windows", "Linux", "Solaris", "Mac OS-X", "Unix"]
MAJOR = 0 MAJOR = 0
MINOR = 8 MINOR = 8
MICRO = 0 MICRO = 1
SUFFIX = "" # Should be blank except for rc's, betas, etc. SUFFIX = "" # Should be blank except for rc's, betas, etc.
ISRELEASED = False ISRELEASED = False
......
...@@ -627,7 +627,7 @@ AddConfigVar('warn.ignore_bug_before', ...@@ -627,7 +627,7 @@ AddConfigVar('warn.ignore_bug_before',
"Warning for specific bugs can be configured with specific " "Warning for specific bugs can be configured with specific "
"[warn] flags."), "[warn] flags."),
EnumStr('0.7', 'None', 'all', '0.3', '0.4', '0.4.1', '0.5', '0.7', EnumStr('0.7', 'None', 'all', '0.3', '0.4', '0.4.1', '0.5', '0.7',
'0.8', '0.8', '0.8.1',
allow_override=False), allow_override=False),
in_c_key=False) in_c_key=False)
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论