提交 287ffba8 authored 作者: Pascal Lamblin's avatar Pascal Lamblin

Update NEWS.txt

上级 9365cdec
...@@ -2,10 +2,19 @@ ...@@ -2,10 +2,19 @@
Update in the Trunk since the last release: Update in the Trunk since the last release:
* Added in the tutorial documentation on how to extend Theano. Documentation
This explains how to make a Theano Op from a Python function. * Added in the tutorial documentation on how to extend Theano.
http://deeplearning.net/software/theano/tutorial/extending_theano.html This explains how to make a Theano Op from a Python function.
http://deeplearning.net/software/theano/tutorial/extending_theano.html
(Frédéric B.)
Interface change
* theano.function does not accept duplicate inputs, so function([x, x], ...)
does not work anymore. (Pascal L.)
* theano.function now raises an error if some of the provided inputs are
not part of the computational graph needed to compute the output, for
instance, function([x, y], [y]). A kwarg to function controls this.
(Pascal L.)
============= =============
Release Notes Release Notes
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论