Releases: JuliaGeometry/VoronoiDelaunay.jl
Releases · JuliaGeometry/VoronoiDelaunay.jl
v0.4.4
v0.4.3
VoronoiDelaunay v0.4.3
Closed issues:
- Native 32 bit support (#62)
Merged pull requests:
- Support native 32 bit (#63) (@dkarrasch)
v0.4.2
VoronoiDelaunay v0.4.2
Merged pull requests:
- Revert breaking changes on DelaunayTessellation iteration (#61) (@dkarrasch)
v0.4.1
VoronoiDelaunay v0.4.1
Closed issues:
- Performance of iterating with
delaunayedges
(#47)
Merged pull requests:
- Install TagBot as a GitHub Action (#52) (@JuliaTagBot)
- Update CI infrastructure (#56) (@dkarrasch)
- tests for counting edges (#57) (@Wikunia)
- Feature iterator instead of channel for voronoiedges (#58) (@Wikunia)
- Make
delaunayedges
return a proper iterator (#59) (@dkarrasch)
v0.4.0
fix iterator
update to new iterator interface (#44) * update to new iterator interface * add iterator test * update Travis CI
VoronoiDelaunay.jl for Julia v1.0
- compatibility with Julia v0.7/1.0
- drop support for Julia v0.6
VoronoiDelaunay for Julia v0.6
v0.2.0 Fix misspelled command
v0.1.0: Update REQUIREments
GeometricalPredicates must be compatible with both Julia v0.4 and v0.5
v0.0.3: Merge pull request #20 from tkelman/patch-1
Modernize Travis configuration