pypi mimesis 9.0.0
Version 9.0.0

latest releases: 18.0.0, 17.0.0, 16.0.0...
2 years ago

Updated:

  • Key functions now may accept additional argument random.

Removed:

  • The loop method for the Schema, which was considered deprecated and unsafe, has been removed.
  • The iterations parameter for all methods of Schema has been removed. Instead, you now have to specify the number of iterations on instantiation of Schema passing the iterations parameter.
  • The iterator method for Schema has been removed. Instead, you can now use an instance of Schema directly as an iterator.
  • The multiplication is no longer supported for Schema. Instead, you can use the iterations parameter on instantiation of Schema.

Added:

Don't miss a new mimesis release

NewReleases is sending notifications on new releases.