Skip to content

0.9.0

Compare
Choose a tag to compare
@taylorfturner taylorfturner released this 01 Jun 16:05
· 22 commits to main since this release
4d157c8

Profiler

  • Encode int column #780
  • Decode categorical #786
  • Encode update format #789
  • Optimization for text column profile ksneab #791
  • Remove unnecessary cast() in csv_data.py (1) #796
  • Remove unnecessary cast() in csv_data.py (2) #798
  • Update main with change in memory-optimization #799
  • Remove unnecessary cast() in data.py #800
  • Remove unnecessary cast() in graph_data.py #801
  • Fix CatgoricalColumn test #804
  • Specify init calls in data readers reload() methods #805
  • Fix dask dataframe import #812
  • Fix CharsetMatches type error #813
  • Json Decoder Code Cleanup #814
  • Fix override errors #819
  • Sampling ratio option #825
  • Memory Optimization to main #832
    • Fixed testing to run on all feature branches for PRs #793
    • Part 1 fix for categorical mem opt issue #795
    • cleanup time space analysis code #797
    • quick update to feature/memory-optimization for merge to main #802
    • Update feat mem #803
    • Categorical Stop Condition Options #808
    • Space time analysis improvement #809
    • implementation of setting stop conds via options for cat column profiler #810
    • Fix for histogram merging #815
    • Fixes categorical bug when stop condition is met #816
    • hotfix for more conservatitive stop condition in categorical columns #817
    • Coverage Fix Memory Optimization Feature Branch #823
    • Added option to remove calculations for updating row statistics #827
    • Fix to doc strings #829
    • Preset Option Fix: presets docsstring added #830
  • Fix LSP violations #840
  • Fix argument types in doc comments #843

Documentation

  • Fix minor typo #788
  • Github pages memory optimization #833
    • added new options to docs #828
    • Preset Option Fix: Added presets documentation to profiler options section #831
  • Update docs for 0.9.0 #851

Other Changes

  • Memory testing and data gen scripts #781
  • Update for new Dask version in Validator test #784
  • Space analysis dataset sampling addition #787
  • fix bug in dataset generation #790
  • Update pre-commit mypy dependencies #811
  • Coverage Fix to Main Branch #822
  • Update version to 0.9.0 #848

Full Changelog: 0.8.9...0.9.0

What's Changed

New Contributors

Full Changelog: 0.8.9...0.9.0