0.10.0 (June 30, 2022)#
Refactor scoring functions.
Added#
The
HeuristicScoreclass, which enables filter-based short-circuiting and alias heuristics for score functions.
Removed#
The
filter_functions.score_with_heuristicsfunction; replaced by the more generalHeuristicScoreclass.
Changed#
Make
translation.factorymodule public.Rename
MappingScoreFunction->ScoreFunction.Add a third mandatory
contextparameter to all mapping functions. Thesourceargument has been removed.
Fixed#
Fix handling logging of duplicate source discovery in MultiFetcher.
Allow empty fetching section in main config file when extra_fetchers are given.