11[package ]
22name = " peroxide"
3- version = " 0.38.1 "
3+ version = " 0.39.0 "
44authors = [
" axect <[email protected] >" ]
55edition = " 2018"
66description = " Rust comprehensive scientific computation library contains linear algebra, numerical analysis, statistics and machine learning tools with farmiliar syntax"
@@ -11,12 +11,12 @@ readme = "README.md"
1111documentation = " https://axect.github.io/Peroxide_Doc"
1212keywords = [" Numeric" , " Science" , " Dataframe" , " Plot" , " LinearAlgebra" ]
1313exclude = [
14- " example_data/" ,
15- " src/bin/" ,
16- " benches/" ,
17- " example/" ,
18- " test_data/" ,
19- " peroxide-ad2" ,
14+ " example_data/" ,
15+ " src/bin/" ,
16+ " benches/" ,
17+ " example/" ,
18+ " test_data/" ,
19+ " peroxide-ad2" ,
2020]
2121
2222[badges ]
@@ -40,12 +40,18 @@ anyhow = "1.0"
4040paste = " 1.0"
4141# num-complex = "0.3"
4242netcdf = { version = " 0.7" , optional = true , default-features = false }
43- pyo3 = { version = " 0.22" , optional = true , features = [" auto-initialize" , " gil-refs" ] }
43+ pyo3 = { version = " 0.23" , optional = true , features = [
44+ " auto-initialize" ,
45+ " gil-refs" ,
46+ ] }
4447blas = { version = " 0.22" , optional = true }
4548lapack = { version = " 0.19" , optional = true }
4649serde = { version = " 1.0" , features = [" derive" ], optional = true }
4750json = { version = " 0.12" , optional = true }
48- arrow2 = { version = " 0.18" , features = [" io_parquet" , " io_parquet_compression" ], optional = true }
51+ arrow2 = { version = " 0.18" , features = [
52+ " io_parquet" ,
53+ " io_parquet_compression" ,
54+ ], optional = true }
4955num-complex = { version = " 0.4" , optional = true }
5056rayon = { version = " 1.10" , optional = true }
5157
0 commit comments