From 9c8514902b831de98cf39f28a2171f3b9974f8c8 Mon Sep 17 00:00:00 2001 From: Andrew Montanez Date: Wed, 14 Aug 2024 13:13:48 -0500 Subject: [PATCH] updating release notes --- HISTORY.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index b4db33eb..24d61a49 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,9 +1,13 @@ # History -## v1.12.3 - 2024-08-13 +## v1.12.3 - 2024-08-14 This release improves RDT's import time by lazy importing a dependency in the `ClusterBasedNormalizer`. +### Bugs Fixed + +* HyperTransformer can’t detect UInt or uint - Issue [#865](https://github.com/sdv-dev/RDT/issues/865) by @R-Palazzo + ### Maintenance * Lazy import BayesianGaussianMixture from sklearn - Issue [#861](https://github.com/sdv-dev/RDT/issues/861) by @amontanez24