Skip to content

Releases: zachasme/h3-pg

v3.7.1

23 Jun 11:34
Compare
Choose a tag to compare
  • Update h3 core library to v3.7.1

v3.7.0

30 Sep 12:15
Compare
Choose a tag to compare
  • ⚠️ Default unit for h3_hex_area and h3_edge_length changed to kilometers
  • Update h3 core library to v3.7.0
  • Add h3_point_dist and h3_exact_edge_length bindings
  • Add distance operator <->
  • Fix h3_to_geography and h3_to_geometry refering to removed functions if extension was upgraded from pre-1.0
  • Add optional input validation in geoToH3 (see #41, thanks @trylinka)
  • Support unit as string argument in h3_hex_area and h3_edge_length (and flag previous version for deprecation)

v3.6.5

14 Aug 08:31
Compare
Choose a tag to compare
  • Add support for partitioning by hash (see #37, thanks @AbelVM)
  • Fix difference in function flags between fresh install and upgrades (see #38, thanks @AbelVM)

v3.6.4

29 Jun 11:13
Compare
Choose a tag to compare
  • Update h3 core library to v3.6.4

v3.6.3

08 Apr 07:43
Compare
Choose a tag to compare
  • Build h3 core using release flag for 2x/3x performance (see #23, thanks @Komzpa)

v3.6.2

07 Apr 13:58
Compare
Choose a tag to compare
  • Add parallel safety flags to PostGIS functions (see #19, thanks @Komzpa)
  • Add B-Tree sort support (see #24, thanks @Komzpa)
  • ⚠️ Make type h3index pass-by-value on supported systems (see #22, #26, thanks @Komzpa)
  • Update h3 core library to v3.6.3

v3.6.1

09 Dec 11:27
b88b8f8
Compare
Choose a tag to compare
  • Add &&, @> and <@ operators for overlaps, contains and contained by respectively
  • Fix PostgreSQL 12 build (see #18, thanks @Komzpa)
  • Update h3 core library to v3.6.1

v3.6.0

07 Oct 15:21
Compare
Choose a tag to compare
  • Add support for bigint cast (see #9, thanks @kmacdough)
  • Add h3_to_center_child binding
  • Add h3_get_pentagon_indexes binding
  • Update h3 core library to v3.6.0

v3.5.0

01 Aug 12:32
5a164e7
Compare
Choose a tag to compare
  • Add h3_get_faces binding
  • ⚠️ Replace h3_hex_area_m2 and h3_hex_area_km2 with h3_hex_area
  • ⚠️ Replace h3_edge_length_m and h3_edge_length_km with h3_edge_length
  • ⚠️ Remove hex_range, hex_ranges and hex_range_distances
  • Remove h3 core library version check, since we know which version we are linking
  • Fix PostgreSQL 12 build (see #4, thanks @Komzpa)
  • Update h3 core library to v3.5.0

v3.4.1

14 Jun 11:35
025f9c7
Compare
Choose a tag to compare
  • Fix abs warning