Skip to content

Commit 83d24a7

Browse files
authored
1.6.1 Release Notes (#679)
1 parent 0071452 commit 83d24a7

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

HISTORY.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
# History
22

3-
## 1.6.0 -2023-07-12
3+
## 1.6.1 - 2023-08-02
4+
5+
This release updates the default transformers used for certain sdtypes. It also enables the `AnonymizedFaker` and `PseudoAnonymizedFaker` to work with any sdtype besides boolean, categorical, datetime, numerical or text.
6+
7+
### Bugs
8+
* [Enterprise Usage] Unable to assign generic PII transformers (eg. AnonymizedFaker) - Issue [#674](https://github.com/sdv-dev/RDT/issues/674) by @amontanez24
9+
10+
### New Features
11+
* Update the default transformers that HyperTransformer assigns to each sdtype - Issue [#664](https://github.com/sdv-dev/RDT/issues/664) by @amontanez24
12+
13+
## 1.6.0 - 2023-07-12
414

515
This release adds the ability to generate missing values to the `AnonymizedFaker`. Users can now provide the `missing_value_generation` parameter during initialization. They can set it to `None` to not generate any missing values, or `'random'` to generate random missing values in the same proportion as the fitted data.
616

0 commit comments

Comments
 (0)