Skip to content

Commit 9b2a987

Browse files
authored
1.7.0 Release Notes (#691)
* 1.7.0 Release Notes * typo * fixing format
1 parent 512a3fc commit 9b2a987

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

HISTORY.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,39 @@
11
# History
22

3+
## 1.7.0 - 2023-08-22
4+
5+
This release adds 3 new transformers:
6+
7+
1. `UniformEncoder` - A categorical and boolean transformer that converts the column into a uniform distribution.
8+
2. `OrderedUniformEncoder` - The same as above, but the order for the categories can be specified, changing which range in the uniform distribution each category belongs to.
9+
3. `IDGenerator`- A text transformer that drops the input column during transform and returns IDs during reverse transform. The IDs all take the form \<prefix>\<number>\<suffix> and can be configured with a custom prefix, suffix and starting point.
10+
11+
Additionally, the `AnonymizedFaker` is enhanced to support the text sdtype.
12+
13+
### Deprecations
14+
15+
* The `get_input_sdtype` method is being deprecated in favor of `get_supported_sdtypes`.
16+
17+
### New Features
18+
19+
* Create IDGenerator transformer - Issue [#675](https://github.com/sdv-dev/RDT/issues/675) by @R-Palazzo
20+
* Add UniformEncoder (and its ordered version) - Issue [#678](https://github.com/sdv-dev/RDT/issues/678) by @R-Palazzo
21+
* Allow me to use AnonymizedFaker with sdtype text columns - Issue [#688](https://github.com/sdv-dev/RDT/issues/688) by @amontanez24
22+
23+
### Maintenance
24+
25+
* Deprecate get_input_sdtype - Issue [#682](https://github.com/sdv-dev/RDT/issues/682) by @R-Palazzo
26+
327
## 1.6.1 - 2023-08-02
428

529
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.
630

731
### Bugs
32+
833
* [Enterprise Usage] Unable to assign generic PII transformers (eg. AnonymizedFaker) - Issue [#674](https://github.com/sdv-dev/RDT/issues/674) by @amontanez24
934

1035
### New Features
36+
1137
* Update the default transformers that HyperTransformer assigns to each sdtype - Issue [#664](https://github.com/sdv-dev/RDT/issues/664) by @amontanez24
1238

1339
## 1.6.0 - 2023-07-12

0 commit comments

Comments
 (0)