| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2024-01-26 | 4.2 kB | |
| v0.11.0 source code.tar.gz | 2024-01-26 | 1.2 MB | |
| v0.11.0 source code.zip | 2024-01-26 | 1.5 MB | |
| Totals: 3 Items | 2.7 MB | 0 | |
Interface Changes
- Add new files:
- s2hausdorff_distance_query: Computes "discrete" Hausdorff distance
- s2shape_nesting_query: Allows shell/hole queries
- Add move constructors/assignment for many types
- Remove deprecated Interpolate(t, a, b) (use Interpolate(a, b, t))
- Add AbslHashValue for S2CellUnion
- Require C++14 instead of C++11 (abseil-cpp requires it now)
- Require googletest >= 1.10 (for gmock)
- Location is now specified with -DGOOGLETEST_ROOT
- New classes:
- S2CellIterator
- S2CellIteratorJoin
- S2Coder
- New StableAngle function
- Delete many deprecated functions
- S2Point is now a different class from Vector3_d, not a typedef for it
- New edge/circle intersection ordering predicates
- New functions GetUVCoordOfEdge and GetIJCoordOfEdge
- Replace const char * with absl::string_view
What's Changed
- Update to 2022-04-08 google3 version by @jmr in https://github.com/google/s2geometry/pull/239
- Update to latest google3 version by @jmr in https://github.com/google/s2geometry/pull/254
- Fix build on big-endian architectures by @kgotlinux in https://github.com/google/s2geometry/pull/258
- Fix RemoveLast by @MBkkt in https://github.com/google/s2geometry/pull/267
- python: Named component accessors for S2Point by @podsvirov in https://github.com/google/s2geometry/pull/268
- Expose more functionality via the SWIG wrapper by @MikePlayle in https://github.com/google/s2geometry/pull/257
- Fix -DCMAKE_CXX_STANDARD ignored by CMakeLists by @LafeWessel in https://github.com/google/s2geometry/pull/273
- fix little typo problem in README.md by @MarkLai0317 in https://github.com/google/s2geometry/pull/274
- README.md: Add warning about API/ABI stability by @jmr in https://github.com/google/s2geometry/pull/281
- Fix undefined sanitizer issue in compact_array by @MBkkt in https://github.com/google/s2geometry/pull/284
- Allow already have abseil by @MBkkt in https://github.com/google/s2geometry/pull/285
- Remove trailing null from Python strings by @MikePlayle in https://github.com/google/s2geometry/pull/282
- Add missing comment by @MBkkt in https://github.com/google/s2geometry/pull/286
- Fix possible warning in header by @MBkkt in https://github.com/google/s2geometry/pull/287
- Fix missing include by @MBkkt in https://github.com/google/s2geometry/pull/291
- Remove unused variables by @MBkkt in https://github.com/google/s2geometry/pull/293
- Update to latest google3 version by @jmr in https://github.com/google/s2geometry/pull/297
- Fix address sanitizer issue in S2Loop move ctor/assign by @MBkkt in https://github.com/google/s2geometry/pull/298
- Add S2_USE_SYSTEM_INCLUDES cmake options to avoid s2 compile time warnings… by @MBkkt in https://github.com/google/s2geometry/pull/300
- Update to latest google3 version by @jmr in https://github.com/google/s2geometry/pull/312
- Add ability to create Python wheels by @selimnairb in https://github.com/google/s2geometry/pull/313
- value_lexicon: Fix build with abseil LTS 2023-08-02 by @acelyc111 in https://github.com/google/s2geometry/pull/334
- Add a CMake option BUILD_TESTS to decide whether to build S2 unit tests by @acelyc111 in https://github.com/google/s2geometry/pull/333
- Fix several MSVC build issues by @jherico in https://github.com/google/s2geometry/pull/338
- Add modern cmake config targets to s2geometry by @jherico in https://github.com/google/s2geometry/pull/339
New Contributors
- @kgotlinux made their first contribution in https://github.com/google/s2geometry/pull/258
- @MikePlayle made their first contribution in https://github.com/google/s2geometry/pull/257
- @LafeWessel made their first contribution in https://github.com/google/s2geometry/pull/273
- @MarkLai0317 made their first contribution in https://github.com/google/s2geometry/pull/274
- @selimnairb made their first contribution in https://github.com/google/s2geometry/pull/313
- @acelyc111 made their first contribution in https://github.com/google/s2geometry/pull/334
- @jherico made their first contribution in https://github.com/google/s2geometry/pull/338
Full Changelog: https://github.com/google/s2geometry/compare/v0.10.0...v0.11.0