|
2 | 2 | title: Changelog |
3 | 3 | --- |
4 | 4 |
|
| 5 | +### 0.15.12 |
| 6 | +* [FEATURE] Add Rule Statistics to DataAssistantResult for display in Jupyter notebook (#5368) |
| 7 | +* [FEATURE] Include detailed Rule Execution statistics in jupyter notebook "repr" style output (#5375) |
| 8 | +* [FEATURE] Support datetime/date-part splitters on Amazon Redshift (#5408) |
| 9 | +* [DOCS] Capital One DataProfiler Expectations README Update (#5365) (thanks @stevensecreti) |
| 10 | +* [DOCS] Add Trino guide (#5287) |
| 11 | +* [DOCS] DOC-339 remove redundant how-to guide (#5396) |
| 12 | +* [DOCS] Capital One Data Profiler README update (#5387) (thanks @taylorfturner) |
| 13 | +* [DOCS] Add sqlalchemy-redshfit to dependencies in redshift doc (#5386) |
| 14 | +* [MAINTENANCE] Reduce output amount in Jupyter notebooks when displaying DataAssistantResult (#5362) |
| 15 | +* [MAINTENANCE] Update linter thresholds (#5367) |
| 16 | +* [MAINTENANCE] Move `_apply_global_config_overrides()` to AbstractDataContext (#5285) |
| 17 | +* [MAINTENANCE] WIP: [MAINTENANCE] stalebot configuration (#5301) |
| 18 | +* [MAINTENANCE] expect_column_values_to_be_equal_to_or_greater_than_profile_min (#5372) (thanks @stevensecreti) |
| 19 | +* [MAINTENANCE] expect_column_values_to_be_equal_to_or_less_than_profile_max (#5380) (thanks @stevensecreti) |
| 20 | +* [MAINTENANCE] Replace string formatting with f-string (#5225) (thanks @andyjessen) |
| 21 | +* [MAINTENANCE] Fix links in docs (#5340) (thanks @andyjessen) |
| 22 | +* [MAINTENANCE] Caching of `config_variables` in `DataContext` (#5376) |
| 23 | +* [MAINTENANCE] StaleBot Half DryRun (#5390) |
| 24 | +* [MAINTENANCE] StaleBot DryRun 2 (#5391) |
| 25 | +* [MAINTENANCE] file extentions applied to rel links (#5399) |
| 26 | +* [MAINTENANCE] Allow installing jinja2 version 3.1.0 and higher (#5382) |
| 27 | +* [MAINTENANCE] expect_column_values_confidence_for_data_label_to_be_less_than_or_equal_to_threshold (#5392) (thanks @stevensecreti) |
| 28 | +* [MAINTENANCE] Add warnings to internal linters if actual error count does not match threshold (#5401) |
| 29 | +* [MAINTENANCE] Ensure that changes made to env vars / config vars are recognized within subsequent calls of the same process (#5410) |
| 30 | +* [MAINTENANCE] Stack `RuleBasedProfiler` progress bars for better user experience (#5400) |
| 31 | +* [MAINTENANCE] Keep all Pandas Splitter Tests in a Dedicated Module (#5411) |
| 32 | +* [MAINTENANCE] Refactor DataContextVariables to only persist state to Store using explicit save command (#5366) |
| 33 | +* [MAINTENANCE] Refactor to put tests for splitting and sampling into modules for respective ExecutionEngine implementation (#5412) |
| 34 | + |
5 | 35 | ### 0.15.11 |
6 | 36 | * [FEATURE] Enable NumericMetricRangeMultiBatchParameterBuilder to use evaluation dependencies (#5323) |
7 | 37 | * [FEATURE] Improve Trino Support (#5261) (thanks @aezomz) |
|
0 commit comments