numtest 0.4.0

Unit testing for numerical methods.
Documentation
[package]
name = "numtest"
version = "0.4.0"
authors = ["Tamas Kis"]
edition = "2024"
description = "Unit testing for numerical methods."
documentation = "https://docs.rs/numtest"
repository = "https://github.com/tamaskis/numtest"
license = "MIT OR Apache-2.0"

exclude = [".github/", ".vscode/", "book/", ".gitignore", "Cargo.lock"]

[package.metadata.docs.rs]
rustdoc-args = [ "--html-in-header", "src/docs-header.html" ]

[dependencies]
num-traits = "0.2.19"

[dev-dependencies]
nalgebra = "0.34.1"
ndarray = "0.17.1"