Skip to content

v1.12.0 - 2024-04-19

Compare
Choose a tag to compare
@amontanez24 amontanez24 released this 19 Apr 16:51
· 107 commits to main since this release

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