Releases: paleolimbot/s2geography
Releases · paleolimbot/s2geography
0.2.0
What's Changed
- CMake: export include directory as target by @jorisvandenbossche in #21
- feat: Use geoarrow-c for input functionality by @paleolimbot in #16
- CMake: add OpenSSL as requirement by @benbovy in #22
- fix: Only install public headers on CMake install by @paleolimbot in #25
- refactor: Don't build vendored geoarrow as separate static library target by @paleolimbot in #26
- fix: Fix install location and Arrow ABI include by @paleolimbot in #27
- refactor: Reuse GeoArrowArrayReader in ReaderImpl by @jorisvandenbossche in #29
- PolygonGeography default constructor: create empty S2Polygon by @benbovy in #31
- fix: Update build configuration so that a DuckDB Extension can be built by @paleolimbot in #32
- fix: Allow skipping any finding of s2 if the target is already defined by @paleolimbot in #33
- fix: CMakeLists.txt calls
target_compile_definitions()
on an alias target on MSVC by @paleolimbot in #34 - feat: Port S2Cell operations to s2geography by @paleolimbot in #35
- chore: Update vendored geoarrow by @paleolimbot in #36
- feat: geoarrow export by @jorisvandenbossche in #30
- chore: Update vendored geoarrow by @paleolimbot in #38
- feat: add projections by @jorisvandenbossche in #39
- feat: add projection and tessellation options to GeoArrow writer by @jorisvandenbossche in #37
- feat: Implement encoding and decoding for geography subclasses by @paleolimbot in #40
- feat: add scalar WKB reader/writer by @jorisvandenbossche in #42
- fix: Ensure that tesselating an unprojectable edge does not result in a crash by @paleolimbot in #47
- chore(ci): Add pre-commit by @paleolimbot in #48
- chore: Enable more compiler warnings in debug mode by @paleolimbot in #49
- test: Add tests for builder by @paleolimbot in #50
- feat: Add ShapeIndex overload for s2_boolean_operation() by @paleolimbot in #51
Full Changelog: 0.1.2...0.2.0
0.1.2
contrary to the previous release v0.1.1, this patch release sets the right version number in CMakelists.txt
.
Full Changelog: 0.1.1...0.1.2
0.1.1
What's Changed
- Update use of CellRelation to match s2@v0.11 by @pramsey in #13
- Add some WKT Empty tests by @pramsey in #15
- CMake script improvements (compat with s2 v0.11) by @benbovy in #19
- CMake: export s2 version numbers as public target compile defs by @benbovy in #20
New Contributors
Full Changelog: 0.1.0...0.1.1
Initial release
0.1.0 allow setting of WKT precision (#9)