提交 47ff0da7 authored 作者: Frédéric Bastien's avatar Frédéric Bastien 提交者: GitHub

Merge pull request #6489 from notoraptor/texts-for-1.0

Change some texts to prepare theano 1.0.
......@@ -571,7 +571,7 @@ import theano and print the config variable, as in:
.. attribute:: config.warn.ignore_bug_before
String value: ``'None'``, ``'all'``, ``'0.3'``, ``'0.4'``, ``'0.4.1'``, ``'0.5'``,
``'0.6'``, ``'0.7'``, ``'0.8'``, ``'0.8.1'``, ``'0.8.2'``, ``'0.9'``, ``'0.10'``
``'0.6'``, ``'0.7'``, ``'0.8'``, ``'0.8.1'``, ``'0.8.2'``, ``'0.9'``, ``'0.10'``, ``'1.0'``
Default: ``'0.8'``
......
......@@ -751,7 +751,7 @@ AddConfigVar('warn.ignore_bug_before',
"Warning for specific bugs can be configured with specific "
"[warn] flags."),
EnumStr('0.8', 'None', 'all', '0.3', '0.4', '0.4.1', '0.5', '0.6',
'0.7', '0.8', '0.8.1', '0.8.2', '0.9', '0.10',
'0.7', '0.8', '0.8.1', '0.8.2', '0.9', '0.10', '1.0',
allow_override=False),
in_c_key=False)
......
......@@ -2,7 +2,7 @@ from __future__ import absolute_import, print_function, division
from theano._version import get_versions
FALLBACK_VERSION = "0.10.0beta4+unknown"
FALLBACK_VERSION = "1.0.0dev+unknown"
info = get_versions()
if info['error'] is not None:
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论