Skip to content

v0.12.0

Compare
Choose a tag to compare
@github-actions github-actions released this 06 Sep 14:33
· 5 commits to main since this release
v0.12.0
c03518b

Fixed

  • Fixed broken links in usage logging docs. Cheers once more to @NeoKish! (#417)
  • Fixed issues with runner type validation due to changes in Pydantic 2 behavior. (#421)
  • Fixed a typo in one the plotting blueprint modules. Eagle eyes @nikml! (#418)

Added

  • Added multiclass support for estimated and realized performance metrics average_precision and business_value. (#409)
  • Added threshold value limits for multiclass metrics. (#411)

Changed

  • Made the dependencies required for database access optional. Big thanks to @Duncan-Hunter
  • Improved denominator checks in CBPE base estimation functions. (#416)
  • Relaxed constraints for the rich dependency. (#422)

Removed

  • Dropped support for Python 3.7 as it was causing major issues with dependencies. (#410)