|
1 | 1 | # Mindee Python API Library Changelog |
2 | 2 |
|
| 3 | +## v2.6.0 (2022-10-10) |
| 4 | +### Fixes |
| 5 | +* :bug: don't print "None" when filename is empty |
| 6 | + |
| 7 | +### Changes |
| 8 | +* :wastebasket: deprecate setting singular and plural names for docs (#98) |
| 9 | +* :sparkles: add x-axis geometry functions (#99) |
| 10 | +* :sparkles: add getting bounding box for multiple polygons (#100) |
| 11 | +* :sparkles: add support for classifications in custom docs |
| 12 | +* :sparkles: allow setting only the `MINDEE_API_KEY` environment variable |
| 13 | +* :arrow_up: update pikepdf |
| 14 | + |
| 15 | + |
3 | 16 | ## v2.5.1 (2022-08-30) |
4 | 17 | ### Fixes |
5 | 18 | * :bug: never use mutable defaults in class definitions (#96) |
6 | 19 |
|
| 20 | + |
7 | 21 | ## v2.5.0 (2022-08-11) |
8 | 22 | ### Changes |
9 | 23 | * :lipstick: improve string output of documents |
10 | 24 | * :arrow_up: general dependencies upgrade (#92) |
11 | 25 | * :sparkles: add functions for working with centroids (#93) |
12 | 26 | * :sparkles: Add bank checks documents (beta, US only) (#94) |
13 | 27 |
|
| 28 | + |
14 | 29 | ## v2.4.0 (2022-06-20) |
15 | 30 | ### Fixes |
16 | 31 | * :bug: :memo: custom docs names refer to the API, not the type. |
|
22 | 37 | * :sparkles: Add real bounding boxes |
23 | 38 | * :memo: publish documentation to pages |
24 | 39 |
|
25 | | -## v2.3.0 (2022-05-23) |
26 | 40 |
|
| 41 | +## v2.3.0 (2022-05-23) |
27 | 42 | ### Fixes |
28 | 43 | * :bug: make sure the 'Token' keyword is sent in the auth headers |
29 | 44 |
|
|
34 | 49 | * :recycle: minor cleanup / refactor |
35 | 50 | * :memo: Add basic automated class documentation |
36 | 51 |
|
37 | | -## v2.2.0 (2022-03-24) |
38 | 52 |
|
| 53 | +## v2.2.0 (2022-03-24) |
39 | 54 | ### Fixes |
40 | 55 | * :bug: :boom: fix for customer_company_registration being a list of values |
41 | 56 |
|
|
44 | 59 | * :arrow_up: loosen setup.py requirements; update pinned dependencies |
45 | 60 | * :white_check_mark: better testing of PDF pages |
46 | 61 |
|
47 | | -## v2.1.1 (2022-03-15) |
48 | 62 |
|
| 63 | +## v2.1.1 (2022-03-15) |
49 | 64 | ### Fixes |
50 | 65 | * :bug: fix for locale constructor |
51 | 66 | * :bug: fix custom document in CLI |
|
57 | 72 | * :technologist: add pre-commit to ensure proper code formatting |
58 | 73 | * :art: fixes to import order (isort) and documentation (pydocstyle) |
59 | 74 |
|
60 | | -## v2.1.0 (2022-03-02) |
61 | 75 |
|
| 76 | +## v2.1.0 (2022-03-02) |
62 | 77 | ### Changes |
63 | 78 | * :sparkles: update to Invoices API v3 |
64 | 79 | * :recycle: refactor `Endpoint` classes and document building |
65 | 80 | * :arrow_up: Update PikePDF to 5.0.1 |
66 | 81 | * :sparkles: add a basic logger |
67 | 82 |
|
68 | | -## v2.0.2 (2022-02-21) |
69 | 83 |
|
| 84 | +## v2.0.2 (2022-02-21) |
70 | 85 | ### Fixes |
71 | 86 | * :bug: fix sending financial document via the CLI |
72 | 87 |
|
73 | 88 | ### Changes |
74 | 89 | * :sparkles: allow getting OCR return in CLI |
75 | 90 | * :sparkles: Make sure all document information is printed |
76 | 91 |
|
77 | | -## v2.0.1 (2022-02-15) |
78 | 92 |
|
| 93 | +## v2.0.1 (2022-02-15) |
79 | 94 | ### Fixes |
80 | 95 | * :bug: fix for invoice to string |
81 | 96 | * :bug: fix for counting empty PDF pages |
|
84 | 99 | * :arrow_up: Update PikePDF to 4.5.0 |
85 | 100 | * :arrow_up: Update Pillow to 9.0.1 (security fix) |
86 | 101 |
|
87 | | -## v2.0.0 (2022-02-14) |
88 | 102 |
|
| 103 | +## v2.0.0 (2022-02-14) |
89 | 104 | ### New Features |
90 | 105 | * :sparkles: Allow using custom documents (API builder) |
91 | 106 |
|
|
99 | 114 | * :arrow_up: Upgrade pikepdf to 4.4.1 |
100 | 115 | * :memo: Documentation migrated mainly to https://developers.mindee.com/docs |
101 | 116 |
|
102 | | -## v1.3.1 (2022-02-03) |
103 | 117 |
|
| 118 | +## v1.3.1 (2022-02-03) |
104 | 119 | ### Fixes |
105 | 120 | * :bug: fix probabilities not loaded from API |
106 | 121 | [#49](https://github.com/mindee/mindee-api-python/issues/49) |
107 | 122 |
|
108 | 123 | ### Changes |
109 | 124 | * :sparkles: add CLI tool for testing |
110 | 125 |
|
111 | | -## v1.3.0 (2022-01-17) |
112 | 126 |
|
| 127 | +## v1.3.0 (2022-01-17) |
113 | 128 | ### Fixes |
114 | 129 | * :bug: Fixed URLs not built properly on Windows OS |
115 | 130 | [#33](https://github.com/mindee/mindee-api-python/issues/33) |
|
123 | 138 | * :pushpin: use `pip-tools` and `setup.py` to pin all dependencies |
124 | 139 | * :page_facing_up: change to MIT license |
125 | 140 |
|
126 | | -## v1.2.3 (2021-12-22) |
127 | 141 |
|
128 | | -### Fix |
| 142 | +## v1.2.3 (2021-12-22) |
| 143 | +### Fixes |
129 | 144 | * :arrow_up: upgrade pymupdf to 1.18.17 |
130 | | - |
131 | | -### Bug |
132 | 145 | * :bug: handle few PDF files considered blank |
133 | 146 | * :white_check_mark: re-initialize file cursor in test |
134 | 147 |
|
135 | | -## v1.2.2 (2021-10-11) |
136 | 148 |
|
137 | | -### Fix |
| 149 | +## v1.2.2 (2021-10-11) |
| 150 | +### Fixes |
138 | 151 | * :bug: Fixed [#15](https://github.com/mindee/mindee-api-python/issues/15) |
139 | 152 |
|
140 | 153 | ### Changes |
|
143 | 156 |
|
144 | 157 |
|
145 | 158 | ## v1.2.1 (2021-09-23) |
146 | | - |
147 | | -### Fix |
| 159 | +### Fixes |
148 | 160 | * :bug: Forward uploaded file name for file verification rules |
149 | 161 | * :bug: Change token management for new header format |
150 | 162 |
|
151 | | -## v1.2.0 (2021-08-25) |
152 | 163 |
|
| 164 | +## v1.2.0 (2021-08-25) |
153 | 165 | ### Changes |
154 | 166 | * :sparkles: Adapted SDK to the new Mindee API endpoint |
155 | 167 | * :zap: Single page object reconstruction is now server-side |
156 | 168 | * :heavy_minus_sign: Removed Numpy dependency |
157 | 169 | * :white_check_mark: Updated tests with new data |
158 | 170 |
|
159 | | -## v1.1.3 (2021-02-21) |
160 | 171 |
|
161 | | -### Fix |
| 172 | +## v1.1.3 (2021-02-21) |
| 173 | +### Fixes |
162 | 174 | * :zap: FinancialDoc attributes have same type from invoice or receipt |
163 | 175 |
|
164 | | -## v1.1.2 (2021-02-19) |
165 | 176 |
|
| 177 | +## v1.1.2 (2021-02-19) |
166 | 178 | ### Fix |
167 | 179 | * :bug: Fixed FinancialDoc invoice version and reconstruction |
168 | 180 |
|
169 | | -## v1.1.1 (2021-01-31) |
170 | 181 |
|
| 182 | +## v1.1.1 (2021-01-31) |
171 | 183 | ### Changes |
172 | 184 | * Updated total tax reconstruction for invoice |
173 | 185 |
|
174 | | -## v1.1.0 (2020-12-02) |
175 | 186 |
|
| 187 | +## v1.1.0 (2020-12-02) |
176 | 188 | ### Changes |
177 | 189 | * Updated invoice API endpoint to V2 |
178 | 190 |
|
179 | | -## v1.0.2 (2020-12-01) |
180 | 191 |
|
| 192 | +## v1.0.2 (2020-12-01) |
181 | 193 | ### Fix |
182 | 194 | * Fixed null tax rate issue |
183 | 195 |
|
184 | | -## v1.0.0 (2020-10-28) |
185 | | - |
186 | | -### New |
187 | 196 |
|
188 | | -* ✨ First release |
| 197 | +## v1.0.0 (2020-10-28) |
| 198 | +* :tada: First release! |
0 commit comments