Skip to content

Releases: lk-geimfari/mimesis

Version 7.0.0

17 Dec 18:17
v7.0.0
80a2311
Compare
Choose a tag to compare

Version 7.0.0

Updated:

  • Actualized data
  • Removed outdated data

Removed:

  • Removed parameter model_mask for .airplane()
  • Removed method .truck() of Transport(), use .menufacturer() instead.
  • Removed method .cpu_model() of Hardware().

Version 6.1.1

02 Oct 10:56
v6.1.1
f3755a6
Compare
Choose a tag to compare
  • Improve random sampling performance (#1271) by @Wooza.

Version 6.1.0

01 Oct 21:57
v6.1.0
7bc9916
Compare
Choose a tag to compare
  • Make field support different delimiters for provider.method.

Version 6.0.0

08 Aug 19:47
v6.0.0
b7cc1f8
Compare
Choose a tag to compare

Fixed:

  • Fixed memory leak on using Field (#1190) .

Optimizations:

  • Improved performance of _load_data().

Version 5.6.1

06 Aug 20:17
v5.6.1
529228a
Compare
Choose a tag to compare

Fixed:

  • Fixed ValidationFailure for Internet().uri().

Removed:

  • Removed support of port parameter in Internet().uri().

Version 5.6.0

06 Aug 20:16
v5.6.0
a1d754a
Compare
Choose a tag to compare
  • Multiplication support for schemas. Now you can use * on the schema to specify the number of iterations. See docs for more information.
  • Method dsn() for Development()
  • Method public_dns() for Internet()

Version 5.5.0

22 Jun 12:05
v5.5.0
0498be0
Compare
Choose a tag to compare

Version 5.5.0

Fixed:

  • Fixed infinite loop on using Datetime.bulk_create_datetimes() (See #1229)
  • Fixed some typing issues

Version 5.4.0

22 May 00:00
v5.4.0
689afb2
Compare
Choose a tag to compare

Fixed:

  • Fixed TypeError: 'Datetime' object is not callable error on using Field (See #1139).

Added:

  • Added items Algorithm.BLAKE2B and Algorithm.BLAKE2S.

Removed:

  • Removed deprecated method image_placeholder() from Internet()

Version 5.3.0

25 Jan 20:44
v5.3.0
9c8c0d2
Compare
Choose a tag to compare

Added:

Optimizations:

  • Significantly improved performance of shortcuts.romanize().
  • Use random.choices() to generate random strings instead of random.choice() for selecting individual characters. This can lead to a significant speedup, but will also change the reproducibility of values when upgrading to this version as the two methods use different algorithms.
  • Optimized Address.latitude(), Address.longitude(), and Address.coordinates() when passing dms=True.
  • Optimized Development.version().

Fixed:

  • Fix duplication of parameter name on using Internet.query_parameter() (See #1177).
  • Fix reseeding of the random generator of Generic. This was a regression in v5.1.0. (See #1150).
  • Development.version() now supports use of both the calver and pre_release flags together.
  • Providers now have an isolated random instance when using a seed of None.

Version 5.2.0

11 Dec 10:47
11ac328
Compare
Choose a tag to compare
  • Removed all params of mnemonic_phrase()