We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ace82c commit 84379d3Copy full SHA for 84379d3
README.md
@@ -30,7 +30,7 @@ Matrices in *JAMU* are internally backed by 1-dimensional Java arrays in column-
30
<dependency>
31
<groupId>net.sourceforge.streamsupport</groupId>
32
<artifactId>jamu</artifactId>
33
- <version>1.4.4</version>
+ <version>1.4.5</version>
34
</dependency>
35
```
36
pom.xml
@@ -4,7 +4,7 @@
4
5
6
<packaging>jar</packaging>
7
- <version>1.4.5-SNAPSHOT</version>
8
<name>JAMU</name>
9
<description>Java Matrix Utilities built on top of Intel MKL</description>
10
<url>https://github.com/stefan-zobel/JAMU/</url>
0 commit comments