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 f6b2e9a commit 358ce26Copy full SHA for 358ce26
README.md
@@ -10,7 +10,7 @@ repositories {
10
}
11
12
dependencies {
13
- implementation("com.martmists.ndarray-simd:ndarray-simd:1.4.3")
+ implementation("com.martmists.ndarray-simd:ndarray-simd:1.4.4")
14
15
```
16
build.gradle.kts
@@ -14,7 +14,7 @@ plugins {
group = "com.martmists.ndarray-simd"
17
-version = "1.4.3"
+version = "1.4.4"
18
val isProduction = (findProperty("production") ?: System.getProperty("production")) != null
19
20
repositories {
0 commit comments