From c78613f581dde72ee36f697b84879cf1592c2f9a Mon Sep 17 00:00:00 2001 From: Andrew Montanez Date: Thu, 10 Aug 2023 19:15:27 -0500 Subject: [PATCH] 1.3.0 Release Notes --- HISTORY.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/HISTORY.md b/HISTORY.md index b17842f70..2db1effd3 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,23 @@ # Release Notes +## 1.3.0 - 2023-08-14 + +### New Features + +* Align default transformers between SDV and RDT - Issue [#1484](https://github.com/sdv-dev/SDV/issues/1484) by @R-Palazzo +* Add detect_from_csvs and detect_from_dataframes methods to MultiTableMetadata - Issue [#1520](https://github.com/sdv-dev/SDV/issues/1520) by @R-Palazzo +* Allow empty tables to be fitted using fit_processed_data - Issue [#1524](https://github.com/sdv-dev/SDV/issues/1524) by @fealho +* Summarized metadata visualization - Issue [#1525](https://github.com/sdv-dev/SDV/issues/1525) by @pvk-developer + +### Bugs Fixed + +* Cannot use custom constraint transforms for certain columns (inconsistent ordering in forward vs. reverse) - Issue [#1476](https://github.com/sdv-dev/SDV/issues/1476) by @fealho +* Cannot create custom constraint with primary key - Issue [#1514](https://github.com/sdv-dev/SDV/issues/1514) by @amontanez24 + +### Maintenance + +* Add support for Python 3.11 - Issue [#1459](https://github.com/sdv-dev/SDV/issues/1459) by @fealho + ## 1.2.1 - 2023-07-13 This release fixes a bug that caused the `Inequality` constraint and others to fail if there were None values in a datetime column.