This repo implement computation intense steps in SpatialTis for a better performance.
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
py3.8 | py3.9 | py3.10 | |
---|---|---|---|
Windows | ✔️ | ✔️ | ✔️ |
Linux | ✔️ | ✔️ | ✔️ |
MacOS | ✔️ | ✔️ | ✔️ |
MacOS-ARM | ✔️ | ✔️ | ✔️ |