Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 558 Bytes

NEWS.md

File metadata and controls

13 lines (12 loc) · 558 Bytes

version 0.1.0

  1. supports the following packages: RcppHNSW, mlpack and RcppAnnoy.
  2. supports blocking for deduplication and record linkage.
  3. metrics when true blocking is known based on igraph::compare.
  4. testing with the tinytest package.
  5. initial support for the reclin2 package.
  6. class blocking introduced.
  7. s3method for printing.
  8. first vignette added.
  9. evaluation with standard metrics (recall, fpr etc) added, works with vector for deduplication.
  10. added saving index for hnsw and annoy
  11. rnndescend support added.