Version 9.0.0
Updated:
- Key functions now may accept additional argument
random
.
Removed:
- The
loop
method for theSchema
, which was considered deprecated and unsafe, has been removed. - The
iterations
parameter for all methods ofSchema
has been removed. Instead, you now have to specify the number of iterations on instantiation ofSchema
passing theiterations
parameter. - The
iterator
method forSchema
has been removed. Instead, you can now use an instance ofSchema
directly as an iterator. - The multiplication is no longer supported for
Schema
. Instead, you can use theiterations
parameter on instantiation ofSchema
.
Added:
- Add
weighted_choice()
method forRandom()
. See docs for more information. - Add module
keys
for generating key functions.