Skip to content

Commit de6b1a8

Browse files
committed
Merge branch 'release' into dev
2 parents f113867 + 84b682b commit de6b1a8

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "peroxide"
3-
version = "0.39.8"
3+
version = "0.39.9"
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"

RELEASES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# Release 0.39.9 (2025-07-10)
2+
3+
- Change implementation of Gauss-Legendre 4th order method
4+
15
# Release 0.39.8 (2025-06-23)
26

37
- Implement `LogNormal` distribution

0 commit comments

Comments
 (0)