Mimesis changelog

Mimesis is a fast Python library for generating fake data in multiple languages.

All Versions
30
Latest Version
Avg Release Cycle
63 days
Latest Release
-

Changelog History
Page 3

  • v2.1.0 Changes

    June 17, 2018

    βž• 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
  • v2.0.1 Changes

    April 01, 2018

    βœ‚ Removed:

    • Removed internal function utils.locale_info which duplicate utils.setup_locale
  • v2.0.0 Changes

    February 09, 2018

    πŸš€ .. note:: This release (2.0.0) contains some breaking changes and this means that you should update names of classes and methods in your code.

    βž• Added:

    • βž• Added items IOC and FIFA for enum object CountryCode
    • βž• Added support of custom providers for schema.Field
    • βž• Added support of parameter dms for coordinates, longitude, latitude
    • βž• Added method Text.rgb_color

    • βž• Added support of parameter safe for method Text.hex_color

    • Added an alias zip_code for Address.postal_code

    Optimizations:

    • 🐎 Significantly improved performance of schema.Field
    • Other minor improvements

    ⚑️ Updated/Renamed:

    • ⚑️ Updated method integers
    • πŸ“‡ Renamed provider Personal to Person
    • πŸ“‡ Renamed provider Structured to Structure
    • πŸ“‡ Renamed provider ClothingSizes to Clothing
    • πŸ“‡ Renamed json file personal.json to person.json for all locales
    • Renamed country_iso_code to country_code in Address data provider
  • v2.0.o

    February 09, 2018
  • v1.0.5 Changes

    January 19, 2018

    πŸ”– Version 1.0.5

    βž• Added :

    • βž• Added method RussiaSpecProvider.inn

    πŸ›  Fixed :

    • πŸ›  Fixed issue with seed for providers.Cryptographic.bytes
    • πŸ›  Fixed issue #375

    Optimizations :

    • ⚑️ Optimized method Text.hex_color
    • ⚑️ Optimized method Address.coordinates
    • ⚑️ Optimized method Internet.ip_v6

    βœ… Tests :

    • βœ… Grouped tests in classes
    • βž• Added tests for seeded data providers
    • Other minor optimizations and improvements
  • v1.0.4 Changes

    βž• Added:

    • βž• Added function for multiple choice helpers.Random.multiple_choice

    πŸ›  Fixed:

    • πŸ›  Fixed issue with seed #325 <https://github.com/lk-geimfari/mimesis/issues/325>__

    Optimizations:

    • ⚑️ Optimized method username()
  • v1.0.3 Changes

    🚚 Mover/Removed:

    • 🚚 Moved custom_code to helpers.Random

    Optimizations:

    • ⚑️ Optimized function custom_code and it works faster by β‰ˆ 50%
    • Other minor optimizations in data providers
  • v1.0.2 Changes

    βž• Added:

    • βž• Added method ethereum_address for Payment
    • Added method get_current_locale for BaseProvider
    • βž• Added method boolean for Development which returns random boolean value
    • βž• Added method integers for Numbers
    • βž• Added new built in specific provider UkraineSpecProvider
    • βž• Added support of key functions for the object schema.Field
    • βž• Added object schema.Schema which helps generate data by schema

    πŸ›  Fixed:

    • πŸ›  Fixed issue full_name when method return female surname for male name and vice versa
    • πŸ›  Fixed bug with improper handling of attributes that begin with an underscore for class schema.Field

    ⚑️ Updated:

    • πŸš€ Updated method version for supporting pre-releases and calendar versioning
    • Renamed methods international, european and custom to international_size, european_size and custom_size
  • v1.0.1 Changes

    ⚑️ Updated:

    • πŸ›  Fixed #304
  • v1.0.0 Changes

    This is a first major version of mimesis and here are breaking πŸ”„ changes (including changes related to support for only the latest πŸ”– versions of Python, i.e Python 3.5 and Python 3.6), so there is no backwards compatibility with early versions of this library.

    βž• Added:

    • βž• Added Field for generating data by schema
    • βž• Added new module typing.py for custom types
    • βž• Added new module enums.py and support of enums in arguments of methods
    • Added category_of_website and port to Internet data provider
    • βž• Added mnemonic_phrase for Cryptography data provider
    • Added price_in_btc and currency_symbol to Business data provider
    • βž• Added dna, rna and atomic_number to Science data provider
    • Added vehicle_registration_code to Transport data provider
    • βž• Added generate_string method for Random
    • βž• Added alias last_name for surname in Personal data provider
    • βž• Added alias province, region, federal_subject for state in Address data provider
    • βž• Added annotations for all methods and functions for supporting type hints
    • βž• Added new data provider Payment
    • Added new methods to Payment: credit_card_network, credit_card_owner

    πŸ›  Fixed:

    • πŸ›  Fixed issue with primes in Numbers data provider
    • πŸ›  Fixed issue with repeated output on using Code().custom code
    • Other minor fix and improvements

    🚚 Mover/Removed:

    • Moved credit_card, credit_card_expiration_date, cid, cvv, paypal and bitcoin to Payment from Personal

    • 🚚 Moved custom_code to utils.py from providers.code.Code

    • βœ‚ Removed some useless methods

    • βœ‚ Removed module constants, in view of adding more convenient and useful module enums

    • βœ‚ Removed non informative custom exception WrongArgument and replaced one with KeyError and NonEnumerableError

    • 🚚 Parameter category of method hashtags is deprecated and was removed

    • βœ‚ Removed all methods from UnitSystem and replaced ones with unit().

    ⚑️ Updated/Renamed:

    • ⚑️ Updated data for de-at, en, fr, pl, pt-br, pt, ru, uk
    • ⚑️ Other minor updates in other languages
    • Renamed currency_iso to currency_iso_code in Business data provider
Awesome Python is part of the LibHunt network. Terms. Privacy Policy.

(CC)
BY-SA
We recommend Spin The Wheel Of Names for a cryptographically secure random name picker.

AltStyle γ«γ‚ˆγ£γ¦ε€‰ζ›γ•γ‚ŒγŸγƒšγƒΌγ‚Έ (->γ‚ͺγƒͺγ‚ΈγƒŠγƒ«) /