Skip to content

Version 0.1.2

Compare
Choose a tag to compare
@qubixes qubixes released this 19 Oct 10:03
· 196 commits to main since this release
0f9262f

New in this release:

  • prop_missing can now be added to the spec while importing a dataframe to manually set the portion of missing values.
  • The regex distribution now also accepts "\d" or "\w", etc as a short-hand for "\d{1,1}" and "\w{1,1}" respectively.
  • An error is now raised when the regex element is used more than 100% or less than 0% of the time.
  • The _example_distribution method of distributions has been renamed to default_distribution.