Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 987 Bytes

CHANGES.md

File metadata and controls

29 lines (21 loc) · 987 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is loosely based on Keep a Changelog, and this project adheres to Semantic Versioning.

Unreleased (YYYY-MM-DD TBD)

  • Upgrade geoarrow to 0.2 and arrow to 51

v0.4.0 (2024-03-01)

  • Update h3o to 0.6.
  • Upgrade geo to 0.28
  • Upgrade rstar to 0.12
  • Upgrade geozero to 0.12

v0.3.0 (2024-02-06)

  • Extend documentation on ParseUtf8Array::parse_utf8array.
  • Add ChangeResolutionOp::change_resolution_list.
  • Update geozero to 0.11.
  • Update h3o to 0.5.
  • Migrate from arrow2 to the official apache arrow implementation and aligned naming. This comes along with many API changes. geoarrow::ToWKBLines has been removed.

v0.2.0 (2023-08-31)

  • Upgrade h3o from v0.3 to v0.4. Due to the new polyfill modes this lead to API breakages in the ToCellsOptions struct.

v0.1.0 (2023-07-24)

  • Initial release