v0.7.10
Profiler
- Add Graph Profiler Update to Profile Builder #587
- HOT FIX: black formatting issue #588
- Implement GraphData/GraphProfiler into DataProfiler Pipeline #581
- fix: make prepare report keys json serializable #580
- Add property array to continuous distribution profile in GraphProfiler/ Integer Node ID identified as Integer in GraphData #579
- Reformatted codebase using flake8. #578
- SyntheticDataOptions and metrics calculations for NaN replication #571
- Reformatted batch 4 (see comment) using flake8. #569
- Reformatted batch #3 (see comment) using flake8. #567
- Reformatted batch 2 (see comment) with flake8. #566
- Reformatted big batch #1 (see comment) using flake8. #565
- Reformatted dataprofiler/data_readers/graph_data.py using flake8. #564
- Reformatted histogram_utils.py using flake8. #563
- Reformatted dataprofiler/profilers/profile_options.py using flake8. #562
- Reformatted dataprofiler/profilers/numerical_column_stats.py using flake8. #561
- Reformatted dataprofiler/profilers/unstructured_labeler_profile.py us… #558
- Reformatted dataprofiler/profilers/int_column_profile.py using flake8. #557
- Reformatted dataprofiler/labelers/base_data_labeler.py using flake8. #556
- Reformatted init file of profilers/helpers/ using flake8. #555
- Reformatted dataprofiler/profilers/unstructured_text_profile.py using flake8. #554
- Reformatted dataprofiler/labelers/data_processing.py using flake8. #553
- [UTILs] Adding top-level function for distributed merging of profiles #552
- Reformatted dataprofiler/labelers/data_labelers.py using flake8. #551
- Reformatted dataprofiler/dp_logging.py using flake8; changed first docstring in float, text, and order column profiler modules. #550
- Reformatted dataprofiler/profilers/float_column_profiler.py and dataprofiler/profilers/text_column_profiler.py using flake8. #549
- Reformatted dataprofiler/profilers/order_column_profile.py using flak… #548
- Graph Profiler class to create a profile of an input graph #546
- Calculate correlation only between selected columns #544
- HOT FIX: resolving black and isort #538
- Reformatted code using trailing-whitespace hook, excluding tests/data and speed_tests/data folders #537
- Add data labeler tf loader for any cnn softmax model #532
- Reformatted . using isort. #530
- Reformatted dataprofiler/data_readers and dataprofiler/tests using bl… #529
- Add data loader to GraphData class #528
- Reformatted dataprofiler/labelers using black 22.3.0. #526
- Reformatted dataprofiler/data_readers using black 22.3.0. #525
- Reformatted resources/init.py using black 22.3.0. #524
- Reformatted dataprofiler/init.py using black 22.3.0. #523
- Reformatted dataprofiler/validators using black 22.3.0. #522
- Reformatted dataprofiler/tests using black 22.3.0. #521
- Reformatted dataprofiler/profilers using black 22.3.0. #520
- Add a class to differentiate between Tabular and Graph CSV files #517
- Reformatted dataprofiler/version.py using black. #515
- Reformatted dataprofiler/profilers using black #513
- Reformatted dataprofiler/reports using black. #512
- Reformatted dataprofiler/tests using black. #511
- Reformatted dataprofiler/validators using black. #510
- Reformatted dataprofiler/dp_logging.py using black. #509
- Add New preprocessor for using an encoding map #506
Documentation
- fix: missing null_rep matrix info #592
- Hot fix/notebook #586
- HOT FIX: example notebook update #584
- Added documentation for null_replication_metrics #583
- Updated README to include null_replication_metrics #582
- Adding Example for merge_profile_list #559
- HOT FIX: update README and remove isort.cfg #536
Dependencies
- Hot Fix: Resolving Version in Pre-Commit File #547
- Added end-of-file-fixer hook, excluding tests/data folder from changes. #541
- Added debug-statments pre-commit hook to yaml config file. #539
Other Changes
- Generate Docs for 0.7.10 #593
- Hot fix/version change #591
- Revert "Generate Docs for 0.8.0" - > 0.7.9 #590
- Tox #570
- HOT FIX: update README and remove isort.cfg #536
- Added yaml configuration file. #534
- Reformatted setup.py using black. #514
- Update Codeowners #507
Full Changelog: 0.7.9...0.7.10
What's Changed
- Add New preprocessor for using an encoding map by @JGSweets in #506
- Update Codeowners by @micdavis in #507
- Reformatted dataprofiler/version.py using black. by @jakleh in #515
- Reformatted setup.py using black. by @jakleh in #514
- Reformatted dataprofiler/dp_logging.py using black. by @jakleh in #509
- Reformatted dataprofiler/validators using black. by @jakleh in #510
- Reformatted dataprofiler/reports using black. by @jakleh in #512
- Reformatted dataprofiler/profilers using black by @jakleh in #513
- Reformatted dataprofiler/tests using black. by @jakleh in #511
- Reformatted dataprofiler/profilers using black 22.3.0. by @jakleh in #520
- Reformatted dataprofiler/tests using black 22.3.0. by @jakleh in #521
- Reformatted dataprofiler/validators using black 22.3.0. by @jakleh in #522
- Reformatted dataprofiler/init.py using black 22.3.0. by @jakleh in #523
- Reformatted resources/init.py using black 22.3.0. by @jakleh in #524
- Reformatted dataprofiler/data_readers using black 22.3.0. by @jakleh in #525
- Reformatted dataprofiler/labelers using black 22.3.0. by @jakleh in #526
- Add a class to differentiate between Tabular and Graph CSV files by @MisterPNP in #517
- Reformatted dataprofiler/data_readers and dataprofiler/tests using bl… by @jakleh in #529
- Reformatted . using isort. by @jakleh in #530
- Added yaml configuration file. by @jakleh in #534
- HOT FIX: update README and remove isort.cfg by @taylorfturner in #536
- Add data loader to GraphData class by @MisterPNP in #528
- Add data labeler tf loader for any cnn softmax model by @JGSweets in #532
- Reformatted code using trailing-whitespace hook, excluding tests/data and speed_tests/data folders by @jakleh in #537
- HOT FIX: resolving black and isort by @taylorfturner in #538
- Added debug-statments pre-commit hook to yaml config file. by @jakleh in #539
- Added end-of-file-fixer hook, excluding tests/data folder from changes. by @jakleh in #541
- Calculate correlation only between selected columns by @Ta7ar in #544
- Hot Fix: Resolving Version in Pre-Commit File by @taylorfturner in #547
- Reformatted dataprofiler/profilers/order_column_profile.py using flak… by @jakleh in #548
- Reformatted dataprofiler/profilers/float_column_profiler.py and dataprofiler/profilers/text_column_profiler.py using flake8. by @jakleh in #549
- Reformatted dataprofiler/dp_logging.py using flake8; changed first docstring in float, text, and order column profiler modules. by @jakleh in #550
- Reformatted dataprofiler/labelers/data_labelers.py using flake8. by @jakleh in #551
- Reformatted dataprofiler/labelers/data_processing.py using flake8. by @jakleh in #553
- [UTILs] Adding top-level function for distributed merging of profiles by @taylorfturner in #552
- Reformatted dataprofiler/profilers/unstructured_text_profile.py using flake8. by @jakleh in #554
- Reformatted init file of profilers/helpers/ using flake8. by @jakleh in #555
- Reformatted dataprofiler/labelers/base_data_labeler.py using flake8. by @jakleh in #556
- Reformatted dataprofiler/profilers/int_column_profile.py using flake8. by @jakleh in #557
- Graph Profiler class to create a profile of an input graph by @MisterPNP in #546
- Reformatted dataprofiler/profilers/unstructured_labeler_profile.py us… by @jakleh in #558
- Adding
Example
formerge_profile_list
by @taylorfturner in #559 - Reformatted dataprofiler/profilers/numerical_column_stats.py using flake8. by @jakleh in #561
- Reformatted dataprofiler/profilers/profile_options.py using flake8. by @jakleh in #562
- Reformatted histogram_utils.py using flake8. by @jakleh in #563
- Reformatted dataprofiler/data_readers/graph_data.py using flake8. by @jakleh in #564
- Reformatted big batch #1 (see comment) using flake8. by @jakleh in #565
- Reformatted batch 2 (see comment) with flake8. by @jakleh in #566
- Reformatted batch #3 (see comment) using flake8. by @jakleh in #567
- Reformatted batch 4 (see comment) using flake8. by @jakleh in #569
- Tox by @jakleh in #570
- SyntheticDataOptions and metrics calculations for NaN replication by @Ta7ar in #571
- Reformatted codebase using flake8. by @jakleh in #578
- Add property array to continuous distribution profile in GraphProfiler/ Integer Node ID identified as Integer in GraphData by @MisterPNP in #579
- fix: make prepare report keys json serializable by @neilkg in #580
- Updated README to include
null_replication_metrics
by @Ta7ar in #582 - Implement GraphData/GraphProfiler into DataProfiler Pipeline by @MisterPNP in #581
- HOT FIX: example notebook update by @taylorfturner in #584
- Updating the Version to v0.8.0 by @taylorfturner in #585
- Hot fix/notebook by @taylorfturner in #586
- Add Graph Profiler Update to Profile Builder by @MisterPNP in #587
- HOT FIX: black formatting issue by @taylorfturner in #588
- Hot fix/version change by @taylorfturner in #591
New Contributors
- @jakleh made their first contribution in #515
- @MisterPNP made their first contribution in #517
- @neilkg made their first contribution in #580
Full Changelog: 0.7.9...0.7.10