Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1.12.3 Release Notes #866

Merged
merged 2 commits into from
Aug 14, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# History

## 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
* [dtype] Make `learn_rounding_digits()` work with new pandas dtypes - Issue [#858](https://github.com/sdv-dev/RDT/issues/858) by @R-Palazzo

### Internal

* [dtypes] `FloatFormatter` reverse transform does not support new pandas dtypes - Issue [#855](https://github.com/sdv-dev/RDT/issues/855) by @R-Palazzo
* Remove ``is_faker_function`` from ``rdt/transformers/pii/utils.py`` - Issue [#853](https://github.com/sdv-dev/RDT/issues/853) by @R-Palazzo

## v1.12.2 - 2024-07-09

This release adds support for NumPy 2.0!
Expand Down
Loading