Releases: zachasme/h3-pg
Releases · zachasme/h3-pg
v4.2.2
- More upstream copy/paste in support of Debian package (see #169, thanks @df7cb)
v4.2.1
- Copy
h3Index.h
from upstream in support of Debian package (see #169, thanks @df7cb)
v4.1.3
- Add
geometry @ int
and geography @ int
operators, as shortcuts for h3_lat_lng_to_cell
.
- Explain PostGIS SRID expectations (see #131 , thanks @rustprooflabs)
v4.1.2
- Actually fix
h3_postgis
upgrade path (see #117, thanks @mngr777)
v4.1.0
- Bump
h3
to v4.1.0
- Add bindings for
h3_cell_to_child_pos
and h3_child_pos_to_cell
.
- Use CMake for entire build (see #70)
- Add helper to fix pass-by-value migration (see #111)
- Allow distance operator
<->
to work for cells at different resolutions (using center child).
v4.0.3
- Add BRIN operator class (see #97, thanks @mngr777)
- Split PostGIS multipolygons by 180th meridian (see #90, thanks @mngr777)
- Add aggregate functions for
h3_postgis
(see #91, thanks @mngr777)
- Add recursive
h3_grid_path_cells
(see #93, thanks @mngr777)