Skip to content

📦️ Remove `scipy` dependency

Compare
Choose a tag to compare
@azogue azogue released this 08 Apr 18:31
· 8 commits to master since this release
d4d1026
Changes (from #59)
  • ⚡️ Use simple 1D interpolator to project lines, instead of scipy.interpolate.interp1d
  • ✅ Add tests for convex hulls of given points
  • ⚡️ Use simple convex hull algorithm, to compute zones to group annotated points, instead of using scipy.spatial.ConvexHull
  • 📦️ Bump version, removing scipy dependency