Skip to content

v1.1.0 - 2023-05-10

Compare
Choose a tag to compare
@amontanez24 amontanez24 released this 10 May 21:12

This release adds a new initialization parameter to synthesizers called locales that allows users to set the locales to use for all columns that have a locale based sdtype (eg. address or phone_number). Additionally, it adds support for Pandas 2.0!

Multiple enhancements were made to improve the performance of data and metadata validation in synthesizers. The Inequality constraint was improved to be able to generate more scenarios of data concerning the presence of NaNs. Finally, many warnings have been resolved.

New Features

  • Add add-on detection for new constraints - Issue #1397 by @frances-h
  • Add add-on detection for multi and single table synthesizers - Issue #1385 by @frances-h
  • Setting a locale for all my anonymized (PII) columns - Issue #1371 by @frances-h

Bugs Fixed

Maintenance

Internal