Skip to content

Commit c836287

Browse files
committed
RLSE: Ver 0.30.9
1 parent 2aa23f7 commit c836287

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "peroxide"
3-
version = "0.30.8"
3+
version = "0.30.9"
44
authors = ["axect <[email protected]>"]
55
edition = "2018"
66
description = "Rust comprehensive scientific computation library contains linear algebra, numerical analysis, statistics and machine learning tools with farmiliar syntax"
@@ -30,8 +30,8 @@ peroxide-ad = "0.3"
3030
#num-complex = "0.3"
3131
netcdf = { version = "0.6", optional = true, default_features = false }
3232
pyo3 = { version = "0.13", optional = true }
33-
blas = { version = "0.21", optional = true }
34-
lapack = { version = "0.17", optional = true }
33+
blas = { version = "0.22", optional = true }
34+
lapack = { version = "0.19", optional = true }
3535
serde = { version = "1.0", features = ["derive"], optional = true }
3636
json = { version = "0.12", optional = true }
3737

RELEASES.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# Release 0.30.9 (2021-05-26)
2+
3+
* Add more trigonometric ops
4+
* `asin_acos(&self) -> (Self, Self)`
5+
* `asinh_acosh(&self) -> (Self, Self)`
6+
* Update dependencies
7+
* `blas` : `0.21.0` -> `0.22.0`
8+
* `lapack` : `0.17.0` -> `0.19.0`
9+
110
# Release 0.30.8 (2021-05-21)
211

312
* Fix errata in `col_map`, `row_map`

0 commit comments

Comments
 (0)