Skip to content

0.5.0

Compare
Choose a tag to compare
@zkat zkat released this 27 Apr 02:28
· 119 commits to main since this release
2b3b125

Got a few goodies in this release, mainly focused around composite actions and
scorers, which were apparently broken.

Shout out again to @piedoomy for some of these
contributions!

Features

  • actions: Add new Concurrently composite action (6c736374)
  • evaluators: added inversed linear evaluator helper (#19) (f871d19e)
  • scorers: Added WinningScorer composite scorer (#20) (748b30ae)

Breaking Changes

  • scorers: Composite Scorers now all use .push() instead of a mixture of .push() and .when(). Please update any usages of composite scorers (63bad1fd

Bug Fixes

  • scorers:
    • Scorer builders now properly return themselves (63bad1fd
    • Fixed error where wrong component for SumOfScorers was attached (#21) (71fd05a6)