Skip to content

Commit

Permalink
RLSE: Ver 0.36.4
Browse files Browse the repository at this point in the history
- More generic Butcher tableau
- More ODE integrators
  • Loading branch information
Axect committed Apr 11, 2024
1 parent b0bb99e commit b34c6fc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "peroxide"
version = "0.36.3"
version = "0.36.4"
authors = ["axect <axect@outlook.kr>"]
edition = "2018"
description = "Rust comprehensive scientific computation library contains linear algebra, numerical analysis, statistics and machine learning tools with farmiliar syntax"
Expand Down
7 changes: 7 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# Release 0.36.4 (2024-04-11)

- More generic Butcher tableau
- Now, you can use `ButcherTableau` for non-embedded methods too
- More ODE integrators
- `RALS3, RALS4, RK5, BS23`

# Release 0.36.3 (2024-04-10)

- Hotfix : Fix `GL4` algorithm
Expand Down

0 comments on commit b34c6fc

Please sign in to comment.