v0.12.0 - 2023-10-31
This release adds a new property, InterTable Trends. Several plots were moved from the reports module into the new visualizations module. The metadata
parameter was removed for these plots, and the plot_types
parameter was added. plot_types
lets the user control which plot type is used. Several crashes have been resolved.
New Features
- Provide meta information about the reports - Pull #472 by @frances-h
- Validate that the metadata is always a dict - Issue #428 by @R-Palazzo
- Expose reports module in top-level init - Pull #459 by @frances-h
- Add new get_column_pair_plot - Issue #444 by @pvk-developer
- Add InterTable Trends property - Issue #451 by @frances-h
- Add new get_column_plot - Issue #443 by @pvk-developer
- Add new get_cardinality_plot - Issue #445 by @frances-h
- Create visualizations module - Issue #442 by @frances-h, @pvk-developer
Bugs Fixed
- Fix
NewRowSynthesis
on datetime columns without formats - Issue #473 by @fealho - Intertable trends property crashes if a table has no statistical columns - Issue #476 by @lajohn4747
- Fix BoundaryAdherence NaN handling - Issue #470 by @frances-h
- The Intertable Trends visualization is mislabeled as 'Column Shapes' - Issue #477 by @lajohn4747
- ValueError when using get_cardinality_plot on some schemas - Issue #447 by @frances-h
Internal
- Switch default branch from master to main - Issue #420 by @amontanez24