Skip to content

Commit 362ca33

Browse files
authored
🔖 version 3.4.0 (#122)
1 parent 4de8028 commit 362ca33

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Mindee Python API Library Changelog
22

3+
## v3.4.0 - 2023-02-01
4+
### Changes
5+
* :sparkles: add support for: financial document v1
6+
* :sparkles: add support for: proof of address v1
7+
8+
### Deprecations
9+
The `FinancialV1` class is now *deprecated*.
10+
11+
It's still usable with no code modifications but will be **removed** in a future release.
12+
13+
All users are encouraged to move to `FinancialDocumentV1` which has much better performance.
14+
Also field names in `FinancialDocumentV1` now match those of `Invoice` and `Receipt`.
15+
316
## v3.3.0 - 2023-01-27
417
### Changes
518
* sparkles: Add French carte grise v1 support

mindee/documents/financial/financial_v1.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def __init__(
5858
"""
5959
Union of `Invoice` and `Receipt`.
6060
61-
DEPRECATED, do not use.
61+
DEPRECATED, use ``FinancialDocumentV1`` instead.
6262
6363
:param api_prediction: Raw prediction from HTTP response
6464
:param input_source: Input object

mindee/version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.3.0
1+
3.4.0

0 commit comments

Comments
 (0)