Releases: mindflayer/togo
Releases · mindflayer/togo
v0.3.3
What's Changed
- Add Shapely-like
intersectionby @mindflayer in #53 - Implement Shapely-Compatible Error Handling by @mindflayer in #55
Full Changelog: v0.3.2...v0.3.3
v0.3.2
v0.3.1
What's Changed
- Add Shapely-like
centroidby @mindflayer in #46 - Implement a cache for
as_geometry()functions
Full Changelog: v0.3.0...v0.3.1
v0.3.0
What's Changed
- Add Shapely's
nearest_pointsandshortest_lineby @mindflayer in #42 - Breaking change:
points()functions returnPointinstances by default, list of tuples in caseas_tuples=Trueis passed.
Full Changelog: v0.2.7...v0.3.0
Shapely-like `transform`
Improving Cython code
What's Changed
- Add proper typing to Cython code by @mindflayer in #34
Polygonas class by @mindflayer in #35
Full Changelog: v0.2.5...v0.2.6
Shapely-like `__geo_interface__`
Shapely-like `Polygon`.`exterior`
GEOS `simplify` support
What's Changed
- Add Copilot instructions for repository conventions and workflow by @Copilot in #29
- Add
simplifyvia GEOS integration by @mindflayer in #30
Full Changelog: v0.2.2...v0.2.3
GEOS `is_valid` support
What's Changed
- Refactor Polygon and Ring usage in demo script by @mindflayer in #24
- Refactor Polygon and MultiPolygon examples by @mindflayer in #25
- Adding
is_validusing tgx->GEOS by @mindflayer in #26
Full Changelog: v0.2.1...v0.2.2