databrickslabs / geoscan

Geospatial clustering at massive scale
Other
97 stars 19 forks source link

Bump h3 from 3.7.2 to 4.0.1 #83

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps h3 from 3.7.2 to 4.0.1.

Release notes

Sourced from h3's releases.

Release v4.0.0

[4.0.0] - 2022-08-23

Breaking Changes

Added

  • H3CoreV3 for users who wish to temporarily use old function names. (#91)
  • Vertex mode API. (#91)

Changed

  • Required version of glibc on Linux is 2.26. (#98)

Removed

  • Removed support for Linux MIPS and MIPSEL (#98, #92)

Release 4.0.0 Release Candidate 2

[4.0.0-rc2] - 2022-06-09

Changed

  • Required version of glibc on Linux is 2.26. (#98)

Removed

  • Removed support for Linux MIPS (#98)

Release 4.0.0 Release Candidate 1

[4.0.0-rc1] - 2022-03-29

Breaking Changes

  • Changed the API of H3Core to align it with the core library. (#91)

Added

  • H3CoreV3 for users who wish to temporarily use old function names. (#91)
  • Vertex mode API. (#91)

Changed

  • Upgraded the core library to v4.0.0-rc2. (#91)

Removed

  • Removed support for Linux MIPSEL (#92)
Changelog

Sourced from h3's changelog.

[4.0.1] - 2022-09-14

Fixed

  • Fixed the path to Windows resources. (#109)

[4.0.0] - 2022-08-23

Breaking Changes

Added

  • H3CoreV3 for users who wish to temporarily use old function names. (#91)
  • Vertex mode API. (#91)

Changed

  • Required version of glibc on Linux is 2.26. (#98)

Removed

  • Removed support for Linux MIPS and MIPSEL (#98, #92)

[4.0.0-rc4] - 2022-08-17

Breaking Changes

  • Upgraded the core library to v4.0.0-rc5. (#104)
  • exactEdgeLength function renamed to edgeLength. (#104)

[4.0.0-rc3] - 2022-07-26

Breaking Changes

  • Upgraded the core library to v4.0.0-rc4. (#102)
  • distance function renamed to greatCircleDistance. (#102)

[4.0.0-rc2] - 2022-06-09

Changed

  • Required version of glibc on Linux is 2.26. (#98)

Removed

  • Removed support for Linux MIPS (#98)

[4.0.0-rc1] - 2022-03-29

Breaking Changes

  • Changed the API of H3Core to align it with the core library. (#91)

Added

  • H3CoreV3 for users who wish to temporarily use old function names. (#91)
  • Vertex mode API. (#91)

Changed

  • Upgraded the core library to v4.0.0-rc2. (#91)

Removed

  • Removed support for Linux MIPSEL (#92)
Commits
  • 1ea2868 [maven-release-plugin] prepare release v4.0.1
  • 79b0146 changelog for 4.0.1 (#111)
  • 19e5a96 Bump latest dockcross for testing (#110)
  • 06a5f67 Fix paths to Windows resources (#109)
  • e2c5044 Fix version badge text in README (#106)
  • 23c2cce [maven-release-plugin] prepare for next development iteration
  • 3edb596 [maven-release-plugin] prepare release v4.0.0
  • 890c185 Changelog for 4.0.0 (#103)
  • 8dd2cdb Enforce C format check in GH Actions (#105)
  • 28d5245 [maven-release-plugin] prepare for next development iteration
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 2 years ago

Superseded by #84.