AJ Friend

Results 94 issues of AJ Friend

I'd like a better Cython primitive for allocating, filling, and converting from an H3 index array to a Cython `memview` than our current approach of paired function calls to `create_ptr`...

v4

Is it possible to drop `setup.py` for the more-modern `pyproject.toml` approach? https://pip.pypa.io/en/stable/reference/build-system/pyproject-toml/ Dropping legacy python versions in v4.0 should help unlock this.

v4

We'd like to simplify the error checking and handling in `h3-py` v4 by: - doing fewer correctness tests in Python/Cython code (as long as that won't allow for segfaults), deferring...

v4

I'd like to set up the docs to: - build and deploy when I push to `master` at [ajfriend/h3-py](https://github.com/ajfriend/h3-py) - so that I can preview at [ajfriend.github.io/h3-py](https://ajfriend.github.io/h3-py) - build and...

docs

We should add some comments on the `unstable` APIs. Probably don't want to go too deep on documentation here. (Or maybe we're fine with whatever the auto-generated function signatures provide?)...

https://github.com/executablebooks/sphinx-book-theme/issues/383

help wanted
docs

`requirements.in` was a temporary solution for https://github.com/uber/h3-py/issues/153, until jazzband/pip-tools#1047 gets resolved.

- https://pandas.pydata.org/speed/pandas/ - https://github.com/marketplace/actions/continuous-benchmark - https://pytest-benchmark.readthedocs.io/en/stable/