eloraiby / delaunay

Relatively Robust Divide and Conquer 2D Delaunay Construction Algorithm in $O(n \log n)$
GNU Affero General Public License v3.0
126 stars 34 forks source link

The library needs a version #10

Open bast opened 7 years ago

bast commented 7 years ago

It would be good to give this code a version. This will make it easier for me to version the Python package accordingly.

eloraiby commented 7 years ago

Indeed, I will review your changes this weekend and add another option to the api to filter illegal input.

bast commented 7 years ago

Great. No rush. I am working on the Python interface. Looks good but want to test it more on my fork before contributing it.