rust-roche 0.4.2

Rust translation of Tom Marsh's cpp-roche package for modelling Roche distorted stars/binary systems.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[build-system]
requires = ["maturin>=1.8,<2.0"]
build-backend = "maturin"

[project]
name = "roche"
version = "0.4.2"
requires-python = ">=3.8"
readme = "README.md"

[tool.maturin]
features = ["pyo3/extension-module", "pyo3/abi3-py38"]