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 9236250 commit adf90f9Copy full SHA for adf90f9
README.md
@@ -12,7 +12,7 @@ repositories {
12
}
13
14
dependencies {
15
- implementation("com.martmists.ndarray-simd:ndarray-simd:1.6.0")
+ implementation("com.martmists.ndarray-simd:ndarray-simd:1.7.0")
16
17
```
18
build.gradle.kts
@@ -17,7 +17,7 @@ plugins {
19
group = "com.martmists.ndarray-simd"
20
-version = "1.6.0"
+version = "1.7.0"
21
val isProduction = (findProperty("production") ?: System.getProperty("production")) != null
22
23
repositories {
0 commit comments