|
1 | 1 | ===========================
|
2 |
| - Announcing Theano 0.5rc2 |
| 2 | + Announcing Theano 0.5 |
3 | 3 | ===========================
|
4 | 4 |
|
| 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 | + |
5 | 24 | This is a release candidate for a major version, with lots of new
|
6 | 25 | features, bug fixes, and some interface changes (deprecated or
|
7 | 26 | potentially misleading features were removed).
|
8 | 27 |
|
9 | 28 | The upgrade is recommended for developpers who want to help test and
|
10 | 29 | 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. |
15 | 31 |
|
16 | 32 | For those using the bleeding edge version in the
|
17 | 33 | git repository, we encourage you to update to the `0.5rc2` tag.
|
18 | 34 |
|
19 | 35 |
|
| 36 | +## Basic text for minor version release: |
| 37 | + |
| 38 | +TODO |
| 39 | + |
| 40 | + |
| 41 | +## Basic text for minor version release candidate: |
| 42 | + |
| 43 | +TODO |
| 44 | + |
20 | 45 | What's New
|
21 | 46 | ----------
|
22 | 47 |
|
@@ -83,16 +108,16 @@ Acknowledgments
|
83 | 108 |
|
84 | 109 | I would like to thank all contributors of Theano. For this particular
|
85 | 110 | 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. |
96 | 121 |
|
97 | 122 | Also, thank you to all NumPy and Scipy developers as Theano builds on
|
98 | 123 | their strengths.
|
|
0 commit comments