Skip to content

Commit

Permalink
0.4.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
altavir committed Jan 27, 2025
1 parent bdc9d35 commit 06271fb
Show file tree
Hide file tree
Showing 25 changed files with 58 additions and 50 deletions.
14 changes: 11 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
## Unreleased

### Added
- Convenient matrix builders for rows, columns, vstacks and hstacks
- Sparse matrix builder

### Changed

Expand All @@ -13,10 +11,20 @@
### Removed

### Fixed
- Ojalgo conversion bug which made all converted matrices be zero.

### Security

## 0.4.2 - 2025-01-27

### Added

- Convenient matrix builders for rows, columns, vstacks and hstacks
- Sparse matrix builder

### Fixed

- Ojalgo conversion bug which made all converted matrices be zero.

## 0.4.1 - 2025-01-12

### Added
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# BenchmarksResult


> **Can't find appropriate benchmark data. Try generating readme files after running benchmarks**.

4 changes: 2 additions & 2 deletions kmath-ast/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Extensions to MST API: transformations, dynamic compilation and visualization.

## Artifact:

The Maven coordinates of this project are `space.kscience:kmath-ast:0.4.1`.
The Maven coordinates of this project are `space.kscience:kmath-ast:0.4.2`.

**Gradle Kotlin DSL:**
```kotlin
Expand All @@ -20,7 +20,7 @@ repositories {
}

dependencies {
implementation("space.kscience:kmath-ast:0.4.1")
implementation("space.kscience:kmath-ast:0.4.2")
}
```

Expand Down
4 changes: 2 additions & 2 deletions kmath-commons/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Commons math binding for kmath

## Artifact:

The Maven coordinates of this project are `space.kscience:kmath-commons:0.4.1`.
The Maven coordinates of this project are `space.kscience:kmath-commons:0.4.2`.

**Gradle Kotlin DSL:**
```kotlin
Expand All @@ -16,6 +16,6 @@ repositories {
}

dependencies {
implementation("space.kscience:kmath-commons:0.4.1")
implementation("space.kscience:kmath-commons:0.4.2")
}
```
4 changes: 2 additions & 2 deletions kmath-complex/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Complex and hypercomplex number systems in KMath.

## Artifact:

The Maven coordinates of this project are `space.kscience:kmath-complex:0.4.1`.
The Maven coordinates of this project are `space.kscience:kmath-complex:0.4.2`.

**Gradle Kotlin DSL:**
```kotlin
Expand All @@ -18,6 +18,6 @@ repositories {
}

dependencies {
implementation("space.kscience:kmath-complex:0.4.1")
implementation("space.kscience:kmath-complex:0.4.2")
}
```
4 changes: 2 additions & 2 deletions kmath-core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ The core interfaces of KMath.

## Artifact:

The Maven coordinates of this project are `space.kscience:kmath-core:0.4.1`.
The Maven coordinates of this project are `space.kscience:kmath-core:0.4.2`.

**Gradle Kotlin DSL:**
```kotlin
Expand All @@ -24,6 +24,6 @@ repositories {
}

dependencies {
implementation("space.kscience:kmath-core:0.4.1")
implementation("space.kscience:kmath-core:0.4.2")
}
```
4 changes: 2 additions & 2 deletions kmath-coroutines/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

## Artifact:

The Maven coordinates of this project are `space.kscience:kmath-coroutines:0.4.1`.
The Maven coordinates of this project are `space.kscience:kmath-coroutines:0.4.2`.

**Gradle Kotlin DSL:**
```kotlin
Expand All @@ -16,6 +16,6 @@ repositories {
}

dependencies {
implementation("space.kscience:kmath-coroutines:0.4.1")
implementation("space.kscience:kmath-coroutines:0.4.2")
}
```
4 changes: 2 additions & 2 deletions kmath-dimensions/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ A proof of concept module for adding type-safe dimensions to structures

## Artifact:

The Maven coordinates of this project are `space.kscience:kmath-dimensions:0.4.1`.
The Maven coordinates of this project are `space.kscience:kmath-dimensions:0.4.2`.

