Skip to content

Commit 571d93f

Browse files
committed
RLSE: Ver 0.39.10
- Fixed a bug in the adaptive step size control for all embedded Runge-Kutta methods. - Corrected the coefficient vector for the 7th order solution in the implementation.
1 parent 7cbf5a2 commit 571d93f

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-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.9"
3+
version = "0.39.10"
44
authors = ["axect <[email protected]>"]
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: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# Release 0.39.10 (2025-07-11)
2+
3+
- Fixed a bug in the adaptive step size control for all embedded Runge-Kutta methods.
4+
- Corrected the `BU` coefficient vector for the 7th order solution in the `RKF78` implementation.
5+
16
# Release 0.39.9 (2025-07-10)
27

38
- Change implementation of Gauss-Legendre 4th order method

0 commit comments

Comments
 (0)