提交 a80c74bc authored 作者: Frederic's avatar Frederic

Updated NEWS.txt

上级 b9337bbe
...@@ -57,6 +57,12 @@ New Features ...@@ -57,6 +57,12 @@ New Features
* "CudaNdarray[*] += ndarray" work in more case (Frederic B.) * "CudaNdarray[*] += ndarray" work in more case (Frederic B.)
* We add dimensions to CudaNdarray to automatically broadcast more frequently. * We add dimensions to CudaNdarray to automatically broadcast more frequently.
(Frederic B.) (Frederic B.)
* theano.tensor.argsort that wrap numpy.argsort (Hani Almousli).
* New theano flag cmodule.warn_no_version. Default False. If True,
will print a warning when compiling one or more Op with c code that
can't be cached as there is no c_code_cache_version() function to at
least of of those Ops. (Frederic B.)
* CPU alloc now always generate c code (Pascal L.)
Sparse Sparse
* Implement theano.sparse.mul(sparse1, sparse2) when both inputs don't * Implement theano.sparse.mul(sparse1, sparse2) when both inputs don't
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论