ndarray-interp 0.3.0

Interpolation package for ndarray
Documentation
[package]
name = "ndarray-interp"
version = "0.3.0"
edition = "2021"
license = "MIT"
description = "Interpolation package for ndarray"
repository = "https://github.com/jonasBoss/ndarray-interp"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
ndarray = "0.15"
num-traits = "0.2"
thiserror = "1.0.40"

[dev-dependencies]
cargo-tarpaulin = "0.26.0"
ndarray = {version = "0.15", features = ["approx-0_5"] }
approx = "0.5.1"