JuliaGeometry / VoronoiDelaunay.jl

Fast and robust Voronoi & Delaunay tessellation creation with Julia
Other
123 stars 26 forks source link

1.0 compatibility #45

Closed mkborregaard closed 5 years ago

mkborregaard commented 5 years ago

This seems to be one of the packages that have been automatically capped to julia 0.6. Are you planning to issue a 1.0-compatible release soonish? I see that there's active updating going on to that effect :-)

skariel commented 5 years ago

I can use it fine with Julia v1.0.0, just tested. Only a couple of warning when using but otherwise all good...

mkborregaard commented 5 years ago

Awesome, then it's possible just a case of pushing a release (it won't install because of the auto-cap).

dkarrasch commented 5 years ago

@mkborregaard Did you get the update? It should be running without any warnings on Julia v0.7/1.0.

mkborregaard commented 5 years ago

I did, thank you!