Skip to content

Commit d5c6fbf

Browse files
committed
RLSE: Ver 0.30.10
* Update dependencies
1 parent 2c892ec commit d5c6fbf

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "peroxide"
3-
version = "0.30.9"
3+
version = "0.30.10"
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"

RELEASES.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# Release 0.30.10 (2022-02-05)
2+
3+
* Update `netcdf` dependency to `0.7`
4+
* Fix `nc` feature issue - not compatible with hdf5 version 1.12.0
5+
* Update `pyo3` dependency to `1.15`
6+
* Update `float-cmp` dev dependency to `0.9`
7+
18
# Release 0.30.9 (2021-05-26)
29

310
* Add more trigonometric ops

0 commit comments

Comments
 (0)