Skip to content

Releases: zachasme/h3-pg

v3.4.0

13 Jun 09:42
75ba5cf
Compare
Choose a tag to compare
  • ⚠️ Remove degree/radian conversion helpers (in favor of built-in RADIANS/DEGREES)

v1.0.6

03 Jun 08:22
c724334
Compare
Choose a tag to compare
  • Update h3 core library to v3.4.4

v1.0.5

15 Feb 12:19
Compare
Choose a tag to compare
  • Fix update path

v1.0.4

15 Feb 11:52
Compare
Choose a tag to compare
  • Fix polyfill for polygon with multiple holes

v1.0.3

27 Jan 17:19
Compare
Choose a tag to compare
  • Fix update path

v1.0.2

27 Jan 16:43
Compare
Choose a tag to compare
  • Remove git tag check in distribute makefile target, since it causes error on pgxn install

v1.0.1

27 Jan 16:27
Compare
Choose a tag to compare
  • Remove usage of FALSE instead of 0 in conditional in ASSERT macro

v1.0.0

27 Jan 16:18
Compare
Choose a tag to compare
  • Add h3_get_extension_version()
  • Add hash operator class, now WHERE IN works
  • ⚠️ Replace h3_basecells with h3_get_res_0_indexes
  • ⚠️ Rename all functions with double h3_h3_ prefix to use single h3_ prefix
  • ⚠️ Remove h3_haversine_distance function
  • ⚠️ Change Makefile such that the h3 core library is cloned, built and statically linked
  • Test that upgrade path has same result as fresh install

v0.4.0

12 Jan 14:49
Compare
Choose a tag to compare
  • Add h3_line binding
  • Fix h3_h3_to_children_slow

v0.3.2

08 Jan 14:48
Compare
Choose a tag to compare
  • ⚠️ Fix btree operator class indexing