Releases: vnayar/s2geometry-d
Releases · vnayar/s2geometry-d
BugFix: Remove build version 'VibeNoSSL'.
Bugfix: Compilation failure due to math.d changes in 2.089.0.
v0.2.4 Added abs/fabs as member functions of ExactFloat to avoid collision w…
Bugfix: Compilation failure due to math.d changes in 2.089.0.
v0.2.3 Change exactfloat.d to be mostly nothrow to account for change in dmd…
Add Encode/Decode Support
This release adds support to encode() and decode() methods for all S2Regions, which allow these objects to be stored in any Output Range and retrieved from any Input Range.
v0.2.1
v0.2.0
What's New?
This release is now nearly feature complete with the C++ library. Only encoding/decoding of geometric objects is missing. A few highlights among the additions from the last release are:
- S2Polygon
- S2Builder
- S2BooleanOperation
- S2ClosestPointQuery
- S2PolygonSimplifier
- DenseHashTable
- DenseHashSet
What's in Store Next?
- More work is needed to improve performance further. The full D test suite runs in 139 seconds while the C++ full test suite only needs 112 seconds.
- Encoding/Decoding support for transmitting geometric objects in binary form.