Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use functions instead of methods for the interface functions (#334)
* starting refactor * remove stuff * unindent * remove self from function signatures * remove self. * remove staticmethod * set up symlinks * some linting * test for bad H3Shape * symlink note * just put everything in __init__.py * reorganize conversion functions * rename _api_funcs.py to _convert.py * use lazy import of numpy so we don't have to special case h3.api.numpy_int * DRY
- Loading branch information