Skip to content

Releases: capitalone/DataProfiler

0.9.0

01 Jun 16:05
4d157c8
Compare
Choose a tag to compare

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

0.8.9

12 Apr 15:18
a7f0d3e
Compare
Choose a tag to compare

Profiler

  • Create BaseColumnProfiler.to_dict to make JSONable #766
  • Chi2 docs update #767
  • Create Profile Encoder to JSONify BaseColumnProfiler #769
  • Encode categorical column #770
  • Encode order column #772
  • Add and test JSONify DateTimeColumn #774

Documentation

  • Update docs 0.8.9 #779

Other Changes

  • fix: update ml reqs #777
  • Update to version 0.8.9 #778

Full Changelog: 0.8.8...0.8.9

What's Changed

New Contributors

Full Changelog: 0.8.8...0.8.9

0.8.8

21 Feb 22:56
7613a1a
Compare
Choose a tag to compare

Profiler

  • Quick chi2 test fix #763

Documentation

  • Update docs 0.8.8 #765
  • Chi2 docs update #767

Other Changes

  • Update to version 0.8.8 #764
  • PyPi image rendering issue #761
  • [BUG] update isort version pin #760
  • [BUG] isort version change #759

Full Changelog: 0.8.7.post1...0.8.8

What's Changed

Full Changelog: 0.8.7.post1...0.8.8

0.8.7.post1

27 Jan 19:56
7f72ec0
Compare
Choose a tag to compare

Profiler

  • Bug: requirements-ml fix #754

Other Changes

  • Update to version 0.8.7.post1 #755

Full Changelog: 0.8.7...0.8.7.post1

What's Changed

Full Changelog: 0.8.7...0.8.7.post1

0.8.7

23 Jan 15:34
5270b5d
Compare
Choose a tag to compare

Profiler

  • relax requests and networkx dependencies #750

Documentation

  • Generate docs for v0.8.7 #752

Other Changes

  • Update version to 0.8.7 #751

Full Changelog: 0.8.6...0.8.7

What's Changed

Full Changelog: 0.8.6...0.8.7

0.8.6

06 Jan 17:16
a6a0b85
Compare
Choose a tag to compare

Profiler

  • Removes futures from required libs #746

Documentation

  • Generate Docs for v0.8.6 #749

Other Changes

  • Update version to 0.8.6 #748

Full Changelog: 0.8.5...0.8.6

0.8.5

20 Dec 18:54
51cdb8b
Compare
Choose a tag to compare

Profiler

  • Rework Graph Test for mocking missing imports #736
  • Windows Install error - Path Resouces - Fixes 738 #739

Documentation

  • Generate Docs for v0.8.5 #744

Other Changes

  • adding pyupgrade & autoflake #734
  • loosening pin on typing-extensions #735
  • removing six #740
  • Use tensorflow-macos and clean up some test running warning noise #741
  • Update version to 0.8.5 #742

Full Changelog: 0.8.4...0.8.5

What's Changed

  • loosening pin on typing-extensions by @leos in #735
  • Rework Graph Test for mocking missing imports by @JGSweets in #736
  • Windows Install error - Path Resouces - Fixes #738 by @rxm7706 in #739
  • adding pyupgrade & autoflake by @leos in #734
  • removing six by @leos in #740
  • Use tensorflow-macos and clean up some test running warning noise by @leos in #741
  • Update version to 0.8.5 by @JGSweets in #742

New Contributors

Full Changelog: 0.8.4...0.8.5

0.8.4

02 Dec 21:26
6d5cc38
Compare
Choose a tag to compare

Profiler

  • Replaces Merging dict func #731

Documentation

  • Great Expectations Examples Fix #726
  • WIP Generate Docs for v0.8.4 #729
  • Generate Docs for v0.8.4 #732

Other Changes

  • Fix numpy version and drop python 3.7 in checks #725
  • Updating the version to v0.8.4 #728

Full Changelog: 0.8.3...0.8.4

What's Changed

Full Changelog: 0.8.3...0.8.4

0.8.3

10 Nov 20:50
79da96f
Compare
Choose a tag to compare

Profiler

  • Fix req missing for typing_extensions #698
  • Add profiler option for column level invalid values #704
  • Updated setup.cfg mypy flags and resolved related errors. #703

Documentation

  • Add Makefile to auto setup repo for developers #699
  • Add PSI documentation in README.md #709

Bugs

  • Fix bug with null replication metrics #702
  • PSI diff() #708
  • PSI diff() bug #707
  • Fix bug with null replication metrics when row is all null #706
  • PSI no calculation on TextProfile #711
  • PSI fixing unit tests #712

Other Changes

  • Includes mypy in pre-commit and fixes last needed updates #696
  • Quick Fix: Oxford Comma in README #697
  • Pre-Commit: Default setup.cfg flags #701
  • Updated setup.cfg with check-manifest #705
  • Updating the version to v0.8.3 #710
  • PSI blurb in Docs for 0.8.3 #714
  • Generate Docs for v0.8.3 #715

Full Changelog: 0.8.2post1...0.8.3

What's Changed

Full Changelog: 0.8.2.post1...0.8.3

0.8.2.post1

21 Oct 16:27
564ded0
Compare
Choose a tag to compare

Bugs

  • Fix req missing for typing_extensions #698

Full Changelog: 0.8.2...0.8.2.post1

What's Changed

Full Changelog: 0.8.2...0.8.2.post1