Skip to content

Releases: uber/h3-py

v3.6.4

20 Jul 20:56
1f2a75a
Compare
Choose a tag to compare
  • Add requirements.in for pip-compile usage (#157)
  • Update h3-c to v3.6.4 (#157)
  • Add functions:
    • experimental_local_ij_to_h3 (#155)
    • experimental_h3_to_local_ij (#155)
    • h3.unstable.vect.cell_haversine (#147)
    • h3.unstable.vect.geo_to_h3 (#147)
    • Prototype v4 names under h3.unstable.v4 (#146)

v3.6.3

04 Jun 19:37
72db3f7
Compare
Choose a tag to compare

Add functions:
- get_res0_indexes
- h3_to_center_child
- h3_get_faces

v3.6.2

03 Jun 06:32
a2770bd
Compare
Choose a tag to compare
  • Improve error reporting on hex2int (#127)
  • Build Linux wheels for Python 2.7

v3.6.1

29 May 21:42
944d917
Compare
Choose a tag to compare
  • Switch to Cython wrapper implementation
  • Pre-built wheels on PyPI for Linux/Mac/Windows
  • Provide multiple APIs:
    • h3.api.basic_str
    • h3.api.basic_int
    • h3.api.numpy_int
    • h3.api.memview_int

Testing a PyPI upload

27 May 06:04
480bf97
Compare
Choose a tag to compare
Testing a PyPI upload Pre-release
Pre-release
add a twine check (#123)

* add a twine check

* let's actually try to do a release

* wheelhouse not dist

Testing release action

27 May 05:26
11a3df6
Compare
Choose a tag to compare
Pre-release

Just testing the release action

Testing release

27 May 03:42
7521efd
Compare
Choose a tag to compare
Testing release Pre-release
Pre-release

Just testing PyPI upload action

testing release

27 May 03:28
08daf33
Compare
Choose a tag to compare
testing release Pre-release
Pre-release

Not sure why release action isn't triggering.

v3.6.1 alpha testing release

27 May 03:20
08daf33
Compare
Choose a tag to compare
Pre-release

This is just a test release for testing the github action release workflows.

v3.1.0

07 Sep 00:15
7e20ba1
Compare
Choose a tag to compare
  • Added h3_distance function.
  • Updated the core library to v3.1.0.