Skip to content

Version 0.9.0 (21 June 2017)

Compare
Choose a tag to compare
@J535D165 J535D165 released this 28 Dec 12:57
· 288 commits to master since this release
  • A new index API. The new index API is no longer a single class
    (recordlinkage.Pairs(...)) with all the functionality in it. The new API
    is based on Tensorflow and FEBRL. With the new structure, it easier to
    parallise the record linkage process. In future releases, this will be
    implemented natively. See the reference page for more information and migrating. <http://recordlinkage.readthedocs.io/en/latest/ref-index.html>_
  • Significant speed improvement of the Sorted Neighbourhood Indexing
    algorithm. Thanks to @perryvais (PR #32).
  • The function binary_comparisons is renamed. The new name of the function
    is binary_vectors. Documentation added to RTD.
  • Added unit tests to test the generation of random comparison vectors.
  • Logging module added to separate module logs from user logs. The
    implementation is based on Tensorflow.