tag:github.com,2008:https://github.com/google/s2geometry/releasesTags from s2geometry2025-12-02T08:39:42Ztag:github.com,2008:Repository/46291330/v0.13.12025-12-03T08:03:03Zv0.13.1<p>s1angle: Fix typo in comment (<a class="issue-link js-issue-link" href="https://github.com/google/s2geometry/pull/484">#484</a>)</p>
<p>Fix typo E7(310000000) => E7(31000000). The represents 3.1 degrees;
<br />the former has an extra zero.</p>
<p><span class="issue-keyword tooltipped tooltipped-se">Fixes</span> <a class="issue-link js-issue-link" href="https://github.com/google/s2geometry/issues/483">#483</a>.</p>jmrtag:github.com,2008:Repository/46291330/v0.13.02025-12-01T09:09:33Zv0.13.0<p>Bump actions/checkout from 5.0.1 to 6.0.0 (<a class="issue-link js-issue-link" href="https://github.com/google/s2geometry/pull/478">#478</a>)</p>
<p>Bumps [actions/checkout](<a href="https://github.com/actions/checkout">https://github.com/actions/checkout</a>) from 5.0.1 to 6.0.0.
<br />- [Release notes](<a href="https://github.com/actions/checkout/releases">https://github.com/actions/checkout/releases</a>)
<br />- [Changelog](<a href="https://github.com/actions/checkout/blob/main/CHANGELOG.md">https://github.com/actions/checkout/blob/main/CHANGELOG.md</a>)
<br />- [Commits](<a class="commit-link" href="https://github.com/actions/checkout/compare/93cb6efe18208431cddfb8368fd83d5badbf9bfd...1af3b93b6815bc44a9784bd300feb67ff0d1eeb3">actions/checkout@<tt>93cb6ef...1af3b93</tt></a>)</p>
<p>---
<br />updated-dependencies:
<br />- dependency-name: actions/checkout
<br /> dependency-version: 6.0.0
<br /> dependency-type: direct:production
<br /> update-type: version-update:semver-major
<br />...</p>
<p>Signed-off-by: dependabot[bot] <[email protected]>
<br />Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com></p>jmrtag:github.com,2008:Repository/46291330/v0.12.02025-02-17T12:57:22Zv0.12.0<p>Skip GetSignedArea.ErrorAccumulation test on macOS (<a class="issue-link js-issue-link" href="https://github.com/google/s2geometry/pull/407">#407</a>)</p>
<p>This was previously skipped only for AArch64 macOS.</p>
<p><a href="https://github.com/google/s2geometry/blob/master/src/s2/s2loop_measures_test.cc#L256">https://github.com/google/s2geometry/blob/master/src/s2/s2loop_measures_test.cc#L256</a></p>
<p>The test fails for x86-64 macOS as well. </p>
<p><a class="issue-link js-issue-link" href="https://github.com/google/s2geometry/issues/395#issuecomment-2629120303">#395 (comment)</a></p>
<p>Disable for __APPLE__.</p>jmrtag:github.com,2008:Repository/46291330/v0.11.12024-02-03T09:34:21Zv0.11.1jmrtag:github.com,2008:Repository/46291330/v0.11.02024-01-27T07:36:23Zv0.11.0<p>Bump version to 0.11.0</p>
<p>Prepare for 0.11.0 release.</p>jmrtag:github.com,2008:Repository/46291330/v0.10.02022-04-08T07:36:41Zv0.10.0<p>Fix error: use of undeclared identifier 'ABSL_INTERNAL_ASSUME' (<a class="issue-link js-issue-link" href="https://github.com/google/s2geometry/pull/238">#238</a>)</p>
<p>`ABSL_INTERNAL_ASSUME` was replaced by `ABSL_ASSUME` in
<br /><a class="commit-link" href="https://github.com/abseil/abseil-cpp/commit/231c393a170ce3c6d83e8456bc87fe917c333ecf">abseil/abseil-cpp@<tt>231c393</tt></a>.</p>
<p>Define `S2_ASSUME` to either `ABSL_ASSUME` or `ABSL_INTERNAL_ASSUME`, depending on what's available. The latest LTS release does not yet have `S2_ASSUME`.</p>
<p><span class="issue-keyword tooltipped tooltipped-se">Fixes</span> <a class="issue-link js-issue-link" href="https://github.com/google/s2geometry/issues/237">#237</a></p>jmrtag:github.com,2008:Repository/46291330/v0.10.0-2022.02.23.002022-02-23T14:15:51ZPre-release v0.10.0-2022.02.23.00<p>Merge pull request <a class="issue-link js-issue-link" href="https://github.com/google/s2geometry/pull/230">#230</a> from jmr/update-2022-02-17</p>
<p>Update to latest google3 version</p>
<p>* Remove deprecated s2textformat functions (where ...OrDie should be
<br /> used instead)
<br />* Use absl::make_unique instead of raw new in some places
<br />* Add missing includes
<br />* Deprecate many functions taking const pointers; change to const
<br /> references
<br />* Deprecate InterpolateAtDistance (use GetPointOnLine instead)</p>jmrtag:github.com,2008:Repository/46291330/v0.9.02019-03-05T18:18:00ZRelease v0.9.0<p>Bits: Remove use of FRIEND_TEST and gunit_prod</p>
<p>We don't include the Bits tests, so these are pointless
<br />and pollute the public API with gtest, even if gtest
<br />was not configured.</p>jmrtag:github.com,2008:Repository/46291330/v0.9.0-2019.03.04.002019-03-04T17:12:00ZPre-release v0.9.0-2019.03.04.00<p>Bits: Remove use of FRIEND_TEST and gunit_prod</p>
<p>We don't include the Bits tests, so these are pointless
<br />and pollute the public API with gtest, even if gtest
<br />was not configured.</p>jmrtag:github.com,2008:Repository/46291330/v0.9.0-2019.03.01.002019-03-01T16:35:19ZPre-release v0.9.0-2019.03.01.00<p>Merge branch 'master' of github/google/s2geometry</p>
<p>Merge CMake changes</p>jmr