Files
watcher/releasenotes/notes/add-scoring-module-fa00d013ed2d614e.yaml
Sean Mooney 5f79ab87c7 [pre-commit] fix typos and configure codespell
This chanage enabled codespell in precommit and
fixes the existing typos.

A followup commit will enable this in tox and ci.

Change-Id: I0a11bcd5a88247a48d3437525fc8a3cb3cdd4e58
2024-11-07 19:50:21 +00:00

8 lines
265 B
YAML

---
features:
- Added a generic scoring engine module, which
will standardize interactions with scoring engines
through the common API. It is possible to use the
scoring engine by different Strategies, which
improve the code and data model reuse.