Mimesis v3.3.1 Release Notes

  • .. note:: This version is still under development.

    Added:

    • ➕ Added an alias first_name() for Person().name()
    • ➕ Added method randstr() for class Random()
    • ➕ Added method complexes() for provider Numbers()
    • ➕ Added method matrix for provider Numbers()

    🛠 Fixed:

    • 🛠 Fixed issue with invalid email addresses on using custom domains without @ for Person().email()

    ⚡️ Updated:

    • ⚡️ Updated names and surnames for locale ru
    • 0️⃣ The floats() function in the Numbers provider now accepts arguments about the range of the generated float numbers and the rounding used. By default, it generates a list of n float numbers insted of a list of 10n elements.
    • The argument length of the function integers is renamed with n.

    Removed:

    • ✂ Removed the rating() function in the Numbers provider. It can be replaced with floats(end=5, n=0, rounding=1)[0].