JuliaGeometry / VoronoiDelaunay.jl

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

Feature iterator instead of channel for voronoiedges #58

Closed Wikunia closed 2 years ago

Wikunia commented 2 years ago

A new version of #53 with an additional iterator approach for the without generators iteration of voronoi edges. Should wait for #57 to make sure that this provides the same behavior.

Closes #53.

Co-authored-by: Mikko Kuronen mikko.p.kuronen@gmail.com

codecov[bot] commented 2 years ago

Codecov Report

Merging #58 (2776f31) into master (f484df6) will decrease coverage by 0.22%. The diff coverage is 96.15%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #58      +/-   ##
==========================================
- Coverage   87.26%   87.03%   -0.23%     
==========================================
  Files           1        1              
  Lines         424      432       +8     
==========================================
+ Hits          370      376       +6     
- Misses         54       56       +2     
Impacted Files Coverage Δ
src/VoronoiDelaunay.jl 87.03% <96.15%> (-0.23%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update f484df6...2776f31. Read the comment docs.

Wikunia commented 2 years ago

Thanks for merging 😊 looking forward to the release