0.10.0 (June 30, 2022)#

Refactor scoring functions.

Added#

  • The HeuristicScore class, which enables filter-based short-circuiting and alias heuristics for score functions.

Removed#

  • The filter_functions.score_with_heuristics function; replaced by the more general HeuristicScore class.

Changed#

  • Make translation.factory module public.

  • Rename MappingScoreFunction -> ScoreFunction.

  • Add a third mandatory context parameter to all mapping functions. The source argument 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.