Change Log

dev (2026-06-05)

Documentation Changes

  • remove license from Cargo.toml in favor of keeping license-file (#15)

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

  • build documentation with Sphinx and autoapi, and set up ReadTheDocs configuration (#12)

  • move change log to its own toctree and distinguish Rust from Python install options (#14)

0.0.3 (2026-05-04)

Documentation Changes

  • add docstrings to Python classes and methods (#9)

0.0.2 (2026-04-30)

Fixes

Documentation Changes

  • fix reference to src/sphersgeo.pyi in README (#5)