drufat / triangle

Python bindings to the triangle library
GNU Lesser General Public License v3.0
224 stars 53 forks source link

changelog? #38

Open GliderGeek opened 4 years ago

GliderGeek commented 4 years ago

thanks for this nice library. is there a list of changes for each version? im still pinning on 20170429 and would like to know what changed. particularly interested in possible backward incompatible changes.

drufat commented 4 years ago

I just simplified the code to make it more maintainable. There shouldn't be any backward incompatible changes.

By the way, this is just a thin wrapper around Shewchuk's triangle library. Most of the work is in the underlying C code belongs to him so credit should go to him.

GliderGeek commented 4 years ago

great, thanks for the quick reply