Skip to content

Commit 6ffd6b0

Browse files
committed
Merge branch 'release' into dev
2 parents 80deb3a + ff33644 commit 6ffd6b0

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.10"
3+
version = "0.39.11"
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: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# Release 0.39.11 (2025-07-22)
2+
3+
- Implement `derivative` and `integral` of B-Spline
4+
5+
16
# Release 0.39.10 (2025-07-11)
27

38
- Fixed a bug in the adaptive step size control for all embedded Runge-Kutta methods.

0 commit comments

Comments
 (0)