Releases: mthh/sfcgal-rs
Releases · mthh/sfcgal-rs
v0.8.0
Added
- Update to SFCGAL 2.0.0 and wrap the various new functions from the C API #7, thanks to @ThomasCartier.
v0.7.0
Added
- Update to SFCGAL 1.5.0 and expose the new following functions from the C API:
sfcgal_geometry_extrude_polygon_straight_skeleton
and sfcgal_geometry_extrude_straight_skeleton
.
Changed
- Change code of
GeomType::Triangle
to 17 (to follow upstream changes).
v0.6.0
Added
- Update to SFCGAL 1.4.1 (with
sfcgal-sys
0.6.0) and expose the new following functions from the C API:
sfcgal_geometry_alpha_shapes
and sfcgal_geometry_optimal_alpha_shapes
.
Changed
- Update project to 2021 edition.
- Update various dependencies (notably
geo_types
and geojson
).
- Switch from travis to GitHub actions.
- Apply some clippy suggestions.
v0.5.0
Update to SFCGAL 1.3.8 and expose the following functions from the C API:
sfcgal_geometry_covers
, sfcgal_geometry_covers_3d
, sfcgal_geometry_is_measured
and sfcgal_geometry_line_sub_string
.