Skip to content

v0.2.0

Compare
Choose a tag to compare
@remydubois remydubois released this 17 Nov 12:06
· 68 commits to main since this release
  • Discarded BallTree and KDTree which are now replaced by a RTree: as fast and hyperparameter-free
    -> lsnms.nms is now twice faster to compile (only one tree to compile)
  • cutoff_distance and tree are now deprecated. Warnings are issued when those are specified.
  • cleared the tests structure
  • added types conversion and sanity checks for data shape, etc
  • cached all the jitted function which could (the non recursive ones) -> saves 2 seconds of compilation time at first use.
    -> lsnms.nms is now hyperparameter free, runs just as fast as before, and almost three times faster to compile at first use.