Skip to content

Commit 5d5077f

Browse files
committed
Merge branch 'release' into dev
2 parents 42d4d5b + eb67568 commit 5d5077f

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
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.0"
3+
version = "0.39.1"
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"
@@ -14,7 +14,7 @@ exclude = [
1414
"example_data/",
1515
"src/bin/",
1616
"benches/",
17-
"example/",
17+
"examples/",
1818
"test_data/",
1919
"peroxide-ad2",
2020
]

RELEASES.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
1-
# Release 0.39.1 (In progress)
1+
# Release 0.39.1 (2025-02-06)
22

33
- Add `lambert_w` doc for crate docs [#82](https://github.com/Axect/Peroxide/pull/82) (Thanks to [@JSorngard](https://github.com/JSorngard))
44

5-
# Release 0.39.0 (2024-11-22)
5+
- Add default signature for `linspace!` [#85](https://github.com/Axect/Peroxide/pull/85) (Thanks to [@tarolling](https://github.com/tarolling))
6+
7+
- Fix a bug in `ButcherTableau::step`
8+
9+
- Add another example for ODE (`examples/ode_test_orbit.rs`)
10+
11+
# Release 0.39.0 (2024-11-22) (Yanked)
612

713
- Decouple `initial_conditions` from `ODEProblem`
814
- Now, we can define `initial_conditions` in solving phase

0 commit comments

Comments
 (0)