v3.8.0
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 theindex_version
for each dataset, and listing an array of allcurrent
andoutdated
datasets in the index. - Various dependency upgrades.