Skip to content

Releases: uber/h3-py

v4.1.2

27 Oct 03:17
d061d81
Compare
Choose a tag to compare

[4.1.2] - 2024-10-26

  • Build Python 3.13 wheels (#425)

v4.1.1

14 Oct 00:54
3c1d235
Compare
Choose a tag to compare

[4.1.1] - 2024-10-13

  • Make sure docs and PyPI page are up-to-date.

v4.1.0

14 Oct 00:17
a8f9a08
Compare
Choose a tag to compare

[4.1.0] - 2024-10-13

  • Final v4.1 release inculdes all v4.x changes below.

[4.1.0b3] - 2024-10-05

  • Allow for str subtypes, like numpy.str_ (#408)

[4.1.0b2] - 2024-09-27

  • Add cell_to_child_pos, child_pos_to_cell, cell_to_children_size (#405)

[4.1.0b1] - 2024-09-26

  • Bump h3lib to v4.1.0 (#402)
  • Add polygon_to_cells alias (#399)

[4.0.0b7] - 2024-09-04

  • Use pyproject.toml and scikit-build-core (#378)

[4.0.0b6] - 2024-09-03

  • Added bindings for cellToVertex, cellToVertexes, vertexToLatLng, and isValidVertex (#388)

[4.0.0b5] - 2024-05-19

  • Rename H3Poly and H3MultiPoly to LatLngPoly and LatLngMultiPoly (#364)
  • Add ability to convert from __geo_interface__ objects with Z-coordinate (#371)

[4.0.0b4] - 2024-04-14

No changes, just testing: #360

[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)

[4.0.0b2] - 2022-11-23

  • Build Python 3.11 wheels (#297)

[4.0.0b1] - 2022-08-23

Beta release; feedback welcome!

v4.1.0b3

06 Oct 05:19
6d9a5fc
Compare
Choose a tag to compare
v4.1.0b3 Pre-release
Pre-release

[4.1.0b3] - 2024-10-05

  • Allow for str subtypes, like numpy.str_ (#408)

v4.1.0b2

27 Sep 22:39
5d9acb0
Compare
Choose a tag to compare
v4.1.0b2 Pre-release
Pre-release

[4.1.0b2] - 2024-09-27

  • Add cell_to_child_pos, child_pos_to_cell, cell_to_children_size (#405)

v4.1.0b1

27 Sep 02:12
b168018
Compare
Choose a tag to compare
v4.1.0b1 Pre-release
Pre-release

[4.1.0b1] - 2024-09-26

  • Bump h3lib to v4.1.0 (#402)
  • Add polygon_to_cells alias (#399)

v4.0.0v7

04 Sep 22:26
5c8e100
Compare
Choose a tag to compare
v4.0.0v7 Pre-release
Pre-release

[4.0.0b7] - 2024-09-04

  • Use pyproject.toml and scikit-build-core (#378)

v4.0.0b6

04 Sep 00:15
cec946a
Compare
Choose a tag to compare
v4.0.0b6 Pre-release
Pre-release

[4.0.0b6] - 2024-09-03

  • Added bindings for cellToVertex, cellToVertexes, vertexToLatLng, and isValidVertex (#323)

v4.0.0b5

19 May 17:00
d3f6c1d
Compare
Choose a tag to compare
v4.0.0b5 Pre-release
Pre-release

[4.0.0b5] - 2024-05-19

  • Rename H3Poly and H3MultiPoly to LatLngPoly and LatLngMultiPoly (#364)
  • Add ability to convert from __geo_interface__ objects with Z-coordinate (#371)

v4.0.0b4

14 Apr 17:43
0a588eb
Compare
Choose a tag to compare
v4.0.0b4 Pre-release
Pre-release

[4.0.0b4] - 2024-04-14

No changes, just testing: #360