|
4 | 4 | Release Notes
|
5 | 5 | =============
|
6 | 6 |
|
7 |
| -Theano 0.6rc4 (November 25th, 2013) |
| 7 | +Theano 0.6rc5 (November 25th, 2013) |
8 | 8 | ===================================
|
9 | 9 |
|
10 | 10 | We recommend that everybody update to this version.
|
11 | 11 |
|
12 | 12 | We plan to release 0.6 in one week if there is no problem introduced
|
13 | 13 | with this release candidate.
|
14 | 14 |
|
| 15 | +Theano 0.6rc4 was skipped due to a problem with pypi |
| 16 | + |
15 | 17 | Highlights:
|
16 | 18 | * Python 3.3 compatibility with buildbot test for it.
|
17 | 19 | * Full advanced indexing support.
|
@@ -278,13 +280,14 @@ Others:
|
278 | 280 | * Add utt.asset_allclose(a, b) to have better error message. (Frederic B.)
|
279 | 281 | * Better error message with compute_test_value (Frederic, reported by John Salvatier)
|
280 | 282 | * Stochastic order behavior fix (Frederic B.)
|
| 283 | + |
281 | 284 | * Simpler initial graph for subtensor infer shape (Olivier D.)
|
282 | 285 | The optimization was doing the optimization, but this allows better reading of the graph before optimization.
|
283 | 286 | * Better detection of non-aligned ndarray (Frederic B.)
|
284 | 287 | * Update MRG multinomial gradient to the new interface (Mehdi Mirza)
|
285 | 288 | * Implement Image2Neibs.perform() to help debug (Frederic B.)
|
286 | 289 | * Remove some Theano flags from the compilation key (Frederic B.)
|
287 |
| - * Make theano-nose work on executable *.py files. (Alistair Muldal) |
| 290 | + * Make theano-nose work on executable '\*.py' files. (Alistair Muldal) |
288 | 291 | * Make theano-nose work with older nose version (Frederic B.)
|
289 | 292 | * Add extra debug info in verify_grad() (Frederic B.)
|
290 | 293 |
|
|
0 commit comments