oars 3.0.1

A library providing construction methods and utility functions for orthogonal arrays and strong orthogonal arrays
Documentation
[badges.azure-devops]
pipeline = "afnanenayet.oars"
project = "afnanenayet/oars"

[badges.maintenance]
status = "actively-developed"

[[bench]]
harness = false
name = "bench_bose_construction"
required-features = ["parallel"]

[[bench]]
harness = false
name = "bench_bush_construction"
required-features = ["parallel"]

[dependencies.itertools]
version = "0.9"

[dependencies.ndarray]
version = "0.14.0"

[dependencies.num]
version = "0.3"

[dependencies.oars_proc_macro]
version = "0.1.1"

[dependencies.primes]
version = "0.3"

[dependencies.rand]
version = "0.8"

[dependencies.rayon]
optional = true
version = "1.3"

[dependencies.serde]
optional = true
version = "1.0"

[dependencies.serde_derive]
optional = true
version = "1.0"

[dependencies.thiserror]
version = "1.0"

[dev-dependencies.criterion]
version = "0.3"

[features]
default = []
parallel = ["rayon", "ndarray/rayon"]
serialize = ["serde", "serde_derive", "ndarray/serde-1"]

[package]
authors = ["Afnan Enayet <afnan@afnan.io>"]
description = "A library providing construction methods and utility functions for orthogonal arrays and strong orthogonal arrays"
edition = "2018"
keywords = ["math", "orthogonal", "arrays", "monte", "carlo"]
license = "MIT"
name = "oars"
readme = "../docs/readme.md"
repository = "https://github.com/afnanenayet/oars.git"
version = "3.0.1"