Skip to content

v0.20.0 - 2025-04-11

Compare
Choose a tag to compare
@amontanez24 amontanez24 released this 11 Apr 17:44
· 40 commits to main since this release

New Features

  • Consolidate handling of datetime columns - Issue #741 by @frances-h
  • Improve handling of datetime columns for metrics - Issue #740 by @lajohn4747
  • DCR metrics should allow the possibility of constant numerical columns - Issue #739 by @lajohn4747
  • Add DCRBaselineProtection metric - Issue #720
  • Add DCROverfittingProtection metric - Issue #719 by @lajohn4747

Bugs Fixed

  • Visualization get_column_plot crashes if I have a column of all null values - Issue #757 by @npatki
  • The DCRBaselineProtection metric is not creating the correct size of random data - Issue #743 by @lajohn4747
  • The DCRBaselineProtection metric is not producing the expected score - Issue #742 by @lajohn4747
  • The DCRBaselineProtection metric crashes when the distance between random data and real data is 0 - Issue #738 by @npatki
  • DCROverfitting and DCRBaseline metrics produce too many warnings about missing columns. - Issue #737 by @lajohn4747
  • Wrong default values for the classifier parameter of the BinaryClassifierPrecisionEfficacy - Issue #734 by @R-Palazzo

Maintenance

  • Upgrade pomegranate dependency to Python 3.13 - Issue #717 by @R-Palazzo