File tree 3 files changed +12
-6
lines changed
3 files changed +12
-6
lines changed Original file line number Diff line number Diff line change 1
- Rlease 0.6.1 - 2017/10/29
2
- -------------------------
1
+ Release 0.6.2 - 2018/02/21
2
+ --------------------------
3
+
4
+ - cuDNN v7.0.5 and v7.0.4 are supported (#58 thank you @kmaehashi, #61)
5
+
6
+
7
+ Release 0.6.1 - 2017/10/29
8
+ --------------------------
3
9
4
10
- cuDNN v7.0.3 and v7.0.2 are supported (#56)
5
11
6
12
7
- Rlease 0.6.0 - 2017/8/4
8
- -----------------------
13
+ Release 0.6.0 - 2017/8/4
14
+ ------------------------
9
15
10
16
- cuDNN v7 is supported (#50)
11
17
- sha256sum format problem is solved (#48 thank you @rooa, #53)
Original file line number Diff line number Diff line change 10
10
import sys
11
11
import tempfile
12
12
13
- __version__ = '0.6.1 '
13
+ __version__ = '0.6.2 '
14
14
15
15
16
16
if int (platform .python_version_tuple ()[0 ]) >= 3 :
Original file line number Diff line number Diff line change 5
5
6
6
setup (
7
7
name = 'cudnnenv' ,
8
- version = '0.6.1 ' ,
8
+ version = '0.6.2 ' ,
9
9
description = 'cudnn environment manager' ,
10
10
long_description = open ('README.rst' ).read (),
11
11
author = 'Yuya Unno' ,
You can’t perform that action at this time.
0 commit comments