Skip to content

Commit 2e8f00c

Browse files
committed
Merge 0.3.1 release
1 parent 931a3b7 commit 2e8f00c

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -61,12 +61,12 @@ systems, you should add the following dependencies:
6161
<dependency>
6262
<groupId>org.tensorflow</groupId>
6363
<artifactId>tensorflow-core-api</artifactId>
64-
<version>0.3.0</version>
64+
<version>0.3.1</version>
6565
</dependency>
6666
<dependency>
6767
<groupId>org.tensorflow</groupId>
6868
<artifactId>tensorflow-core-api</artifactId>
69-
<version>0.3.0</version>
69+
<version>0.3.1</version>
7070
<classifier>linux-x86_64${javacpp.platform.extension}</classifier>
7171
</dependency>
7272
```
@@ -77,24 +77,24 @@ native dependencies as follows:
7777
<dependency>
7878
<groupId>org.tensorflow</groupId>
7979
<artifactId>tensorflow-core-api</artifactId>
80-
<version>0.3.0</version>
80+
<version>0.3.1</version>
8181
</dependency>
8282
<dependency>
8383
<groupId>org.tensorflow</groupId>
8484
<artifactId>tensorflow-core-api</artifactId>
85-
<version>0.3.0</version>
85+
<version>0.3.1</version>
8686
<classifier>linux-x86_64${javacpp.platform.extension}</classifier>
8787
</dependency>
8888
<dependency>
8989
<groupId>org.tensorflow</groupId>
9090
<artifactId>tensorflow-core-api</artifactId>
91-
<version>0.3.0</version>
91+
<version>0.3.1</version>
9292
<classifier>macosx-x86_64${javacpp.platform.extension}</classifier>
9393
</dependency>
9494
<dependency>
9595
<groupId>org.tensorflow</groupId>
9696
<artifactId>tensorflow-core-api</artifactId>
97-
<version>0.3.0</version>
97+
<version>0.3.1</version>
9898
<classifier>windows-x86_64${javacpp.platform.extension}</classifier>
9999
</dependency>
100100
```
@@ -107,7 +107,7 @@ artifact includes transitively all the artifacts above as a single dependency:
107107
<dependency>
108108
<groupId>org.tensorflow</groupId>
109109
<artifactId>tensorflow-core-platform${javacpp.platform.extension}</artifactId>
110-
<version>0.3.0</version>
110+
<version>0.3.1</version>
111111
</dependency>
112112
```
113113

@@ -150,6 +150,7 @@ This table shows the mapping between different version of TensorFlow for Java an
150150
| ------------- | ------------- |
151151
| 0.2.0 | 2.3.1 |
152152
| 0.3.0 | 2.4.1 |
153+
| 0.3.1 | 2.4.1 |
153154
| 0.4.0-SNAPSHOT | 2.4.1
154155

155156
## How to Contribute?

ndarray/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ To import the NdArray library in your project, simply add the following dependen
1111
<dependency>
1212
<groupId>org.tensorflow</groupId>
1313
<artifactId>ndarray</artifactId>
14-
<version>0.3.0</version>
14+
<version>0.3.1</version>
1515
</dependency>
1616
```
1717

0 commit comments

Comments
 (0)