tensorism 0.5.0

A library for easy tensor manipulation on top of ndarray.
Documentation
[package]
name = "tensorism"
version = "0.5.0"
authors = ["Eddy Cizeron <eddy.cizeron@gmail.com>"]
edition = "2024"
keywords = ["tensor", "macro"]
description = "A library for easy tensor manipulation on top of ndarray."
license = "MIT"
repository = "https://github.com/contactomorph/tensorism"
documentation = "https://docs.rs/tensorism"
readme = "README.md"

[dependencies]
ndarray = "0.17.2"
rand = "0.9.2"
tensorism-gen = "0.2.0"

[dev-dependencies]
criterion = { version = "0.5", features = ["html_reports"] }
num-traits = "0.2.19"
"utils" = { path = "./utils" }

[[bench]]
name = "conditional_expr"
harness = false
[[bench]]
name = "double_contraction"
harness = false
[[bench]]
name = "mixed_array"
harness = false
[[bench]]
name = "set_belonging"
harness = false