ganesh 0.27.0

Minimization and sampling in Rust, simplified
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[build-system]
requires = ["maturin>=1.7,<2"]
build-backend = "maturin"

[project]
name = "ganesh-rs"
description = "Helper library for the ganesh Rust crate"
readme = "README.md"
requires-python = ">=3.10"
dynamic = ["version"]
license = { text = "MIT OR Apache-2.0" }
dependencies = ["numpy"]

[tool.maturin]
python-source = "python"
module-name = "ganesh._ganesh"
features = ["python-module"]