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 by @R-Palazzo
Maintenance
- Lazy import BayesianGaussianMixture from sklearn - Issue #861 by @amontanez24
- [dtype] Make
learn_rounding_digits()
work with new pandas dtypes - Issue #858 by @R-Palazzo
Internal
- [dtypes]
FloatFormatter
reverse transform does not support new pandas dtypes - Issue #855 by @R-Palazzo - Remove
is_faker_function
fromrdt/transformers/pii/utils.py
- Issue #853 by @R-Palazzo