delaunay 0.7.0

A d-dimensional Delaunay triangulation library with float coordinate support
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# ty.toml
# Astral ty configuration for delaunay
# Python is auxiliary tooling only (scripts/), Rust is primary

[src]
# Restrict analysis strictly to Python tooling.
include = [ "scripts" ]

[environment]
# Match the project's minimum supported Python version.
python-version = "3.11"

[terminal]
# Keep output concise by default.
output-format = "concise"