Skip to content

v0.7.1

Compare
Choose a tag to compare
@JGSweets JGSweets released this 09 Aug 17:01
· 289 commits to main since this release
db52376

Profiler

  • Validate min_true_samples in update_profile #377
  • Add mode to numeric stats #382

Readers

  • Readers now accepts a url to a file for reading #375
  • Allow text to determine encoding automatically #378

Graphs

  • Graphs: Create function which accepts a profiler and creates histogram bar charts #367

Bug fixes

  • Fixes bug in _get_quantiles when median case occurs #383
  • Catch Divide by 0 bug for unique row ratio #384
  • Make clean data function static again due to multiprocessing and model issue #385

Other Changes