Skip to content

Tags: seanhandley/h3_ruby

Tags

v3.7.4

Toggle v3.7.4's commit message

Verified

This commit was signed with the committer’s verified signature.
seanhandley Sean Handley
Bump to v3.7.4

v3.7.3

Toggle v3.7.3's commit message

Verified

This commit was signed with the committer’s verified signature.
seanhandley Sean Handley
Bump to 3.7.3.

v3.7.2

Toggle v3.7.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update H3 to 3.7.2 (#72)

* Update H3 to 3.7.2
* Bye bye Travis, hello GitHub Actions.

v3.7.1

Toggle v3.7.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update H3 to 3.7.1 & add new functions (#70)

v3.6.4

Toggle v3.6.4's commit message
Upgrade to v3.6.4

v3.6.2

Toggle v3.6.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update CHANGELOG.md

v3.6.1

Toggle v3.6.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Upgrade to v3.6.1 (#63)

v3.6.0

Toggle v3.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Release v3.6.0 (#62)

### Added
- `center_child` method to find center child at given resolution (#62).
- `pentagons` (and `pentagon_count`) method to find pentagons at given resolution (#62).

v3.5.1

Toggle v3.5.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Release v3.5.1 (#61)

v3.5.0

Toggle v3.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Support for h3 3.5.0 (#56)

* Update h3 to 3.5.0

Includes new `h3_faces` and `h3_max_count` methods.

Behind the scenes, `cmake` is given a couple of extra build options
to prevent it from building unnecessary filter binaries and benchmarks.

* Update CHANGELOG.md

Co-Authored-By: Xavier Noria <fxn@hashref.com>

* Update lib/h3/inspection.rb

Co-Authored-By: Xavier Noria <fxn@hashref.com>