You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.