AJ Friend

Results 176 comments of AJ Friend

This should be fixed with https://github.com/uber/h3-py/releases/tag/v4.0.0b5, so I'll close this. Please let me know if you have any issues!

Gotta drops builds like https://github.com/uber/h3-py/pull/363

h3-py v4.0 should be released soon. If you haven't already, please try the beta releases and let us know if you have any issues. After releasing v4.0, we can pretty...

+1. I would find this very useful. Specifically, it would be great to have something like https://matplotlib.org/stable/api/_as_gen/matplotlib.pyplot.savefig.html for `GT` so that I can manually export a table as a png,...

It would be nice to have a "modern" build as well: `pyproject.toml` and maybe something along the lines of https://learn.scientific-python.org/development/guides/packaging-compiled/

I made a sloppy first attempt here: https://github.com/ajfriend/h3_example_package

Hmmm, good catch @wingkitlee0. That's weird. Off the top of my head, I'm not sure why that's happening, but it does seem wrong. I can try to take a look...

Nice. Would you be willing to put up a PR to fix? In the long term, I think we could also try to modernize the build, as in https://github.com/uber/h3-py/issues/340

> Also, I excluded the following files previously listed in `MANIFEST.in`: > > ``` > makefile > pyproject.toml > setup.py > src/h3lib # probably we do not need the source...

> Now, after `pip install .` and `pip uninstall h3`, I got This is great! This wouldn't be blocking, but I wonder if we could write a CI test to...