v1.10.0 - 2024-03-13
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
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