**Gradle Kotlin DSL:**
```kotlin
Expand All @@ -16,6 +16,6 @@ repositories {
}

dependencies {
implementation("space.kscience:kmath-dimensions:0.4.1")
implementation("space.kscience:kmath-dimensions:0.4.2")
}
```
4 changes: 2 additions & 2 deletions kmath-ejml/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ EJML based linear algebra implementation.

## Artifact:

The Maven coordinates of this project are `space.kscience:kmath-ejml:0.4.1`.
The Maven coordinates of this project are `space.kscience:kmath-ejml:0.4.2`.

**Gradle Kotlin DSL:**
```kotlin
Expand All @@ -19,6 +19,6 @@ repositories {
}

dependencies {
implementation("space.kscience:kmath-ejml:0.4.1")
implementation("space.kscience:kmath-ejml:0.4.2")
}
```
4 changes: 2 additions & 2 deletions kmath-for-real/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Specialization of KMath APIs for Double numbers.

## Artifact:

The Maven coordinates of this project are `space.kscience:kmath-for-real:0.4.1`.
The Maven coordinates of this project are `space.kscience:kmath-for-real:0.4.2`.

**Gradle Kotlin DSL:**
```kotlin
Expand All @@ -19,6 +19,6 @@ repositories {
}

dependencies {
implementation("space.kscience:kmath-for-real:0.4.1")
implementation("space.kscience:kmath-for-real:0.4.2")
}
```
4 changes: 2 additions & 2 deletions kmath-functions/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Functions and interpolations.

## Artifact:

The Maven coordinates of this project are `space.kscience:kmath-functions:0.4.1`.
The Maven coordinates of this project are `space.kscience:kmath-functions:0.4.2`.

**Gradle Kotlin DSL:**
```kotlin
Expand All @@ -21,6 +21,6 @@ repositories {
}

dependencies {
implementation("space.kscience:kmath-functions:0.4.1")
implementation("space.kscience:kmath-functions:0.4.2")
}
```
4 changes: 2 additions & 2 deletions kmath-geometry/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

## Artifact:

The Maven coordinates of this project are `space.kscience:kmath-geometry:0.4.1`.
The Maven coordinates of this project are `space.kscience:kmath-geometry:0.4.2`.

**Gradle Kotlin DSL:**
```kotlin
Expand All @@ -16,6 +16,6 @@ repositories {
}

dependencies {
implementation("space.kscience:kmath-geometry:0.4.1")
implementation("space.kscience:kmath-geometry:0.4.2")
}
```
4 changes: 2 additions & 2 deletions kmath-histograms/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

## Artifact:

The Maven coordinates of this project are `space.kscience:kmath-histograms:0.4.1`.
The Maven coordinates of this project are `space.kscience:kmath-histograms:0.4.2`.

**Gradle Kotlin DSL:**
```kotlin
Expand All @@ -16,6 +16,6 @@ repositories {
}

dependencies {
implementation("space.kscience:kmath-histograms:0.4.1")
implementation("space.kscience:kmath-histograms:0.4.2")
}
```
4 changes: 2 additions & 2 deletions kmath-jupyter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

## Artifact:

The Maven coordinates of this project are `space.kscience:kmath-jupyter:0.4.1`.
The Maven coordinates of this project are `space.kscience:kmath-jupyter:0.4.2`.

**Gradle Kotlin DSL:**
```kotlin
Expand All @@ -16,6 +16,6 @@ repositories {
}

dependencies {
implementation("space.kscience:kmath-jupyter:0.4.1")
implementation("space.kscience:kmath-jupyter:0.4.2")
}
```
4 changes: 2 additions & 2 deletions kmath-kotlingrad/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

## Artifact:

The Maven coordinates of this project are `space.kscience:kmath-kotlingrad:0.4.1`.
The Maven coordinates of this project are `space.kscience:kmath-kotlingrad:0.4.2`.

**Gradle Kotlin DSL:**
```kotlin
Expand All @@ -18,6 +18,6 @@ repositories {
}

dependencies {
implementation("space.kscience:kmath-kotlingrad:0.4.1")
implementation("space.kscience:kmath-kotlingrad:0.4.2")
}
```
4 changes: 2 additions & 2 deletions kmath-memory/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

## Artifact:

The Maven coordinates of this project are `space.kscience:kmath-memory:0.4.1`.
The Maven coordinates of this project are `space.kscience:kmath-memory:0.4.2`.

