-------------------
In this release the project migrated to the [arrow memory model](https://arrow.apache.org/) and switched from the [h3ron library](https://github.com/nmandery/h3ron) to the Rust implementation of H3 named [h3o](https://github.com/HydroniumLabs/h3o). This comes along with safer code and [performance improvements](https://github.com/nmandery/rasterh3/issues/1). Although `h3ronpy` is no longer build on the `h3ron` rust crate, the name remains.
As a result of these migrations, the Python API has completely changed. Due to this it is easier to refer to the
new documentation than listing the changes here. That is another aspect of these changes - there now exists a sphinx generated
documentation.
Other changes:
- Upgrade from pyo3 0.18 to 0.19.