Skip to content

v0.10.7

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 07 Jun 12:28
· 6 commits to main since this release
v0.10.7
a24ab81

Changed

  • Optimized summary stats and overall performance by avoiding unnecessary copy operations and index resets in during chunking
    (#390)
  • Optimized performance of nannyml.base.PerMetricPerColumnResult filter operations by adding a short-circuit path
    when only filtering on period. (#391)
  • Optimized performance of all data quality calculators by avoiding unnecessary evaluations and avoiding copy and index reset operations
    (#392)

Fixed

  • Fixed an issue in the Wasserstein "big data heuristic" where outliers caused the binning to cause out-of-memory errors. Thanks! @nikml!
    (#393)
  • Fixed a typo in the salary_range values of the synthetic car loan example dataset. 20K - 20K € is now 20K - 40K €.
    (#395)