v0.8.1 - 2022-12-09
This release fixes bugs in the existing metrics and reports. We also make the reports compatible with future SDV versions.
New Features
- Filter out additional sdtypes that will be available in future versions of SDV - Issue #265 by @katxiao
- NewRowSynthesis should ignore PrimaryKey column - Issue #260 by @katxiao
Bug Fixes
- Visualization crashes if there are metric errors - Issue #272 by @katxiao
- Score for TVComplement if synthetic data only has missing values - Issue #271 by @katxiao
- Fix 'timestamp' column metadata in the multi table demo - Issue #267 by @katxiao
- Fix 'duration' column in the single table demo - Issue #266 by @katxiao
- README.md example has a bug - Issue #262 by @katxiao
- Update README.md to fix a bug - Issue #263 by @katxiao
- Visualization get_column_pair_plot: update parameter name to column_names - Issue #258 by @katxiao
- "Column Shapes" and "Column Pair Trends" Calculation Inconsistency - Issue #254 by @katxiao
- Diagnostic Report missing RangeCoverage for numerical columns - Issue #255 by @katxiao
v0.8.0 - 2022-11-02
This release introduces the DiagnosticReport
, which helps a user verify – at a quick glance – that their data is valid. We also fix an existing bug with detection metrics.
New Features
- Fixes for new metadata - Issue #253 by @katxiao
- Add default synthetic sample size to DiagnosticReport - Issue #248 by @katxiao
- Exclude pii columns from single table metrics - Issue #245 by @katxiao
- Accept both old and new metadata - Issue #244 by @katxiao
- Address Diagnostic Report and metric edge cases - Issue #243 by @katxiao
- Update visualization average per table - Issue #242 by @katxiao
- Add save and load functionality to multi-table DiagnosticReport - Issue #218 by @katxiao
- Visualization methods for the multi-table DiagnosticReport - Issue #217 by @katxiao
- Add getter methods to multi-table DiagnosticReport - Issue #216 by @katxiao
- Create multi-table DiagnosticReport - Issue #215 by @katxiao
- Visualization methods for the single-table DiagnosticReport - Issue #211 by @katxiao
- Add getter methods to single-table DiagnosticReport - Issue #210 by @katxiao
- Create single-table DiagnosticReport - Issue #209 by @katxiao
- Add save and load functionality to single-table DiagnosticReport - Issue #212 by @katxiao
- Add single table diagnostic report - Issue #237 by @katxiao