Skip to content

Commit 8e22171

Browse files
committed
Ver 0.39.3
Update puruspe version to 0.4.0
2 parents 5e76ad1 + d80aa90 commit 8e22171

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "peroxide"
3-
version = "0.39.2"
3+
version = "0.39.3"
44
authors = ["axect <axect@outlook.kr>"]
55
edition = "2018"
66
description = "Rust comprehensive scientific computation library contains linear algebra, numerical analysis, statistics and machine learning tools with farmiliar syntax"
@@ -32,7 +32,7 @@ csv = { version = "1.3", optional = true, default-features = false }
3232
rand = { version = "0.8", features = ["small_rng"] }
3333
rand_distr = "0.4"
3434
order-stat = "0.1"
35-
puruspe = "0.3"
35+
puruspe = "0.4"
3636
matrixmultiply = { version = "0.3", features = ["threading"] }
3737
peroxide-ad = "0.3"
3838
peroxide-num = "0.1"

RELEASES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# Release 0.39.3 (2025-03-13)
2+
3+
- Update `puruspe` to `0.4.0`
4+
15
# Release 0.39.2 (2025-02-06)
26

37
- Implement `Broyden` method for `GL4`

0 commit comments

Comments
 (0)