File tree 21 files changed +38
-38
lines changed
21 files changed +38
-38
lines changed Original file line number Diff line number Diff line change 1
1
Package: mxnet
2
2
Type: Package
3
3
Title: MXNet: A Flexible and Efficient Machine Learning Library for Heterogeneous Distributed Systems
4
- Version: 1.1 .0
4
+ Version: 1.2 .0
5
5
Date: 2017-06-27
6
6
Author: Tianqi Chen, Qiang Kou, Tong He
7
7
Maintainer: Qiang Kou <qkou@qkou.info>
Original file line number Diff line number Diff line change 111
111
/* ! \brief major version */
112
112
#define MXNET_MAJOR 1
113
113
/* ! \brief minor version */
114
- #define MXNET_MINOR 1
114
+ #define MXNET_MINOR 2
115
115
/* ! \brief patch version */
116
116
#define MXNET_PATCH 0
117
117
/* ! \brief mxnet version */
Original file line number Diff line number Diff line change @@ -61,4 +61,4 @@ def find_lib_path():
61
61
62
62
63
63
# current version
64
- __version__ = "1.1 .0"
64
+ __version__ = "1.2 .0"
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >ml.dmlc.mxnet</groupId >
8
8
<artifactId >mxnet-full-parent_2.11</artifactId >
9
- <version >1.1 .0-SNAPSHOT</version >
9
+ <version >1.2 .0-SNAPSHOT</version >
10
10
<relativePath >../pom.xml</relativePath >
11
11
</parent >
12
12
18
18
<dependency >
19
19
<groupId >ml.dmlc.mxnet</groupId >
20
20
<artifactId >mxnet-core_${scala.binary.version}</artifactId >
21
- <version >1.1 .0-SNAPSHOT</version >
21
+ <version >1.2 .0-SNAPSHOT</version >
22
22
</dependency >
23
23
<dependency >
24
24
<groupId >ml.dmlc.mxnet</groupId >
25
25
<artifactId >libmxnet-scala-linux-x86_64-cpu</artifactId >
26
- <version >1.1 .0-SNAPSHOT</version >
26
+ <version >1.2 .0-SNAPSHOT</version >
27
27
<type >so</type >
28
28
</dependency >
29
29
</dependencies >
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >ml.dmlc.mxnet</groupId >
8
8
<artifactId >mxnet-full-parent_2.11</artifactId >
9
- <version >1.1 .0-SNAPSHOT</version >
9
+ <version >1.2 .0-SNAPSHOT</version >
10
10
<relativePath >../pom.xml</relativePath >
11
11
</parent >
12
12
18
18
<dependency >
19
19
<groupId >ml.dmlc.mxnet</groupId >
20
20
<artifactId >mxnet-core_${scala.binary.version}</artifactId >
21
- <version >1.1 .0-SNAPSHOT</version >
21
+ <version >1.2 .0-SNAPSHOT</version >
22
22
</dependency >
23
23
<dependency >
24
24
<groupId >ml.dmlc.mxnet</groupId >
25
25
<artifactId >libmxnet-scala-linux-x86_64-gpu</artifactId >
26
- <version >1.1 .0-SNAPSHOT</version >
26
+ <version >1.2 .0-SNAPSHOT</version >
27
27
<type >so</type >
28
28
</dependency >
29
29
</dependencies >
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >ml.dmlc.mxnet</groupId >
8
8
<artifactId >mxnet-full-parent_2.11</artifactId >
9
- <version >1.1 .0-SNAPSHOT</version >
9
+ <version >1.2 .0-SNAPSHOT</version >
10
10
<relativePath >../pom.xml</relativePath >
11
11
</parent >
12
12
18
18
<dependency >
19
19
<groupId >ml.dmlc.mxnet</groupId >
20
20
<artifactId >mxnet-core_${scala.binary.version}</artifactId >
21
- <version >1.1 .0-SNAPSHOT</version >
21
+ <version >1.2 .0-SNAPSHOT</version >
22
22
</dependency >
23
23
<dependency >
24
24
<groupId >ml.dmlc.mxnet</groupId >
25
25
<artifactId >libmxnet-scala-osx-x86_64-cpu</artifactId >
26
- <version >1.1 .0-SNAPSHOT</version >
26
+ <version >1.2 .0-SNAPSHOT</version >
27
27
<type >jnilib</type >
28
28
</dependency >
29
29
</dependencies >
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >ml.dmlc.mxnet</groupId >
8
8
<artifactId >mxnet-parent_2.11</artifactId >
9
- <version >1.1 .0-SNAPSHOT</version >
9
+ <version >1.2 .0-SNAPSHOT</version >
10
10
<relativePath >../pom.xml</relativePath >
11
11
</parent >
12
12
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >ml.dmlc.mxnet</groupId >
8
8
<artifactId >mxnet-parent_2.11</artifactId >
9
- <version >1.1 .0-SNAPSHOT</version >
9
+ <version >1.2 .0-SNAPSHOT</version >
10
10
<relativePath >../pom.xml</relativePath >
11
11
</parent >
12
12
71
71
<dependency >
72
72
<groupId >ml.dmlc.mxnet</groupId >
73
73
<artifactId >mxnet-init_${scala.binary.version}</artifactId >
74
- <version >1.1 .0-SNAPSHOT</version >
74
+ <version >1.2 .0-SNAPSHOT</version >
75
75
<scope >provided</scope >
76
76
</dependency >
77
77
<dependency >
78
78
<groupId >ml.dmlc.mxnet</groupId >
79
79
<artifactId >mxnet-macros_${scala.binary.version}</artifactId >
80
- <version >1.1 .0-SNAPSHOT</version >
80
+ <version >1.2 .0-SNAPSHOT</version >
81
81
<scope >provided</scope >
82
82
</dependency >
83
83
</dependencies >
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >ml.dmlc.mxnet</groupId >
8
8
<artifactId >mxnet-parent_2.11</artifactId >
9
- <version >1.1 .0-SNAPSHOT</version >
9
+ <version >1.2 .0-SNAPSHOT</version >
10
10
<relativePath >../pom.xml</relativePath >
11
11
</parent >
12
12
118
118
<dependency >
119
119
<groupId >ml.dmlc.mxnet</groupId >
120
120
<artifactId >mxnet-core_${scala.binary.version}</artifactId >
121
- <version >1.1 .0-SNAPSHOT</version >
121
+ <version >1.2 .0-SNAPSHOT</version >
122
122
<scope >provided</scope >
123
123
</dependency >
124
124
<dependency >
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >ml.dmlc.mxnet</groupId >
8
8
<artifactId >mxnet-scala-init-native-parent</artifactId >
9
- <version >1.1 .0-SNAPSHOT</version >
9
+ <version >1.2 .0-SNAPSHOT</version >
10
10
<relativePath >../pom.xml</relativePath >
11
11
</parent >
12
12
20
20
<dependency >
21
21
<groupId >ml.dmlc.mxnet</groupId >
22
22
<artifactId >mxnet-init_${scala.binary.version}</artifactId >
23
- <version >1.1 .0-SNAPSHOT</version >
23
+ <version >1.2 .0-SNAPSHOT</version >
24
24
<type >jar</type >
25
25
<scope >compile</scope >
26
26
</dependency >
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >ml.dmlc.mxnet</groupId >
8
8
<artifactId >mxnet-scala-init-native-parent</artifactId >
9
- <version >1.1 .0-SNAPSHOT</version >
9
+ <version >1.2 .0-SNAPSHOT</version >
10
10
<relativePath >../pom.xml</relativePath >
11
11
</parent >
12
12
20
20
<dependency >
21
21
<groupId >ml.dmlc.mxnet</groupId >
22
22
<artifactId >mxnet-init_${scala.binary.version}</artifactId >
23
- <version >1.1 .0-SNAPSHOT</version >
23
+ <version >1.2 .0-SNAPSHOT</version >
24
24
<type >jar</type >
25
25
<scope >compile</scope >
26
26
</dependency >
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >ml.dmlc.mxnet</groupId >
8
8
<artifactId >mxnet-parent_2.11</artifactId >
9
- <version >1.1 .0-SNAPSHOT</version >
9
+ <version >1.2 .0-SNAPSHOT</version >
10
10
<relativePath >../pom.xml</relativePath >
11
11
</parent >
12
12
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >ml.dmlc.mxnet</groupId >
8
8
<artifactId >mxnet-parent_2.11</artifactId >
9
- <version >1.1 .0-SNAPSHOT</version >
9
+ <version >1.2 .0-SNAPSHOT</version >
10
10
<!-- <relativePath>../pom.xml</relativePath>-->
11
11
</parent >
12
12
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >ml.dmlc.mxnet</groupId >
8
8
<artifactId >mxnet-parent_2.11</artifactId >
9
- <version >1.1 .0-SNAPSHOT</version >
9
+ <version >1.2 .0-SNAPSHOT</version >
10
10
<relativePath >../pom.xml</relativePath >
11
11
</parent >
12
12
41
41
<dependency >
42
42
<groupId >ml.dmlc.mxnet</groupId >
43
43
<artifactId >mxnet-init_${scala.binary.version}</artifactId >
44
- <version >1.1 .0-SNAPSHOT</version >
44
+ <version >1.2 .0-SNAPSHOT</version >
45
45
<scope >provided</scope >
46
46
</dependency >
47
47
<dependency >
48
48
<groupId >ml.dmlc.mxnet</groupId >
49
49
<artifactId >libmxnet-init-scala-${platform}</artifactId >
50
- <version >1.1 .0-SNAPSHOT</version >
50
+ <version >1.2 .0-SNAPSHOT</version >
51
51
<scope >provided</scope >
52
52
<type >${libtype} </type >
53
53
</dependency >
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >ml.dmlc.mxnet</groupId >
8
8
<artifactId >mxnet-scala-native-parent</artifactId >
9
- <version >1.1 .0-SNAPSHOT</version >
9
+ <version >1.2 .0-SNAPSHOT</version >
10
10
<relativePath >../pom.xml</relativePath >
11
11
</parent >
12
12
20
20
<dependency >
21
21
<groupId >ml.dmlc.mxnet</groupId >
22
22
<artifactId >mxnet-core_${scala.binary.version}</artifactId >
23
- <version >1.1 .0-SNAPSHOT</version >
23
+ <version >1.2 .0-SNAPSHOT</version >
24
24
<type >jar</type >
25
25
<scope >compile</scope >
26
26
</dependency >
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >ml.dmlc.mxnet</groupId >
8
8
<artifactId >mxnet-scala-native-parent</artifactId >
9
- <version >1.1 .0-SNAPSHOT</version >
9
+ <version >1.2 .0-SNAPSHOT</version >
10
10
<relativePath >../pom.xml</relativePath >
11
11
</parent >
12
12
20
20
<dependency >
21
21
<groupId >ml.dmlc.mxnet</groupId >
22
22
<artifactId >mxnet-core_${scala.binary.version}</artifactId >
23
- <version >1.1 .0-SNAPSHOT</version >
23
+ <version >1.2 .0-SNAPSHOT</version >
24
24
<type >jar</type >
25
25
<scope >compile</scope >
26
26
</dependency >
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >ml.dmlc.mxnet</groupId >
8
8
<artifactId >mxnet-scala-native-parent</artifactId >
9
- <version >1.1 .0-SNAPSHOT</version >
9
+ <version >1.2 .0-SNAPSHOT</version >
10
10
<relativePath >../pom.xml</relativePath >
11
11
</parent >
12
12
20
20
<dependency >
21
21
<groupId >ml.dmlc.mxnet</groupId >
22
22
<artifactId >mxnet-core_${scala.binary.version}</artifactId >
23
- <version >1.1 .0-SNAPSHOT</version >
23
+ <version >1.2 .0-SNAPSHOT</version >
24
24
<type >jar</type >
25
25
<scope >compile</scope >
26
26
</dependency >
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >ml.dmlc.mxnet</groupId >
8
8
<artifactId >mxnet-parent_2.11</artifactId >
9
- <version >1.1 .0-SNAPSHOT</version >
9
+ <version >1.2 .0-SNAPSHOT</version >
10
10
<relativePath >../pom.xml</relativePath >
11
11
</parent >
12
12
Original file line number Diff line number Diff line change 5
5
<modelVersion >4.0.0</modelVersion >
6
6
<groupId >ml.dmlc.mxnet</groupId >
7
7
<artifactId >mxnet-parent_2.11</artifactId >
8
- <version >1.1 .0-SNAPSHOT</version >
8
+ <version >1.2 .0-SNAPSHOT</version >
9
9
<name >MXNet Scala Package - Parent</name >
10
10
<url >https://github.com/dmlc/mxnet/tree/master/scala-package</url >
11
11
<description >MXNet Scala Package</description >
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >ml.dmlc.mxnet</groupId >
8
8
<artifactId >mxnet-parent_2.11</artifactId >
9
- <version >1.1 .0-SNAPSHOT</version >
9
+ <version >1.2 .0-SNAPSHOT</version >
10
10
<relativePath >../pom.xml</relativePath >
11
11
</parent >
12
12
21
21
<dependency >
22
22
<groupId >ml.dmlc.mxnet</groupId >
23
23
<artifactId >mxnet-core_${scala.binary.version}</artifactId >
24
- <version >1.1 .0-SNAPSHOT</version >
24
+ <version >1.2 .0-SNAPSHOT</version >
25
25
<scope >provided</scope >
26
26
</dependency >
27
27
<dependency >
Original file line number Diff line number Diff line change 1
1
name : mxnet
2
- version : ' 1.1 .0'
2
+ version : ' 1.2 .0'
3
3
summary : MXNet is a deep learning framework designed for efficiency and flexibility.
4
4
description : |
5
5
MXNet is a deep learning framework designed for both efficiency and
You can’t perform that action at this time.
0 commit comments