- Polars expressions and series shortcuts. 33 - Parse directed edges and vertexes from utf8 strings. - Extend documentation of `cells_parse`. - Add `change_resolution_list` 35.
0.18.0
-------------------
- Added ``coordinates_to_cells`` function. - Added ``rasterize_cells`` function to generate raster arrays from cells. - Updated h3o from v0.3 to v0.4. Due to the new polyfill modes this leads to API changes in all functions converting geometries to cells. The ``all_intersecting`` parameter is now deprecated (will be removed in v0.19) and is replaced by ``containment_mode``.
0.17.5
-------------------
- Rework packaging and build process in CI. Adds support for apple silicon. [23](https://github.com/nmandery/h3ronpy/issues/23).
0.17.4
- Rebuild with h3o 0.3.4 to fix 25.
0.17.3
- Fixed `maxx` value returned by `cells_bounds_arrays` - a bug caused this to be identical to ``minx``. - Added `cells_to_string`, `vertexes_to_string` and `directededges_to_string` functions to convert to Utf8Array. - Added more documentation for the ``vector`` modules.
0.17.2
-------------------
- Support arrow2 `Utf8Array<i64>` / polars `LargeUtf8` in `cells_parse`. Fixes 24