Skip to content

Commit 1ea24b6

Browse files
committed
Modifications for 0.5 release
1 parent f1ef401 commit 1ea24b6

File tree

6 files changed

+214
-427
lines changed

6 files changed

+214
-427
lines changed

EMAIL.0.5.txt

Lines changed: 0 additions & 250 deletions
This file was deleted.

EMAIL.txt

Lines changed: 40 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,47 @@
11
===========================
2-
Announcing Theano 0.5rc2
2+
Announcing Theano 0.5
33
===========================
44

5+
## You can select and adapt one of the following templates.
6+
7+
## Basic text for major version release:
8+
9+
This is a release for a major version, with lots of new
10+
features, bug fixes, and some interface changes (deprecated or
11+
potentially misleading features were removed).
12+
13+
Upgrading to Theano 0.5 is recommended for everyone, but you should first make
14+
sure that your code does not raise deprecation warnings with Theano 0.4.1.
15+
Otherwise, in one case the results can change. In other cases, the warnings are
16+
turned into errors (see below for details).
17+
18+
For those using the bleeding edge version in the
19+
git repository, we encourage you to update to the `0.5` tag.
20+
21+
22+
## Basic text for major version release candidate:
23+
524
This is a release candidate for a major version, with lots of new
625
features, bug fixes, and some interface changes (deprecated or
726
potentially misleading features were removed).
827

928
The upgrade is recommended for developpers who want to help test and
1029
report bugs, or want to use new features now. If you have updated
11-
to 0.5rc1, you are highly encouraged to update to 0.5rc2. There are
12-
more bug fixes and speed uptimization! But there is also a small new
13-
interface change about sum of [u]int* dtype. Otherwise, users should
14-
wait for the 0.5 release.
30+
to 0.5rc1, you are highly encouraged to update to 0.5rc2.
1531

1632
For those using the bleeding edge version in the
1733
git repository, we encourage you to update to the `0.5rc2` tag.
1834

1935

36+
## Basic text for minor version release:
37+
38+
TODO
39+
40+
41+
## Basic text for minor version release candidate:
42+
43+
TODO
44+
2045
What's New
2146
----------
2247

@@ -83,16 +108,16 @@ Acknowledgments
83108

84109
I would like to thank all contributors of Theano. For this particular
85110
release, many people have helped, notably (in alphabetical order):
86-
Frédéric Bastien, Justin Bayer, Arnaud Bergerond, James Bergstra,
87-
Valentin Bisson, Josh Bleecher Snyder, Yann Dauphin, Olivier Delalleau,
88-
Guillaume Desjardins, Sander Dieleman, Xavier Glorot, Ian Goodfellow,
89-
Philippe Hamel, Pascal Lamblin, Eric Laufer, Razvan Pascanu, Matthew
90-
Rocklin, Graham Taylor, Sebastian Urban, David Warde-Farley, and Yao Li.
91-
92-
I would also like to thank users who submitted bug reports, notably
93-
(this list is incomplete, please let us know if someone should be
94-
added): Nicolas Boulanger-Lewandowski, Olivier Chapelle, Michael
95-
Forbes, and Timothy Lillicrap.
111+
Hani Almousli, Frédéric Bastien, Justin Bayer, Arnaud Bergeron, James
112+
Bergstra, Valentin Bisson, Josh Bleecher Snyder, Yann Dauphin, Olivier
113+
Delalleau, Guillaume Desjardins, Sander Dieleman, Xavier Glorot, Ian
114+
Goodfellow, Philippe Hamel, Pascal Lamblin, Eric Laufer, Grégoire
115+
Mesnil, Razvan Pascanu, Matthew Rocklin, Graham Taylor, Sebastian Urban,
116+
David Warde-Farley, and Yao Li.
117+
118+
I would also like to thank users who submitted bug reports, notably:
119+
Nicolas Boulanger-Lewandowski, Olivier Chapelle, Michael Forbes, Timothy
120+
Lillicrap, and John Salvatier.
96121

97122
Also, thank you to all NumPy and Scipy developers as Theano builds on
98123
their strengths.

0 commit comments

Comments
 (0)