**Gradle Kotlin DSL:**
```kotlin
Expand All @@ -16,6 +16,6 @@ repositories {
}

dependencies {
implementation("space.kscience:kmath-memory:0.4.1")
implementation("space.kscience:kmath-memory:0.4.2")
}
```
4 changes: 2 additions & 2 deletions kmath-multik/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ JetBrains Multik connector

## Artifact:

The Maven coordinates of this project are `space.kscience:kmath-multik:0.4.1`.
The Maven coordinates of this project are `space.kscience:kmath-multik:0.4.2`.

**Gradle Kotlin DSL:**
```kotlin
Expand All @@ -16,6 +16,6 @@ repositories {
}

dependencies {
implementation("space.kscience:kmath-multik:0.4.1")
implementation("space.kscience:kmath-multik:0.4.2")
}
```
4 changes: 2 additions & 2 deletions kmath-nd4j/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ND4J based implementations of KMath abstractions.

## Artifact:

The Maven coordinates of this project are `space.kscience:kmath-nd4j:0.4.1`.
The Maven coordinates of this project are `space.kscience:kmath-nd4j:0.4.2`.

**Gradle Kotlin DSL:**
```kotlin
Expand All @@ -19,7 +19,7 @@ repositories {
}

dependencies {
implementation("space.kscience:kmath-nd4j:0.4.1")
implementation("space.kscience:kmath-nd4j:0.4.2")
}
```

Expand Down
4 changes: 2 additions & 2 deletions kmath-ojalgo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Ojalgo bindings for kmath

## Artifact:

The Maven coordinates of this project are `space.kscience:kmath-ojalgo:0.4.1`.
The Maven coordinates of this project are `space.kscience:kmath-ojalgo:0.4.2`.

**Gradle Kotlin DSL:**
```kotlin
Expand All @@ -16,6 +16,6 @@ repositories {
}

dependencies {
implementation("space.kscience:kmath-ojalgo:0.4.1")
implementation("space.kscience:kmath-ojalgo:0.4.2")
}
```
4 changes: 2 additions & 2 deletions kmath-optimization/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

## Artifact:

The Maven coordinates of this project are `space.kscience:kmath-optimization:0.4.1`.
The Maven coordinates of this project are `space.kscience:kmath-optimization:0.4.2`.

**Gradle Kotlin DSL:**
```kotlin
Expand All @@ -16,6 +16,6 @@ repositories {
}

dependencies {
implementation("space.kscience:kmath-optimization:0.4.1")
implementation("space.kscience:kmath-optimization:0.4.2")
}
```
4 changes: 2 additions & 2 deletions kmath-stat/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

## Artifact:

The Maven coordinates of this project are `space.kscience:kmath-stat:0.4.1`.
The Maven coordinates of this project are `space.kscience:kmath-stat:0.4.2`.

**Gradle Kotlin DSL:**
```kotlin
Expand All @@ -16,6 +16,6 @@ repositories {
}

dependencies {
implementation("space.kscience:kmath-stat:0.4.1")
implementation("space.kscience:kmath-stat:0.4.2")
}
```
4 changes: 2 additions & 2 deletions kmath-symja/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Symja integration module

## Artifact:

The Maven coordinates of this project are `space.kscience:kmath-symja:0.4.1`.
The Maven coordinates of this project are `space.kscience:kmath-symja:0.4.2`.

**Gradle Kotlin DSL:**
```kotlin
Expand All @@ -16,6 +16,6 @@ repositories {
}

dependencies {
implementation("space.kscience:kmath-symja:0.4.1")
implementation("space.kscience:kmath-symja:0.4.2")
}
```
4 changes: 2 additions & 2 deletions kmath-tensorflow/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Google tensorflow connector

## Artifact:

The Maven coordinates of this project are `space.kscience:kmath-tensorflow:0.4.1`.
The Maven coordinates of this project are `space.kscience:kmath-tensorflow:0.4.2`.

**Gradle Kotlin DSL:**
```kotlin
Expand All @@ -16,6 +16,6 @@ repositories {
}

dependencies {
implementation("space.kscience:kmath-tensorflow:0.4.1")
implementation("space.kscience:kmath-tensorflow:0.4.2")
}
```
Loading

0 comments on commit 06271fb

Please sign in to comment.