This repository has been archived by the owner on Mar 25, 2024. It is now read-only.
Releases: Oslandia/SFCGAL
Releases · Oslandia/SFCGAL
SFCGAL 1.2.1
Fix-only release to be compliant with CGAL 4.7
SFCGAL 1.2.0
- Improve the computation speed of straight skeletons by using an inexact construction kernel
- Add a new function approximateMedialAxis
- Fix an invalidity case (polygon degenerated to a point) #108
- Fix compilation issues with boost 1.58
- Add Travis support
SFCGAL 1.1.0
New spatial operation Union(geom, geom) and Difference(geom, geom).
Exposed Volume(geom) in C api and added output with a decimal representation sfcgal_geometry_as_text_decim (thanks @Matze09)
Minor bug fixes.
SFCGAL 1.0.5
1.0.5:
- Fix validity check message when converting to 2D
- Fix a polygon orientation test (postgis bug #2818)
- Fix a bug in plane3D
- Add better handling of EMPTY in collections
- Compilation issues:
- Fix a cmake issue (FindOsgQT)
- Fix compilation issue with gcc < 4.5
- Avoid osg dependency when viewer is not built
- Fix postgresql include directory
- Add detection of lib64 directories
SFCGAL 1.0.4
Fix compilation issues with CGAL 4.3
SFCGAL 1.0.3
Fixes version number in installation
SFCGAL 1.0.2
Bug fixes
License header fixes
SFCGAL 1.0.1
Change license from GPL v3 to LGPL v2
Bug Fixes
SFCGAL 1.0
First stable public release