csaps 0.5.0

Cubic spline approximation (smoothing)
Documentation
[package]
name = "csaps"
version = "0.5.0"
authors = ["Eugene Prilepin <esp.home@gmail.com>"]

description = "Cubic spline approximation (smoothing)"
keywords = ["spline", "interpolation", "approximation", "csaps", "smoothing"]
categories = ["science"]

homepage = "https://github.com/espdev/csaps-rs"
repository = "https://github.com/espdev/csaps-rs"
documentation = "https://docs.rs/csaps"
readme = "README.md"
license = "MIT"

edition = "2021"
rust-version = "1.85.0"
exclude = [
    ".github/",
    ".gitignore",
    "assets/",
]


[badges]
coveralls = { repository = "espdev/csaps-rs", branch = "master", service = "github" }


[dependencies]
num-traits = "0.2.14"
ndarray = "0.17.2"
sprs-ldl = "0.10.0"
sprs = "0.11.4"
almost = "0.2.0"
itertools = "0.14.0"
thiserror = "2.0.18"

[dev-dependencies]
approx = "0.5.1"
ndarray = {version = "0.17.2", features = ["approx"]}