annembed 0.1.6

a Rust implementation of a dimension reduction à la Umap
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[build-system]
requires = ["maturin>=1.4,<2.0"]
build-backend = "maturin"

[project]
name            = "annembed_rs"
version         = "0.1.0"
description     = "Python bindings for the annembed Rust crate"
authors         = [{ name = "Jianshu Zhao", email = "jianshuzhao@yahoo.com" }]
license         = { text = "MIT" }
readme          = "README.md"
requires-python = ">=3.9"

[tool.maturin]
features = ["python","stdsimd","macos-accelerate"]