inpoly-python icon indicating copy to clipboard operation
inpoly-python copied to clipboard

A fast 'point(s)-in-polygon' test for Python.

Results 4 inpoly-python issues
Sort by recently updated
recently updated
newest added

Add support for [PEP518](https://peps.python.org/pep-0518/) while fixing https://github.com/dengwirda/inpoly-python/pull/12 along the way.

~~* following https://stackoverflow.com/questions/19919905/how-to-bootstrap-numpy-installation-in-setup-py~~ * following https://stackoverflow.com/questions/54117786/add-numpy-get-include-argument-to-setuptools-without-preinstalled-numpy

* When trying to build I get this catch22/circular dependency on numpy however in my setup.cfg file I list `numpy` prior to `inpoly`. ``` Collecting inpoly 50 Downloading inpoly-0.1.2.tar.gz (185...

Hey Darren, I used [`line_profiler`](https://github.com/rkern/line_profiler) with a decorator above the kernel `_inpoly()` to see if there were any hotspots we could improve...Overall great. Below is the output from `line_profiler` running...

enhancement