Change Log¶
dev (2026-06-05)¶
Documentation Changes¶
0.1.0 (2026-05-12)¶
Breaking Changes¶
orientation of polygons must now be counterclockwise, such that the inside of the polygon is always to the left of the boundary (#10)
Documentation Changes¶
0.0.3 (2026-05-04)¶
Documentation Changes¶
add docstrings to Python classes and methods (#9)
0.0.2 (2026-04-30)¶
Fixes¶
fix typing by moving
sphersgeo.pyistub file intosrc/python/sphersgeo/(see https://pyo3.rs/main/python-typing-hints and https://github.com/PyO3/maturin/blob/0dee40510083c03607834c821eea76964140a126/Readme.md#mixed-rustpython-projects) (#8)
Documentation Changes¶
fix reference to
src/sphersgeo.pyiin README (#5)