Skip to content

Releases: DeptSaludPR/Biomatch

0.12.0

16 May 13:43
74c6b19
Compare
Choose a tag to compare
0.12.0 Pre-release
Pre-release

What's Changed

Full Changelog: v0.11.0...v0.12.0

0.11.0

25 Apr 02:08
fb104c9
Compare
Choose a tag to compare
0.11.0 Pre-release
Pre-release

What's Changed

  • feat: cache birth date text as char array and optimize the difference calculations for DateOnly texts by @gabynevada in #62
    • Optimize general match operations by ~40%

Full Changelog: v0.10.0...v0.11.0

0.10.0

18 Apr 16:23
07532ad
Compare
Choose a tag to compare
0.10.0 Pre-release
Pre-release

What's Changed

  • feat: add progress status to GetPotentialMatches by @gabynevada in #54
  • feat: optimize dictionary letter creation to avoid dictionary lookups by @gabynevada in #55
  • feat: optimize matching report progress generation by @gabynevada in #56
  • feat: add configuration to skip id equality verification to only when… by @gabynevada in #57
  • fix: fix skipping matching for records with the same dataset by @gabynevada in #58
  • chore: add global configuration to use new artifacts output by @gabynevada in #59
  • chore: Biomatch.Domain v0.10.0 by @gabynevada in #60
  • chore: bump Biomatch.CLI version to 0.10.0 by @gabynevada in #61

Full Changelog: v0.9.0...v0.10.0

0.9.0

12 Apr 21:05
3644eae
Compare
Choose a tag to compare
0.9.0 Pre-release
Pre-release

What's Changed

  • feat: optimize GetCharactersStartAndEndIndex to return tuple of start… by @gabynevada in #52
  • feat: optimize string normalization and sanitize functions by @gabynevada in #53

Full Changelog: v0.8.0...v0.9.0

0.8.0

29 Mar 01:32
73c8052
Compare
Choose a tag to compare
0.8.0 Pre-release
Pre-release

What's Changed

  • feat: update deduplicate operation to only output matches will all their duplicates by @gabynevada in #51

Full Changelog: v0.7.0...v0.8.0

0.7.0

27 Mar 14:03
873faab
Compare
Choose a tag to compare
0.7.0 Pre-release
Pre-release

What's Changed

Full Changelog: v0.6.0...v0.7.0

0.6.0

02 Mar 20:34
0328f66
Compare
Choose a tag to compare
0.6.0 Pre-release
Pre-release

What's Changed

  • feat: add test for phone number parser by @gabynevada in #44
  • feat: change phone number parser to validate phone number or return empty string by @gabynevada in #44

Full Changelog: v0.5.0...v0.6.0

0.5.0

02 Mar 20:12
b3b4c39
Compare
Choose a tag to compare
0.5.0 Pre-release
Pre-release

What's Changed

Full Changelog: v0.4.0...v0.5.0

v0.4.0

03 Feb 16:33
6eaabb5
Compare
Choose a tag to compare
v0.4.0 Pre-release
Pre-release

What's Changed

  • feat(benchmark): add benchmark switcher to facilitate different tests by @gabynevada in #39
  • feat: optimize matching process by utilizing ReadOnlySpans to reduce … by @gabynevada in #40
  • feat: reduce memory allocations for field distance for birthdate by @gabynevada in #41
  • feat: optimize find duplicates parallel processing by @gabynevada in #42

Full Changelog: v0.3.0...v0.4.0

v0.3.0

03 Jan 15:25
adf1690
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release

What's Changed

  • chore: update dependencies by @gabynevada in #38
  • feat: use lastName dictionary to detect name parts

Full Changelog: v0.2.0...v0.3.0