- Allow for Makie plots
- @deprecate triunsuitable triunsuitable!
- Remove PyPlot dependency for docs, replace by CairoMakie
- JuliaFormatter
- Fix ReadOnlyMemoryError occuring sometimes on windows for Julia <=1.8 and consistently for 1.9
- New upstream repo for Triangle c source: https://github.com/JuliaGeometry/Triangle
- switch Julia wrapper to MIT license
- Explain licensing terms of Triangle similar to the cases of FFTW and TetGen
Breaking (but not for core functionality): don't export plot anymore
- rename plot to plot_triangulateio
- keep Triangulate.plot (not exported)
- Add option to plot circumcenters with PyPlot
- bug fix: ownerships of regionlist, holelist
- bug fix: dimension of region list
- added several numberof... methods
- modified constructor: now we can write TriangulateIO(pointlist=...)
- added Base.show method for triangulateio compatible with modified constructor
- plot more stuff (regionlist, triangleattributes)
- export plot things
- throw TriangulateError instead of exiting Julia
- use binaries built with binary builder
- Initial release