v1.12.0 - 2024-04-19
This release adds a new parameter to the RegexGenerator
called generation_order
. This parameter lets users change if they want the generated values for the regex to come out in alphanumeric or scrambled order. Additionally, warnings that were disrupting the progress bar are handled.
Bugs Fixed
- Pandas FutureWarnings are disrupting tqdm progress bars - Issue #793 by @frances-h
New Features
- In
RegexGenerator
, provide the ability to scramble the keys - Issue #800 by @amontanez24
Maintenance
- Cleanup automated PR workflows - Issue #803 by @R-Palazzo