Skip to content

Commit d64a117

Browse files
committed
Update changelog
1 parent 845aea0 commit d64a117

File tree

5 files changed

+7
-5
lines changed

5 files changed

+7
-5
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
## Unreleased
44

55
### Added
6+
- More statistics functions by @qwazer
67
- Fit accessors with Attribute
78

89
### Changed
@@ -11,6 +12,7 @@
1112
### Deprecated
1213

1314
### Removed
15+
- Support for ND4J
1416

1517
### Fixed
1618

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ allprojects {
1515
}
1616

1717
group = "space.kscience"
18-
version = "0.5.0-dev-1"
18+
version = "0.5.0"
1919
}
2020

2121
dependencies {

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ kotlin.native.ignoreDisabledTargets=true
1212
org.jetbrains.dokka.experimental.gradle.pluginMode=V2Enabled
1313
kotlin.native.enableKlibsCrossCompilation=true
1414

15-
toolsVersion=0.20.0-kotlin-2.3.0-Beta1
15+
toolsVersion=0.20.2-kotlin-2.3.0

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ nd4j = "1.0.0-M2.1"
66
tensorflow = "1.0.0"
77

88
[libraries]
9-
attributes = "space.kscience:attributes-kt:0.3.0"
9+
attributes = "space.kscience:attributes-kt:0.4.0"
1010

1111
commons-math = "org.apache.commons:commons-math3:3.6.1"
1212

@@ -19,7 +19,7 @@ multik-default = { module = "org.jetbrains.kotlinx:multik-default", version.ref
1919
nd4j-api = { module = "org.nd4j:nd4j-api", version.ref = "nd4j" }
2020
nd4j-native-platform = { module = "org.nd4j:nd4j-native-platform", version.ref = "nd4j" }
2121

22-
ojalgo = "org.ojalgo:ojalgo:55.1.0"
22+
ojalgo = "org.ojalgo:ojalgo:56.2.0"
2323

2424

2525
tensorflow-core-api = {module = "org.tensorflow:tensorflow-core-api", version.ref="tensorflow"}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-9.1.0-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.2.1-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)