so-python 0.3.0

High-performance statistical computing library written in Rust, exposed to Python via PyO3
Documentation
[package]
name = "so-python"
version.workspace = true
edition.workspace = true
authors.workspace = true
description.workspace = true
license.workspace = true
readme.workspace = true

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[lib]
name = "statoxide"
crate-type = ["cdylib"]

[dependencies]
pyo3 = "0.27.0"
ndarray.workspace = true

so-core = { workspace = true }
so-models = { workspace = true }
so-tsa = { workspace = true }
so-stats = { workspace = true }
so-linalg = { workspace = true }
so-utils = { workspace = true }