Skip to content

v1.12.3 - 2024-08-14

Compare
Choose a tag to compare
@amontanez24 amontanez24 released this 14 Aug 19:55
· 56 commits to main since this release

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 from rdt/transformers/pii/utils.py - Issue #853 by @R-Palazzo