Skip to content

Commit 8d036e0

Browse files
committed
Final release 0.9.0 ends at 0.9.0tc4, not at current master release.
So, update NEWS.txt, and put last notes (since 0.9.0rc4) in NEWS_DEV.txt.
1 parent caefd49 commit 8d036e0

File tree

2 files changed

+23
-687
lines changed

2 files changed

+23
-687
lines changed

Diff for: NEWS.txt

+8-32
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Highlights (since 0.8.0):
3232

3333
- More numerical stability by default for some graphs
3434
- Better handling of corner cases for theano functions and graph optimizations
35-
- More graph optimizations with faster toposort, compilation and execution
35+
- More graph optimizations with faster compilation and execution
3636
- smaller and more readable graph
3737

3838
- New GPU back-end:
@@ -43,24 +43,18 @@ Highlights (since 0.8.0):
4343
- Inplace storage for shared variables
4444
- float16 storage
4545
- Using PCI bus ID of graphic cards for a better mapping between theano device number and nvidia-smi number
46-
- Added useful stats for GPU in profile mode
47-
- Added documentation for GPU float16 ops
4846
- Fixed offset error in ``GpuIncSubtensor``
4947

5048
- Less C code compilation
5149
- Added support for bool dtype
5250
- Updated and more complete documentation
5351
- Bug fixes related to merge optimizer and shape inference
54-
- Bug fixes related to Debug mode
5552
- Lot of other bug fixes, crashes fixes and warning improvements
5653

57-
A total of 12 people contributed to this release since 0.9.0rc4 and 125 since 0.8.0, see the lists below.
54+
A total of 123 people contributed to this release since 0.8.0, see list below.
5855

5956
Interface changes:
60-
- Merged duplicated diagonal functions into two ops: ``ExtractDiag`` (extract a diagonal to a vector),
61-
and ``AllocDiag`` (set a vector as a diagonal of an empty array)
6257
- Merged ``CumsumOp/CumprodOp`` into ``CumOp``
63-
- Changed grad() method to L_op in many ops that need the outputs to compute gradient
6458
- In MRG module:
6559

6660
- Replaced method ``multinomial_wo_replacement()`` with new method ``choice()``
@@ -74,7 +68,7 @@ Interface changes:
7468
- ``round()`` default to the same as NumPy: half_to_even
7569

7670
Convolution updates:
77-
- Support of full and half modes for 2D and 3D convolutions
71+
- Support of full and half modes for 2D and 3D convolutions including in ``conv3d2d``
7872
- Allowed pooling of empty batch
7973
- Implement ``conv2d_transpose`` convenience function
8074
- Multi-cores convolution and pooling on CPU
@@ -95,7 +89,6 @@ GPU:
9589
- Implemented ``GpuAdvancedSubtensor``
9690

9791
New features:
98-
- Added scalar and elemwise ops for modified Bessel function of order 0 and 1 from scipy.special
9992
- ``OpFromGraph`` now allows gradient overriding for every input
10093
- Added Abstract Ops for batch normalization that use cuDNN when available and pure Theano CPU/GPU alternatives otherwise
10194
- Added gradient of solve, tensorinv (CPU), tensorsolve (CPU), searchsorted (CPU), DownsampleFactorMaxGradGrad (CPU)
@@ -105,7 +98,6 @@ New features:
10598
- Indexing support ellipsis: ``a[..., 3]```, ``a[1,...,3]``
10699
- Added ``theano.tensor.{tensor5,dtensor5, ...}``
107100
- compiledir_format support device
108-
- Extended Theano flag ``dnn.enabled`` with new option ``no_check`` to help speed up cuDNN importation
109101
- Added New Theano flag ``conv.assert_shape`` to check user-provided shapes at runtime (for debugging)
110102
- Added new Theano flag ``cmodule.age_thresh_use``
111103
- Added new Theano flag ``cuda.enabled``
@@ -133,20 +125,6 @@ Other more detailed changes:
133125
- Added the keepdims parameter to the norm function
134126
- Make scan gradient more deterministic
135127

136-
Commiters since 0.9.0rc4:
137-
- Frederic Bastien
138-
- Zhouhan LIN
139-
- Tegan Maharaj
140-
- Arnaud Bergeron
141-
- Matt Graham
142-
- Saizheng Zhang
143-
- affanv14
144-
- Chiheb Trabelsi
145-
- Pascal Lamblin
146-
- Cesar Laurent
147-
- Reyhane Askari
148-
- Aarni Koskela
149-
150128
Commiters since 0.8.0:
151129
- Frederic Bastien
152130
- Arnaud Bergeron
@@ -158,47 +136,46 @@ Commiters since 0.8.0:
158136
- Benjamin Scellier
159137
- khaotik
160138
- Chiheb Trabelsi
161-
- Cesar Laurent
162139
- Chinnadhurai Sankar
140+
- Cesar Laurent
163141
- Reyhane Askari
164142
- Mohammad Pezeshki
165143
- Alexander Matyasko
166144
- Alexandre de Brebisson
167-
- Saizheng Zhang
168145
- Mathieu Germain
169146
- Nan Rosemary Ke
170147
- Pierre Luc Carrier
171148
- Olivier Mastropietro
172149
- Thomas George
173-
- Zhouhan LIN
150+
- Saizheng Zhang
174151
- Iulian Vlad Serban
175-
- Matt Graham
176152
- Francesco Visin
177153
- Caglar
178154
- Faruk Ahmed
179155
- Harm de Vries
180156
- Samira Shabanian
181157
- Vincent Dumoulin
182158
- Nicolas Ballas
183-
- affanv14
184159
- Jakub Sygnowski
185160
- Jan Schlüter
186161
- Samira Ebrahimi Kahou
187162
- Mikhail Korobov
188163
- Fei Wang
189164
- Kv Manohar
190-
- Tegan Maharaj
191165
- Jesse Livezey
192166
- Kelvin Xu
167+
- Matt Graham
193168
- Ruslana Makovetsky
194169
- Sina Honari
195170
- Bryn Keller
196171
- Ciyong Chen
197172
- Vitaliy Kurlin
173+
- Zhouhan LIN
198174
- Gokula Krishnan
199175
- Kumar Krishna Agrawal
200176
- Ozan Çağlayan
201177
- Vincent Michalski
178+
- affanv14
202179
- Amjad Almahairi
203180
- Ray Donnelly
204181
- Tim Cooijmans
@@ -225,7 +202,6 @@ Commiters since 0.8.0:
225202
- Xavier Bouthillier
226203
- p
227204
- texot
228-
- Aarni Koskela
229205
- Andrés Gottlieb
230206
- Ben Poole
231207
- Bhavishya Pohani

0 commit comments

Comments
 (0)