spatialtis-core
October 13, 2022 · View on GitHub
This repo implement computation intense steps in SpatialTis for a better performance.
Installation
To install the release version
pip install spatialtis_core
To install the development version of the package, make sure you have Rust toolchain installed. The package is built using maturin.
As of v0.1.2, we could build on stable Rust.
git clone https://github.com/Mr-Milk/SpatialTis-core.git
cd SpatialTis-core
pip install maturin
maturin develop
Wheel built for
| py3.8 | py3.9 | py3.10 | |
|---|---|---|---|
| Windows | ✔️ | ✔️ | ✔️ |
| Linux | ✔️ | ✔️ | ✔️ |
| MacOS | ✔️ | ✔️ | ✔️ |
| MacOS-ARM | ✔️ | ✔️ | ✔️ |