1 Star 0 Fork 0

yutiansut / Peroxide

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Cargo.toml 1.46 KB
一键复制 编辑 原始数据 按行查看 历史
Axect 提交于 2021-03-31 12:40 . Ver 0.30.6
[package]
name = "peroxide"
version = "0.30.6"
authors = ["axect <axect@outlook.kr>"]
edition = "2018"
description = "Rust comprehensive scientific computation library contains linear algebra, numerical analysis, statistics and machine learning tools with farmiliar syntax"
repository = "https://github.com/Axect/Peroxide"
license = "MIT OR Apache-2.0"
categories = ["science"]
readme = "README.md"
documentation = "https://peroxide.surge.sh"
keywords = ["Numeric", "Science", "Dataframe", "Plot", "LinearAlgebra"]
exclude = ["example_data/", "src/bin/", "benches/", "example/", "test_data/", "peroxide-ad2"]
[badges]
travis-ci = { repository = "axect/peroxide" }
maintenance = { status = "actively-developed" }
[dev-dependencies]
float-cmp = "0.8"
[dependencies]
csv = { version = "1.1", optional = true, default_features = false }
rand = "0.8"
rand_distr = "0.4"
order-stat = "0.1"
puruspe = "0.1"
matrixmultiply = { version = "0.3", features = ["threading"] }
peroxide-ad = "0.3"
#num-complex = "0.3"
netcdf = { version = "0.6", optional = true, default_features = false }
pyo3 = { version = "0.13", optional = true }
blas = { version = "0.21", optional = true }
lapack = { version = "0.17", optional = true }
serde = { version = "1.0", features = ["derive"], optional = true }
json = { version = "0.12", optional = true }
[package.metadata.docs.rs]
rustdoc-args = [ "--html-in-header", "katex-header.html" ]
[features]
default = []
O3 = ["blas", "lapack"]
plot = ["pyo3"]
nc = ["netcdf"]
1
https://gitee.com/yutiansut/Peroxide.git
git@gitee.com:yutiansut/Peroxide.git
yutiansut
Peroxide
Peroxide
master

搜索帮助