Skip to content

Commit

Permalink
1.11.0 Release Notes
Browse files Browse the repository at this point in the history
  • Loading branch information
amontanez24 committed Apr 9, 2024
1 parent 354ec4c commit fc7dcb0
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# History

## 1.11.0 - 2024-04-10

This release adds support for Python 3.12! It also fixes a bug that kept certain functions from being used on the `AnonymizedFaker` when locales were provided.

### Maintenance

* Support Python 3.12 - Issue [#744](https://github.com/sdv-dev/RDT/issues/744) by @fealho
* Add dependency checker - Issue [#777](https://github.com/sdv-dev/RDT/issues/777) by @lajohn4747
* Add bandit workflow - Issue [#781](https://github.com/sdv-dev/RDT/issues/781) by @R-Palazzo

### Bugs Fixed

* Providing locales to AnonymizedFaker with a function that uses the BaseProvider crashes - Issue [#774](https://github.com/sdv-dev/RDT/issues/774) by @frances-h
* Fix minimum version workflow when pointing to github branch - Issue [#783](https://github.com/sdv-dev/RDT/issues/783) by @R-Palazzo

### New Features

* Move out sdtype validations from multi-column transformers - Issue [#778](https://github.com/sdv-dev/RDT/issues/778) by @R-Palazzo

## 1.10.1 - 2024-03-21

This release fixes a bug with loading saved `AnonymizedFaker` transformers from previous versions of RDT.
Expand Down

0 comments on commit fc7dcb0

Please sign in to comment.