Dataprofiler

Latest version: v0.13.2

Safety actively analyzes 715032 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 4 of 10

0.8.7.post1

Profiler
* Bug: requirements-ml fix 754

Other Changes
* Update to version 0.8.7.post1 755


**Full Changelog**: https://github.com/capitalone/DataProfiler/compare/0.8.7...0.8.7.post1

What's Changed
* Bug: `requirements-ml` fix by taylorfturner in https://github.com/capitalone/DataProfiler/pull/754
* Update to version 0.8.7.post1 by taylorfturner in https://github.com/capitalone/DataProfiler/pull/755


**Full Changelog**: https://github.com/capitalone/DataProfiler/compare/0.8.7...0.8.7.post1

0.8.7

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**: https://github.com/capitalone/DataProfiler/compare/0.8.6...0.8.7

What's Changed
* relax requests and networkx dependencies by neilkg in https://github.com/capitalone/DataProfiler/pull/750
* Update to version 0.8.7 by taylorfturner in https://github.com/capitalone/DataProfiler/pull/751


**Full Changelog**: https://github.com/capitalone/DataProfiler/compare/0.8.6...0.8.7

0.8.6

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**: https://github.com/capitalone/DataProfiler/compare/0.8.5...0.8.6

0.8.5

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**: https://github.com/capitalone/DataProfiler/compare/0.8.4...0.8.5

What's Changed
* loosening pin on typing-extensions by leos in https://github.com/capitalone/DataProfiler/pull/735
* Rework Graph Test for mocking missing imports by JGSweets in https://github.com/capitalone/DataProfiler/pull/736
* Windows Install error - Path Resouces - Fixes 738 by rxm7706 in https://github.com/capitalone/DataProfiler/pull/739
* adding pyupgrade & autoflake by leos in https://github.com/capitalone/DataProfiler/pull/734
* removing six by leos in https://github.com/capitalone/DataProfiler/pull/740
* Use tensorflow-macos and clean up some test running warning noise by leos in https://github.com/capitalone/DataProfiler/pull/741
* Update version to 0.8.5 by JGSweets in https://github.com/capitalone/DataProfiler/pull/742

New Contributors
* leos made their first contribution in https://github.com/capitalone/DataProfiler/pull/735
* rxm7706 made their first contribution in https://github.com/capitalone/DataProfiler/pull/739

**Full Changelog**: https://github.com/capitalone/DataProfiler/compare/0.8.4...0.8.5

0.8.4

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**: https://github.com/capitalone/DataProfiler/compare/0.8.3...0.8.4

What's Changed
* Fix numpy version and drop python 3.7 in checks by taylorfturner in https://github.com/capitalone/DataProfiler/pull/725
* Great Expectations Examples Fix by micdavis in https://github.com/capitalone/DataProfiler/pull/726
* Updating the version to v0.8.4 by taylorfturner in https://github.com/capitalone/DataProfiler/pull/728
* Replaces Merging dict func by JGSweets in https://github.com/capitalone/DataProfiler/pull/731


**Full Changelog**: https://github.com/capitalone/DataProfiler/compare/0.8.3...0.8.4

0.8.3

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**: https://github.com/capitalone/DataProfiler/compare/0.8.2post1...0.8.3

What's Changed
* Fix req missing for typing_extensions by JGSweets in https://github.com/capitalone/DataProfiler/pull/698
* Pre-Commit: Default `setup.cfg` flags by taylorfturner in https://github.com/capitalone/DataProfiler/pull/701
* Add Makefile to auto setup repo for developers by tonywu315 in https://github.com/capitalone/DataProfiler/pull/699
* Quick Fix: Oxford Comma in README by taylorfturner in https://github.com/capitalone/DataProfiler/pull/697
* Adding `PSI` to `diff` report by taylorfturner in https://github.com/capitalone/DataProfiler/pull/688
* Updated setup.cfg with check-manifest by Sanketh7 in https://github.com/capitalone/DataProfiler/pull/705
* Fix bug with null replication metrics by tonywu315 in https://github.com/capitalone/DataProfiler/pull/702
* Add profiler option for column level invalid values by tonywu315 in https://github.com/capitalone/DataProfiler/pull/704
* PSI `diff()` bug by taylorfturner in https://github.com/capitalone/DataProfiler/pull/707
* `PSI` `diff()` by taylorfturner in https://github.com/capitalone/DataProfiler/pull/708
* Fix bug with null replication metrics when row is all null by tonywu315 in https://github.com/capitalone/DataProfiler/pull/706
* Add PSI documentation in README.md by taylorfturner in https://github.com/capitalone/DataProfiler/pull/709
* Updated setup.cfg mypy flags and resolved related errors. by Sanketh7 in https://github.com/capitalone/DataProfiler/pull/703
* Updating the version to v0.8.3 by taylorfturner in https://github.com/capitalone/DataProfiler/pull/710
* PSI no calculation on `TextProfile` by taylorfturner in https://github.com/capitalone/DataProfiler/pull/711
* PSI fixing unit tests by taylorfturner in https://github.com/capitalone/DataProfiler/pull/712


**Full Changelog**: https://github.com/capitalone/DataProfiler/compare/0.8.2.post1...0.8.3

Page 4 of 10

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.