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