Skip to content

v3.2.0

Compare
Choose a tag to compare
@RobinL RobinL released this 30 Aug 16:43
· 6793 commits to master since this release

What's Changed

There are two minor breaking changes:

(1). settings must now always be provided to instantiate the linker object. The most minimal settings object is {"link_type": your_link_type}
(2). By default, EM training sessions no longer estimate the probability_two_random_records_match. This can be enables by passing an argument explicitly.

Features

Other

New Contributors

Full Changelog: v3.1.0...v3.2.0.dev01