lstagner / ConcaveHull.jl

Julia package for calculating 2D concave/convex hulls
Other
28 stars 13 forks source link

fix test errors and deprecations on julia v0.7 #5

Closed rdeits closed 6 years ago

rdeits commented 6 years ago

Happy Upgradathon Friday!

This PR fixes the test errors and deprecation warnings on Julia v0.7. It also updates the minimum required Julia version to v0.7-alpha.

codecov-io commented 6 years ago

Codecov Report

Merging #5 into master will increase coverage by 7.18%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master      #5      +/-   ##
=========================================
+ Coverage   86.32%   93.5%   +7.18%     
=========================================
  Files           3       3              
  Lines         117      77      -40     
=========================================
- Hits          101      72      -29     
+ Misses         16       5      -11
Impacted Files Coverage Δ
src/ConcaveHull.jl 100% <ø> (+87.5%) :arrow_up:
src/hull.jl 95.65% <ø> (+9.16%) :arrow_up:
src/concave_hull.jl 92.45% <100%> (-2%) :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 5ebbfca...b45d4e5. Read the comment docs.

lstagner commented 6 years ago

Thanks for this! Do you know if there is a guide for switching to the new package system?