Skip to content

Release v3.3.1.

Compare
Choose a tag to compare
@seanhandley seanhandley released this 04 Jan 15:08
· 64 commits to master since this release
d192b41

Added

  • h3_line and h3_line_size support (#43).

Changed

  • Use FFI types to enforce sane resolution values (#41).
  • Internal refactoring (#44).
  • Include and compile H3 when gem installs (#45). The gem will use a locally built .so and ignore any H3 versions that are installed on the system. This is achieved by submoduling the H3 C code and updating to the matching version tag.
  • Various documentation corrections.