diff --git a/Cargo.toml b/Cargo.toml index c4fc2ce9..3c0f238d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "peroxide" -version = "0.35.0" +version = "0.35.1" authors = ["axect "] edition = "2018" description = "Rust comprehensive scientific computation library contains linear algebra, numerical analysis, statistics and machine learning tools with farmiliar syntax" diff --git a/RELEASES.md b/RELEASES.md index 60693bc3..808c1fe9 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1,3 +1,10 @@ +# Release 0.35.1 (2024-03-29) + +- Add `PlotType` for `Plot2D` + - `PlotType::Scatter` + - `PlotType::Line` (default) + - `PlotType::Bar` + # Release 0.35.0 (2024-03-29) ## Change some plot functions