Jannik Kissinger

Results 67 comments of Jannik Kissinger

Thanks a lot for your work! Unfortunately i had to disable the `verify` step, because it fails in PRs from fork repositories. Any idea how to solve this? It would...

Hello. Can you try the poetry build commands?

There is a separate issue for upgrading h3. You may contribute for making this package compatible with the new API.

cf. heuristics proposed in [2] M. Kojima, “Efficient evaluation of polynomials and their partial derivatives in homotopy continuation methods”, Journal of the Operations Research Society of Japan, vol. 51, no....

Thanks for suggesting this. I believe one can use [numpy.vectorize](https://numpy.org/doc/stable/reference/generated/numpy.vectorize.html) for this. Feel free reopen this issue if that does not solve your use case.

Ok. Are you sure the evaluation on many points is really a bottleneck in your use case? On how many points are you evaluating a single polynomial at once? Without...

**Note:** since v1.3.0 the coefficients are interchangeable per default. optimising the factorisation wrt. the coefficients might make a new independent version of the procedure necessary

Thanks. Could you please add a test case with empty boundary coordinates? Then we can see if the code is working

I don't want to hijack this PR, but I want to point out that my package [timezonefinder](https://github.com/jannikmi/timezonefinder/stargazers) offers the same functionality and is being actively maintained. If you are missing...

I also think it is because of polygons within polygons. My algorithms is stopping when the point was found to be included in a polygon, too. I decided not to...