Skip to content

Commit 07cd30f

Browse files
committed
Modifications for 1.0.3 release
1 parent 6303fb1 commit 07cd30f

File tree

6 files changed

+49
-24
lines changed

6 files changed

+49
-24
lines changed

.mailmap

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ abalkin <[email protected]> Alexander Belopolsky <[email protected]>
1717
abalkin <[email protected]> Alexander Belopolsky <[email protected]>
1818
Adam Becker <[email protected]> khaotik <[email protected]>
1919
Adam Becker <[email protected]> khaotik <[email protected]>
20+
Adrian Seyboldt <[email protected]> aseyboldt <[email protected]>
2021
Aleksandar Botev <[email protected]> botev <[email protected]>
2122
Alex Lamb <[email protected]> AlexLamb <[email protected]>
2223
Alex Lamb <[email protected]> DeathMonster666 <[email protected]>
@@ -242,6 +243,7 @@ Steven Bocco <[email protected]> Seton Steven Bocco <[email protected]
242243
Steven Bocco <[email protected]> Seton Steven Bocco <[email protected]>
243244
Steven Pigeon <[email protected]> steven-pigeon <[email protected]>
244245
Thomas George <[email protected]> Thomas George <[email protected]>
246+
Thomas Wiecki <[email protected]> twiecki <[email protected]>
245247
Valentin Bisson <[email protected]> onze <[email protected]>
246248
Xavier Bouthillier <[email protected]> Xavier Bouthillier <[email protected]>
247249
Xavier Bouthillier <[email protected]> Xavier Bouthillier/ <[email protected]>

HISTORY.txt

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,39 @@
55
Old Release Notes
66
=================
77

8+
Theano 1.0.2 (23rd of May, 2018)
9+
====================================
10+
11+
This is a maintenance release of Theano, version ``1.0.2``, with no
12+
new features, but some important bug fixes.
13+
14+
We recommend that everybody update to this version.
15+
16+
Highlights (since 1.0.1):
17+
18+
- Theano should work under PyPy now (this is experimental).
19+
- Update for cuDNN 7.1 RNN API changes.
20+
- Fix for a crash related to mixed dtypes with cuDNN convolutions.
21+
- MAGMA should work in more cases without manual config.
22+
- Handle reductions with non-default accumulator dtype better on the GPU.
23+
- Improvements to the test suite so that it fails less often due to
24+
random chance.
25+
26+
A total of 6 people contributed to this release since ``1.0.1``:
27+
28+
- Frederic Bastien
29+
- Steven Bocco
30+
- Jon Haygood
31+
- Arnaud Bergeron
32+
- Jordan Melendez
33+
- Desiree Vogt-Lee
34+
- Garming Sam
35+
- Pascal Lamblin
36+
- Vincent Dumoulin
37+
- Glexin
38+
- Simon Lefrancois
39+
40+
841
Theano 1.0.1 (6th of December, 2017)
942
====================================
1043

NEWS.txt

Lines changed: 11 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -2,34 +2,24 @@
22
Release Notes
33
=============
44

5-
Theano 1.0.2 (23rd of May, 2018)
6-
====================================
5+
Theano 1.0.3 (20th of September 2018)
6+
=====================================
77

8-
This is a maintenance release of Theano, version ``1.0.2``, with no
8+
This is a maintenance release of Theano, version ``1.0.3``, with no
99
new features, but some important bug fixes.
1010

1111
We recommend that everybody update to this version.
1212

13-
Highlights (since 1.0.1):
13+
Highlights (since 1.0.2):
1414

15-
- Theano should work under PyPy now (this is experimental).
16-
- Update for cuDNN 7.1 RNN API changes.
17-
- Fix for a crash related to mixed dtypes with cuDNN convolutions.
18-
- MAGMA should work in more cases without manual config.
19-
- Handle reductions with non-default accumulator dtype better on the GPU.
20-
- Improvements to the test suite so that it fails less often due to
21-
random chance.
15+
- Theano is now compatible with Python 3.7
16+
- Broadcasting for sparse dot products works correctly
17+
- Subtensor grads do not return int anymore
2218

23-
A total of 6 people contributed to this release since ``1.0.1``:
19+
A total of 5 people contributed to this release since ``1.0.2``:
2420

2521
- Frederic Bastien
26-
- Steven Bocco
27-
- Jon Haygood
2822
- Arnaud Bergeron
29-
- Jordan Melendez
30-
- Desiree Vogt-Lee
31-
- Garming Sam
32-
- Pascal Lamblin
33-
- Vincent Dumoulin
34-
- Glexin
35-
- Simon Lefrancois
23+
- Dmitry Mottl
24+
- Adrian Seyboldt
25+
- Thomas Wiecki

doc/library/config.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -567,7 +567,7 @@ import theano and print the config variable, as in:
567567

568568
String value: ``'None'``, ``'all'``, ``'0.3'``, ``'0.4'``, ``'0.4.1'``,
569569
``'0.5'``, ``'0.6'``, ``'0.7'``, ``'0.8'``, ``'0.8.1'``, ``'0.8.2'``,
570-
``'0.9'``, ``'0.10'``, ``'1.0'``, ``'1.0.1'``, ``'1.0.2'``
570+
``'0.9'``, ``'0.10'``, ``'1.0'``, ``'1.0.1'``, ``'1.0.2'``, ``'1.0.3'``
571571

572572
Default: ``'0.9'``
573573

theano/configdefaults.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -752,7 +752,7 @@ def warn_cxx(val):
752752
"[warn] flags."),
753753
EnumStr('0.9', 'None', 'all', '0.3', '0.4', '0.4.1', '0.5', '0.6',
754754
'0.7', '0.8', '0.8.1', '0.8.2', '0.9', '0.10', '1.0',
755-
'1.0.1', '1.0.2',
755+
'1.0.1', '1.0.2', '1.0.3',
756756
allow_override=False),
757757
in_c_key=False)
758758

theano/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
from theano._version import get_versions
44

5-
FALLBACK_VERSION = "1.0.2+unknown"
5+
FALLBACK_VERSION = "1.0.3+unknown"
66

77
info = get_versions()
88
if info['error'] is not None:

0 commit comments

Comments
 (0)