Skip to content

v1.10.0 - 2024-03-13

Compare
Choose a tag to compare
@amontanez24 amontanez24 released this 13 Mar 14:34
· 175 commits to main since this release

The AnonymizedFaker now supports more options for the cardinality of the generated data. Previously you could make make the generated data be all unique, or not take uniqueness into consideration. Now you can use the cardinality_rule parameter to match the cardinality of the original data.

New Features

  • Allow AnonymizedFaker to learn cardinality from the real data - Issue #756 by @fealho

Deprecations

The enforce_uniqueness parameter of the AnonymizedFaker is deprecated in favor of the cardinality_rule parameter.

Maintenance

  • Transition from using setup.py to pyproject.toml to specify project metadata - Issue #763 by @R-Palazzo
  • Remove bumpversion and use bump-my-version - Issue #764 by @R-Palazzo
  • Add build to dev requirements - Issue #768 by @amontanez24