forked from Theano/Theano
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NEWS_DEV.txt
53 lines (29 loc) · 1009 Bytes
/
NEWS_DEV.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
.. _NEWS:
===================
DRAFT Release Notes
===================
git log -p rel-0.6rc3... |grep Merge|grep '#' |cut -f 8 -d ' ' | replace "#" "* https://github.com/Theano/Theano/pull/"
git shortlog -sn rel-0.6rc3..
Done up to PR 1608
* https://github.com/Theano/Theano/pull/1608
* https://github.com/Theano/Theano/pull/1591 # need info
Interface change:
- theano.tensor.signal.conv2d(2d,2d) output 2d answer. (Frederic B., reported by Alexander Izvorski)
Theano Development version
==========================
NEWS.txt:
We recommend that everybody update to this version.
Highlights:
Committers for this dev version only:
A total of X people contributed to this release.
People with a "+" by their names contributed a patch for the first time.
Installation:
Bug fixes:
Interface Deprecation (a warning is printed):
Interface Changes:
New Interface (reuses existing functionality):
Speed-ups:
Crash/no return fixes:
Others:
Todo for the final release:
* update the NEWS.txt file.