- [FEATURE] Script to validate docs snippets line number refs (#4377)
- [FEATURE] GitHub action to auto label
core-team
(#4382) - [FEATURE]
add_rule()
method for RuleBasedProfilers and tests (#4358) - [FEATURE] Enable the passing of an existing suite to
RuleBasedProfiler.run()
(#4386) - [FEATURE] Impose Ordering on Marshmallow Schema validated Rule-Based Profiler Configuration fields (#4388)
- [FEATURE] Use more granular requirements-dev-xxx.txt files (#4327)
- [FEATURE] Rule-Based Profiler: Implement Utilities for getting all available parameter node names and objects resident in memory (#4442)
- [BUGFIX] Minor Serialization Correction for MeanUnexpectedMapMetricMultiBatchParameterBuilder (#4385)
- [BUGFIX] Fix CategoricalColumnDomainBuilder to be compliant with serialization / instantiation interfaces (#4395)
- [BUGFIX] Fix bug around
get_parent
usage stats utility intest_yaml_config
(#4410) - [BUGFIX] Adding
--spark
flag back toazure-pipelines.yml
compatibility_matrix stage. (#4418) - [BUGFIX] Remove remaining usage of --no-spark and --no-postgresql flags for pytest (#4425)
- [BUGFIX] Insure Proper Indexing of Metric Computation Results in ParameterBuilder (#4426)
- [BUGFIX] Include requirements-dev-contrib.txt in dev-install-matrix.yml for lightweight (#4430)
- [BUGFIX] Remove
pytest-azurepiplines
usage fromtest_cli
stages in Azure pipelines (#4432) - [BUGFIX] Updates or deletes broken and deprecated example notebooks (#4404)
- [BUGFIX] Add any dependencies we import directly, but don't have as explicit requirements (#4447)
- [BUGFIX] Removes potentially sensitive webhook URLs from logging (#4440)
- [BUGFIX] Fix packaging test (#4452)
- [DOCS] Fix typo in how_to_create_custom_metrics (#4379)
- [DOCS] Add
snippet
tag to gcs data docs (#4383) - [DOCS] adjust lines for py reference (#4390)
- [DOCS] technical tags for connecting to data: core skills docs (#4403)
- [DOCS] technical term tags for connect to data database documents (#4413)
- [DOCS] Technical term tags for documentation under Connect to data: Filesystem (#4411)
- [DOCS] Technical term tags for setup pages (#4392)
- [DOCS] Technical term tags for Connect to Data: Advanced docs. (#4406)
- [DOCS] Technical tags: Connect to data:In memory docs (#4405)
- [DOCS] Add misc
snippet
tags to existing documentation (#4397) - [DOCS] technical terms create expectations: core skills (#4435)
- [DOCS] Creates Custom Table Expectation How-To (#4399)
- [HACKATHON] ExpectTableLinearFeatureImportancesToBe (#4400)
- [MAINTENANCE] Group MAP_SERIES and MAP_CONDITION_SERIES with VALUE-type metrics (#3286)
- [MAINTENANCE] minor imports cleanup (#4381)
- [MAINTENANCE] Change schedule for
packaging_and_installation
pipeline to run at off-hours (#4384) - [MAINTENANCE] Implicitly anonymize object based on module (#4387)
- [MAINTENANCE] Preparatory cleanup refactoring of get_compute_domain (#4371)
- [MAINTENANCE] RBP -- make parameter builder configurations for self initializing expectations consistent with ParameterBuilder class interfaces (#4398)
- [MAINTENANCE] Refactor
ge_class
attr out of Anonymizer and related child classes (#4393) - [MAINTENANCE] Removing Custom Expectation Renderer docs from sidebar (#4401)
- [MAINTENANCE] Enable "rule_based_profiler.run()" Method to Accept Batch Data Arguments Directly (#4409)
- [MAINTENANCE] Refactor out unnecessary Anonymizer child classes (#4408)
- [MAINTENANCE] Replace "sampling_method" with "estimator" in Rule-Based Profiler code (#4420)
- [MAINTENANCE] Add docstrings and type hints to
Anonymizer
(#4419) - [MAINTENANCE] Continue chipping away at warnings (#4422)
- [MAINTENANCE] Rule-Based Profiler: Standardize on Include/Exclude Column Names List (#4424)
- [MAINTENANCE] Set upper bound on number of allowed warnings in snippet validation script (#4434)
- [MAINTENANCE] Clean up of
RegexPatternStringParameterBuilder
tests to use unittests (#4436)