Skip to content

Conversation

@jmr
Copy link
Member

@jmr jmr commented Dec 4, 2024

  • Now requires abseil-cpp LTS 20240116
  • S2Shape derived classes: Add decoding interface with S2Error
  • S2Error: Interface is now similar to absl::Status, just with a
    different error code type. In the future, this will probably
    be replaced by absl::Status.
  • S2CellId: Made some functions constexpr
  • S2DensityTree: Improved documentation of weight function
  • s2edge_crossings: Fix CompareEdges for a case that never happens
  • Optimize some functions using sincos() when available.
  • S2Projection: Fix numerical issue
  • S2Polygon uses new S2LegacyValidQuery to validate geometry.
  • S2ValidationQuery: New class

jmr added 2 commits November 4, 2024 14:35
* Now requires abseil-cpp LTS 20240116
* S2Shape derived classes: Add decoding interface with S2Error
* S2Error: Interface is now similar to absl::Status, just with a
    different error code type.  In the future, this will probably
    be replaced by absl::Status.
* S2CellId: Made some functions constexpr
* S2DensityTree: Improved documentation of weight function
* s2edge_crossings: Fix CompareEdges for a case that never happens
* Optimize some functions using sincos() when available.
* S2Projection: Fix numerical issue
* S2Polygon uses new S2LegacyValidQuery to validate geometry.
* S2ValidationQuery: New class
* Now requires abseil-cpp LTS 20240722
* S2Shape derived classes: Add decoding interface with S2Error
* S2Error: Interface is now similar to absl::Status, just with a
  different error code type.  In the future, this will probably
  be replaced by absl::Status.
* S2CellId: Made some functions constexpr
* S2DensityTree: Improved documentation of weight function
* s2edge_crossings: Fix CompareEdges for a case that never happens
* Optimize some functions using sincos() when available.
* S2Projection: Fix numerical issue
* S2Polygon uses new S2LegacyValidQuery to validate geometry.
* S2ValidationQuery: New class
@jmr jmr merged commit b95b824 into google:master Dec 6, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant