Contents
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
1.0.4 - 2019-02-15
Fixed
- Fix polyfill for polygon with multiple holes.
1.0.3 - 2019-01-27
Fixed
- Fix updatepath makefile target.
1.0.2 - 2019-01-27
Removed
- Removed git tag check in
distributemakefile target, since it causes error on pgxn install.
1.0.1 - 2019-01-27
Fixed
- Removed usage of
FALSEinstead of 0 in conditional inASSERTmacro.
1.0.0 - 2019-01-27
Added
- Added
h3_get_extension_version(). - Added test ensuring upgrade path has same result as fresh install.
- Added hash operator class, now
WHERE INworks. Makefile now builds and links
libh3.alocally instead of using system installation.Changed
Renamed
h3_basecellstoh3_get_res_0_indexes.- Renamed all functions with double
h3_h3_prefix to use singleh3_prefix.
0.4.0 - 2019-01-12
Added
Added
h3_line(binding for h3Line)Fixed
Fixed
h3_h3_to_children_slow
0.3.2 - 2019-01-08
Fixed
- Fixed B-Tree operator class, now indexing works.
0.3.1 - 2018-12-17
Changed
- Added flag
extendsuch that polygons returned byh3_h3_to_geo_boundaryare not wrapped at 180th meridian.
0.3.0 - 2018-12-11
Added
- First public release.