📦️ Remove `scipy` dependency
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