Skip to content

Commit

Permalink
add gte and lte, docs, more constructors
Browse files Browse the repository at this point in the history
closes #2

Signed-off-by: Martmists <[email protected]>
  • Loading branch information
Martmists-GH committed Jul 21, 2024
1 parent 605cea2 commit 3525ba1
Show file tree
Hide file tree
Showing 16 changed files with 1,790 additions and 48 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repositories {
}

dependencies {
implementation("com.martmists.ndarray-simd:ndarray-simd:1.0.6")
implementation("com.martmists.ndarray-simd:ndarray-simd:1.0.7")
}
```

Expand Down
4 changes: 3 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,16 @@ plugins {
}

group = "com.martmists.ndarray-simd"
version = "1.0.6"
version = "1.0.7"
val isProduction = (findProperty("production") ?: System.getProperty("production")) != null

repositories {
mavenCentral()
}

kotlin {
withSourcesJar()

jvm()

val natives = if (isProduction) {
Expand Down
Loading

0 comments on commit 3525ba1

Please sign in to comment.