Skip to content

v1.12.4 - 2024-09-05

Compare
Choose a tag to compare
@amontanez24 amontanez24 released this 05 Sep 19:28
· 46 commits to main since this release

This release enables the create_anonymized_columns method to support multi-column transformers.

Bugs Fixed

  • FloatFormatter does not round the data correctly for integer columns when using _set_fitted_parameters - Issue #874 by @R-Palazzo

New Features

  • Make create_anonymized_columns work with multi columns transformer - Issue #871 by @R-Palazzo