0.5.0
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