Releases: lk-geimfari/mimesis
Releases · lk-geimfari/mimesis
Version 7.0.0
Version 7.0.0
Updated:
- Actualized data
- Removed outdated data
Removed:
- Removed parameter
model_mask
for.airplane()
- Removed method
.truck()
ofTransport()
, use.menufacturer()
instead. - Removed method
.cpu_model()
ofHardware()
.
Version 6.1.1
Version 6.1.0
- Make field support different delimiters for
provider.method
.
Version 6.0.0
Fixed:
- Fixed memory leak on using
Field
(#1190) .
Optimizations:
- Improved performance of
_load_data()
.
Version 5.6.1
Fixed:
- Fixed
ValidationFailure
forInternet().uri()
.
Removed:
- Removed support of
port
parameter inInternet().uri()
.
Version 5.6.0
- Multiplication support for schemas. Now you can use
*
on the schema to specify the number of iterations. See docs for more information. - Method
dsn()
forDevelopment()
- Method
public_dns()
forInternet()
Version 5.5.0
Version 5.5.0
Fixed:
- Fixed infinite loop on using
Datetime.bulk_create_datetimes()
(See #1229) - Fixed some typing issues
Version 5.4.0
Fixed:
- Fixed TypeError: 'Datetime' object is not callable error on using
Field
(See #1139).
Added:
- Added items
Algorithm.BLAKE2B
andAlgorithm.BLAKE2S
.
Removed:
- Removed deprecated method
image_placeholder()
fromInternet()
Version 5.3.0
Added:
- Added method
to_pickle()
,to_json()
andto_csv()
forschema.Schema
.
Optimizations:
- Significantly improved performance of
shortcuts.romanize()
. - Use
random.choices()
to generate random strings instead ofrandom.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()
, andAddress.coordinates()
when passingdms=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 thecalver
andpre_release
flags together.- Providers now have an isolated
random
instance when using a seed ofNone
.
Version 5.2.0
- Removed all params of
mnemonic_phrase()