H3 Py Versions Save

Python bindings for H3, a hierarchical hexagonal geospatial indexing system

v4.0.0b4

1 month ago

[4.0.0b4] - 2024-04-14

No changes, just testing: #360

v4.0.0b3

2 months ago

[4.0.0b3] - 2024-03-11

  • Change supported Python versions to 3.7, 3.8, 3.9, 3.10, 3.11, 3.12 (#324, #325, #347, #348)
  • New h3.Polygon()/GeoJSON interface (#301)
  • Use functions instead of methods for the interface functions (#334)
  • Use list instead of set for unordered Python outputs (#339)

v3.7.7

2 months ago

[3.7.7] - 2024-03-09

  • Build Python 3.12 wheels (#344)

v3.7.6

1 year ago

[3.7.6] - 2022-11-23

  • Build Python 3.11 wheels (#299)

v4.0.0b2

1 year ago

[4.0.0b2] - 2022-11-23

  • Build Python 3.11 wheels (#297)

v4.0.0b1

1 year ago

[4.0.0b1] - 2022-08-23

Beta release; feedback welcome!

  • Move to v4.0 of the core C library (#250)
    • Function name changes
    • New error system
    • New interfaces for polygon_to_cells and cells_to_polygons involving a new h3.Polygon class
  • Expose the Cython API (#234)
    • Note: The Cython API is not yet stable, and should only be used for experimentation

v3.7.4

2 years ago

[3.7.4] - 2022-04-14

  • Website and API documentation; along with docstring cleanup.
  • Add support for linters and IDE tooling (#213)
  • Remove Py 3.5 wheel for Windows (#214)
  • Py 3.10 wheels and on more architectures (#220, #221, #223, #225)
  • Greatly reduce sdist size (#227, #229)

v3.7.3

2 years ago

[3.7.3] - 2021-06-12

  • Wheels for Linux Aarch64 (#189)

v3.7.2

3 years ago

[3.7.2] - 2021-03-01

  • Add vectorized h3_to_parent and h3_get_resolution (#166)

v3.7.1

3 years ago
  • fix for #169: h3_distance error reporting (#175)
  • build Python 3.9 wheel for Mac (#175)
  • bump h3lib version to v3.7.1 (#175)