Skip to content

Commit

Permalink
Merge branch 'release' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Axect committed Feb 6, 2025
2 parents 42d4d5b + eb67568 commit 5d5077f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "peroxide"
version = "0.39.0"
version = "0.39.1"
authors = ["axect <[email protected]>"]
edition = "2018"
description = "Rust comprehensive scientific computation library contains linear algebra, numerical analysis, statistics and machine learning tools with farmiliar syntax"
Expand All @@ -14,7 +14,7 @@ exclude = [
"example_data/",
"src/bin/",
"benches/",
"example/",
"examples/",
"test_data/",
"peroxide-ad2",
]
Expand Down
10 changes: 8 additions & 2 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
# Release 0.39.1 (In progress)
# Release 0.39.1 (2025-02-06)

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

# Release 0.39.0 (2024-11-22)
- Add default signature for `linspace!` [#85](https://github.com/Axect/Peroxide/pull/85) (Thanks to [@tarolling](https://github.com/tarolling))

- Fix a bug in `ButcherTableau::step`

- Add another example for ODE (`examples/ode_test_orbit.rs`)

# Release 0.39.0 (2024-11-22) (Yanked)

- Decouple `initial_conditions` from `ODEProblem`
- Now, we can define `initial_conditions` in solving phase
Expand Down

0 comments on commit 5d5077f

Please sign in to comment.