Skip to content

Commit

Permalink
adding summary
Browse files Browse the repository at this point in the history
  • Loading branch information
amontanez24 committed Aug 11, 2023
1 parent c78613f commit 7296a40
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## 1.3.0 - 2023-08-14

This release adds two new methods to the `MultiTableMetadata`: `detect_from_csvs` and `detect_From_dataframes`. These methods allow you to detect metadata for a whole dataset at once by either loading them from a folder or a dictionary mapping table names to the `pandas.DataFrames`. It also improves the visualization of multi-table metadata by adding the `summarized` option to the `show_table_details` parameter. This will print each sdtype in the table and the number of columns that have that sdtype.

Additionally, this release patches a bug that prevented custom constraints from working on columns that were primary or alternate keys. It also adds support for Python 3.11!

### New Features

* Align default transformers between SDV and RDT - Issue [#1484](https://github.com/sdv-dev/SDV/issues/1484) by @R-Palazzo
Expand Down

0 comments on commit 7296a40

Please sign in to comment.