Skip to content

Commit aa56e65

Browse files
authored
Version 21.0.0 (#1717)
Remove deprecated APIs, including obsolete methods, enums, and unused helpers. Removed: - Person.political_views(), Person.worldview(), Person.views_on() - Datetime.century() - Payment.paypal() - Science.measure_unit() and Science.metric_prefix() - MeasureUnit and MetricPrefixSign enums - Internet.stock_image_url()
1 parent 7125b0f commit aa56e65

80 files changed

Lines changed: 1331 additions & 1889 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CHANGELOG.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
Version 21.0.0
2+
--------------
3+
4+
**Removed APIs**:
5+
6+
* ``Person.political_views()``, ``Person.worldview()``, and ``Person.views_on()``
7+
* ``Datetime.century()``
8+
* ``Payment.paypal()``
9+
* ``Science.measure_unit()`` and ``Science.metric_prefix()``
10+
* Enums ``MeasureUnit`` and ``MetricPrefixSign``
11+
* ``Internet.stock_image_url()``
12+
113
Version 20.0.0
214
--------------
315

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ The key features are:
4444
- **Performance**: Widely recognized as the fastest data generator among Python solutions.
4545
- **Data variety**: Includes various data providers designed for different use cases.
4646
- **Schema-based generators**: Offers schema-based data generators to effortlessly produce data of any complexity.
47-
- **Relational data**: Supports generating relational data with references between schemas for complex data structures.
47+
- **Relational data**: Supports generating related datasets with foreign keys and nested schemas.
4848
- **Intuitive**: Great editor support. Fully typed, so you get autocompletion almost everywhere.
4949

5050
## Installation
@@ -66,6 +66,7 @@ It is divided into several sections:
6666
- [Locales](https://mimesis.name/latest/locales.html)
6767
- [Data Providers](https://mimesis.name/latest/providers.html)
6868
- [Structured Data Generation](https://mimesis.name/latest/schema.html)
69+
- [Relational Data Generation](https://mimesis.name/latest/relational.html)
6970
- [Random and Seed](https://mimesis.name/latest/random_and_seed.html)
7071
- [Integration with factory_boy](https://mimesis.name/latest/factory_plugin.html)
7172
- [API Reference](https://mimesis.name/latest/api.html)

0 commit comments

Comments
 (0)