Sha256: 5d39bff48de8e65c5eaa2c1dbbdc29da25dfab64c94ed24e258e54d542a38b30
Contents?: true
Size: 1.37 KB
Versions: 1
Compression:
Stored size: 1.37 KB
Contents
# Change Log All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). We track the MAJOR and MINOR version levels of Uber's H3 project (https://github.com/uber/h3) but maintain independent patch levels so we can make small fixes and non breaking changes. ## [3.5.1] - 2019-8-5 ### Changed - Renamed 26 methods to be more idiomatic with Ruby conventions. The old names are deprecated until 2020 when they will be removed (#59). - Added Zeitwerk as the code loader. ## [3.5.0] - 2019-7-25 ### Added - `h3_faces` and `max_face_count` support (#56) ### Changed - New CMake options to prevent unnecessary building of filter apps and benchmarks. ## [3.4.4] - 2019-6-4 ### Changed - Internal h3 bugfixes. ## [3.4.0] - 2019-1-24 ### Added - `res_0_indexes` and `res_0_index_count` support (#51). ## [3.3.1] - 2019-1-4 ### 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. ## [3.3.0] - 2019-1-4 (yanked) ## [3.2.0] - 2018-12-21 Initial release.
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
h3-3.5.1 | CHANGELOG.md |