Skip to content

Releases: uber/h3-py

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

v4.0.0b3

12 Mar 20:47
89c3720
Compare
Choose a tag to compare
v4.0.0b3 Pre-release
Pre-release

[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

09 Mar 18:55
Compare
Choose a tag to compare

[3.7.7] - 2024-03-09

  • Build Python 3.12 wheels (#344)

v4.0.0b2

24 Nov 00:32
3eece40
Compare
Choose a tag to compare

[4.0.0b2] - 2022-11-23

  • Build Python 3.11 wheels (#297)

v3.7.6

24 Nov 19:28
Compare
Choose a tag to compare

[3.7.6] - 2022-11-23

  • Build Python 3.11 wheels (#299)

v4.0.0b1

23 Aug 18:30
5ed4102
Compare
Choose a tag to compare
v4.0.0b1 Pre-release
Pre-release

[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

15 Apr 19:08
d1a5a3b
Compare
Choose a tag to compare

[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

12 Jun 23:46
fd43513
Compare
Choose a tag to compare

[3.7.3] - 2021-06-12

  • Wheels for Linux Aarch64 (#189)

v3.7.2

02 Mar 04:56
a7cac3e
Compare
Choose a tag to compare

[3.7.2] - 2021-03-01

  • Add vectorized h3_to_parent and h3_get_resolution (#166)