Skip to content

Commit

Permalink
RLSE: Ver 0.34.5
Browse files Browse the repository at this point in the history
- Derive Serialize and Deserialize with serde for CubicHermiteSpline
  • Loading branch information
Axect committed Feb 8, 2024
1 parent 95d45fd commit f196597
Show file tree
Hide file tree
Showing 2 changed files with 5 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.34.4"
version = "0.34.5"
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 Down
4 changes: 4 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Release 0.34.5 (2024-02-08)

* Derive `Serialize` and `Deserialize` for `CubicHermiteSpline`

# Release 0.34.4 (2024-01-28)

* Derive `Serialize` and `Deserialize` for `Matrix`
Expand Down

0 comments on commit f196597

Please sign in to comment.