Skip to content

Releases: ing-bank/EntityMatchingModel

v2.1.7

18 Nov 20:20
Compare
Choose a tag to compare

What's Changed

  • ENH: Update create_training_name_pairs to pass additional arguments to prepare_name_pairs by @chrispyl in #29

Full Changelog: v2.1.6...v2.1.7

v2.1.6

07 Oct 18:09
Compare
Choose a tag to compare

What's Changed

  • PKG: increase minimum Python version by @sbrugman in #24
  • FIX: propagate dtype to idf_ for large corpuses in PandasNormalizedTfidfVectorizer by @chrispyl in #26

New Contributors

Full Changelog: v2.1.5...v2.1.6

v2.1.5

24 Sep 12:07
Compare
Choose a tag to compare

What's Changed

  • FIX: add preprocess_merge_abbr_v0 str cleaning option for bkw-compatibility by @mbaak in #21

Full Changelog: v2.1.4...v2.1.5

v2.1.4

18 Sep 07:01
Compare
Choose a tag to compare

What's Changed

  • FIX: allow either nullable int or string for gt_entity_id column by @mbaak in #20

Full Changelog: v2.1.3...v2.1.4

v2.1.3

16 Sep 06:28
Compare
Choose a tag to compare

What's Changed

  • FIX: keep gt_entity_id as int64 when no-match candidates (with nans) are added, by @mbaak in #19

Full Changelog: v2.1.2...v2.1.3

v2.1.2

10 Sep 07:01
Compare
Choose a tag to compare

What's Changed

  • FIX: ensure sklearn and spark tfidf compatibility for sklearn >= 1.5 by @mbaak in #18

Full Changelog: v2.1.1...v2.1.2

v2.1.1

23 Apr 11:27
Compare
Choose a tag to compare

What's Changed

  • ENH: added parse_blocking_func function that accepts strings as input by @mbaak in #14

Full Changelog: v2.1.0...v2.1.1

v2.1.0

22 Apr 07:52
Compare
Choose a tag to compare

What's Changed

  • CHG: Switch from deprecated awesome_cossim_topn top sp_matmul_topn by @RUrlus in #10
  • ENH: several small fixes and updates by @mbaak in #12
  • REL: version 2.1.0 by @mbaak in #13

New Contributors

Full Changelog: v2.0.1...v2.1.0

v2.0.1

16 Feb 19:53
Compare
Choose a tag to compare

What's Changed

  • ENH: for training set preparation add option to drop same names witho… by @mbaak in #7
  • ENH: positive set parameter by @mbaak in #8

Full Changelog: v2.0.0...v2.0.1

v2.0.0

08 Dec 15:59
Compare
Choose a tag to compare

Initial open-source release of the EntityMatchingModel