Skip to content

v3.8.0

Compare
Choose a tag to compare
@pudo pudo released this 04 Dec 09:13
· 349 commits to main since this release

This release brings a number of improvements:

  • Updated nomenklatura matching model (logic-v1) which now does SWIFT BIC matching and handles names with different tokenization better ("Jean-Paul Sartre" == "JeanPaul Sartre").
  • logic-v1 is now the default algorithm for the match API
  • The match API now supports a topics argument that can be used to match only entities with a particular topic tag (e.g. role.pep, sanction).
  • The /catalog endpoint now carries freshness data, giving the index_version for each dataset, and listing an array of all current and outdated datasets in the index.
  • Various dependency upgrades.