From dda20f3fb94f25ccdfc95633f0b5a77513c6e017 Mon Sep 17 00:00:00 2001 From: Roy Wedge Date: Wed, 1 Nov 2023 17:28:11 -0400 Subject: [PATCH] Update HISTORY.md --- HISTORY.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/HISTORY.md b/HISTORY.md index 8a9edf56..338e26e8 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,15 @@ # History +## v0.12.1 - 2023-11-01 + +This release fixes a bug with the new Intertable Trends property and older pandas versions and a bug with how the ML Efficacy metric handled train and test data. Reports handle missing relationships more gracefully. + +### Bugs Fixed + +* Multiple FutureWarning lines printed out when running the Quality Report (Intertable Trends property) - Issue [#490](https://github.com/sdv-dev/SDMetrics/issues/490) by @frances-h +* Transformer should not be fit on test data - Issue [#291](https://github.com/sdv-dev/SDMetrics/issues/291) by @fealho +* Reports should not crash if there are no relationships - Issue [#481](https://github.com/sdv-dev/SDMetrics/issues/481) by @lajohn4747 + ## 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.