Skip to content

Commit 935ee69

Browse files
committed
Merge branch 'release' into dev
2 parents 1edaf93 + eb6c18f commit 935ee69

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "peroxide"
3-
version = "0.30.6"
3+
version = "0.30.7"
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"

RELEASES.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1-
# Release 0.30.7 (Candidates)
1+
# Release 0.30.7 (2021-05-14)
22

33
* Change signature of `cubic_spline`
44
* Originally, `(Vec<f64>, Vec<f64>) -> Vec<Polynomial>`
55
* Now, `(&Vec<f64>, &Vec<f64>) -> CubicSpline`
6+
* Add Truncated SVD
7+
* Add `truncated(&self)` method for `SVD`
68

79
# Release 0.30.6 (2021-03-31)
810

0 commit comments

Comments
 (0)