Mimesis v2.1.0 Release Notes

Release Date: 2018-06-17 // almost 6 years ago
  • Added:

    • ➕ Added a list of all supported locales as mimesis/locales.py

    ⚡️ Updated:

    • 🔄 Changed how Internet provider works with stock_image
    • 🔄 Changed how random module works, now exposing global Random instance
    • ⚡️ Updated dependencies
    • ⚡️ Updated choice to make it a provider with more output types

    🛠 Fixed:

    • Prevents ROMANIZED_DICT from mutating
    • 🛠 Fixed appveyour builds
    • 🛠 Fixed flake8-builtins checks
    • 🛠 Fixed some mypy issues with strict mode
    • 🛠 Fixed number of elements returned by choice with unique=True