Skip to content

Commit f70ccf8

Browse files
committed
🔖 Version 3.2.0
1 parent 7393bf9 commit f70ccf8

File tree

3 files changed

+38
-28
lines changed

3 files changed

+38
-28
lines changed

CHANGELOG.md

Lines changed: 36 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,20 @@
11
# Mindee Python API Library Changelog
22

3-
## v3.1.1 (2022-12-02)
3+
## v3.2.0 - 2023-01-06
4+
### Changes
5+
* :sparkles: add version option in CLI
6+
* :recycle: harmonize printing of float values
7+
* :sparkles: add support for Invoice 4.1
8+
* :sparkles: add support for Receipt v4.1
9+
* :memo: reorganize docs a bit
10+
* :arrow_up: update dependencies
11+
12+
13+
## v3.1.1 - 2022-12-02
414
### Fixes
515
* :bug: fix for invoice v4 URL
616

7-
## v3.1.0 (2022-12-01)
17+
## v3.1.0 - 2022-12-01
818
### Changes
919
* :sparkles: allow setting base URL from env
1020
* :sparkles: add some helper functions for BBox
@@ -16,7 +26,7 @@
1626
### Fixes
1727
* :bug: page_n should always be set when available (#106)
1828

19-
## v3.0.0 (2022-11-07)
29+
## v3.0.0 - 2022-11-07
2030
### ¡Breaking Changes!
2131
* :sparkles: New PDF cut/merge system, allowing specifying exactly which pages to use.
2232
* :recycle: PDF documents are no longer cut by default, use the `page_options` parameter in the `parse` method.
@@ -33,7 +43,7 @@
3343
* :bug: Make sure the user is specified when calling custom docs on CLI
3444
* :bug: Add default timeout of 120 seconds for endpoints.
3545

36-
## v2.6.0 (2022-10-10)
46+
## v2.6.0 - 2022-10-10
3747
### Fixes
3848
* :bug: don't print "None" when filename is empty
3949

@@ -46,20 +56,20 @@
4656
* :arrow_up: update pikepdf
4757

4858

49-
## v2.5.1 (2022-08-30)
59+
## v2.5.1 - 2022-08-30
5060
### Fixes
5161
* :bug: never use mutable defaults in class definitions (#96)
5262

5363

54-
## v2.5.0 (2022-08-11)
64+
## v2.5.0 - 2022-08-11
5565
### Changes
5666
* :lipstick: improve string output of documents
5767
* :arrow_up: general dependencies upgrade (#92)
5868
* :sparkles: add functions for working with centroids (#93)
5969
* :sparkles: Add bank checks documents (beta, US only) (#94)
6070

6171

62-
## v2.4.0 (2022-06-20)
72+
## v2.4.0 - 2022-06-20
6373
### Fixes
6474
* :bug: :memo: custom docs names refer to the API, not the type.
6575
* :bug: words should be separated when printing custom documents
@@ -71,7 +81,7 @@
7181
* :memo: publish documentation to pages
7282

7383

74-
## v2.3.0 (2022-05-23)
84+
## v2.3.0 - 2022-05-23
7585
### Fixes
7686
* :bug: make sure the 'Token' keyword is sent in the auth headers
7787

@@ -83,7 +93,7 @@
8393
* :memo: Add basic automated class documentation
8494

8595

86-
## v2.2.0 (2022-03-24)
96+
## v2.2.0 - 2022-03-24
8797
### Fixes
8898
* :bug: :boom: fix for customer_company_registration being a list of values
8999

@@ -93,7 +103,7 @@
93103
* :white_check_mark: better testing of PDF pages
94104

95105

96-
## v2.1.1 (2022-03-15)
106+
## v2.1.1 - 2022-03-15
97107
### Fixes
98108
* :bug: fix for locale constructor
99109
* :bug: fix custom document in CLI
@@ -106,15 +116,15 @@
106116
* :art: fixes to import order (isort) and documentation (pydocstyle)
107117

108118

109-
## v2.1.0 (2022-03-02)
119+
## v2.1.0 - 2022-03-02
110120
### Changes
111121
* :sparkles: update to Invoices API v3
112122
* :recycle: refactor `Endpoint` classes and document building
113123
* :arrow_up: Update PikePDF to 5.0.1
114124
* :sparkles: add a basic logger
115125

116126

117-
## v2.0.2 (2022-02-21)
127+
## v2.0.2 - 2022-02-21
118128
### Fixes
119129
* :bug: fix sending financial document via the CLI
120130

@@ -123,7 +133,7 @@
123133
* :sparkles: Make sure all document information is printed
124134

125135

126-
## v2.0.1 (2022-02-15)
136+
## v2.0.1 - 2022-02-15
127137
### Fixes
128138
* :bug: fix for invoice to string
129139
* :bug: fix for counting empty PDF pages
@@ -133,7 +143,7 @@
133143
* :arrow_up: Update Pillow to 9.0.1 (security fix)
134144

135145

136-
## v2.0.0 (2022-02-14)
146+
## v2.0.0 - 2022-02-14
137147
### New Features
138148
* :sparkles: Allow using custom documents (API builder)
139149

@@ -148,7 +158,7 @@
148158
* :memo: Documentation migrated mainly to https://developers.mindee.com/docs
149159

150160

151-
## v1.3.1 (2022-02-03)
161+
## v1.3.1 - 2022-02-03
152162
### Fixes
153163
* :bug: fix probabilities not loaded from API
154164
[#49](https://github.com/mindee/mindee-api-python/issues/49)
@@ -157,7 +167,7 @@
157167
* :sparkles: add CLI tool for testing
158168

159169

160-
## v1.3.0 (2022-01-17)
170+
## v1.3.0 - 2022-01-17
161171
### Fixes
162172
* :bug: Fixed URLs not built properly on Windows OS
163173
[#33](https://github.com/mindee/mindee-api-python/issues/33)
@@ -172,14 +182,14 @@
172182
* :page_facing_up: change to MIT license
173183

174184

175-
## v1.2.3 (2021-12-22)
185+
## v1.2.3 - 2021-12-22
176186
### Fixes
177187
* :arrow_up: upgrade pymupdf to 1.18.17
178188
* :bug: handle few PDF files considered blank
179189
* :white_check_mark: re-initialize file cursor in test
180190

181191

182-
## v1.2.2 (2021-10-11)
192+
## v1.2.2 - 2021-10-11
183193
### Fixes
184194
* :bug: Fixed [#15](https://github.com/mindee/mindee-api-python/issues/15)
185195

@@ -188,44 +198,44 @@
188198
* :sparkles: Added a blank pages only PDF detection & error raising
189199

190200

191-
## v1.2.1 (2021-09-23)
201+
## v1.2.1 - 2021-09-23
192202
### Fixes
193203
* :bug: Forward uploaded file name for file verification rules
194204
* :bug: Change token management for new header format
195205

196206

197-
## v1.2.0 (2021-08-25)
207+
## v1.2.0 - 2021-08-25
198208
### Changes
199209
* :sparkles: Adapted SDK to the new Mindee API endpoint
200210
* :zap: Single page object reconstruction is now server-side
201211
* :heavy_minus_sign: Removed Numpy dependency
202212
* :white_check_mark: Updated tests with new data
203213

204214

205-
## v1.1.3 (2021-02-21)
215+
## v1.1.3 - 2021-02-21
206216
### Fixes
207217
* :zap: FinancialDoc attributes have same type from invoice or receipt
208218

209219

210-
## v1.1.2 (2021-02-19)
220+
## v1.1.2 - 2021-02-19
211221
### Fix
212222
* :bug: Fixed FinancialDoc invoice version and reconstruction
213223

214224

215-
## v1.1.1 (2021-01-31)
225+
## v1.1.1 - 2021-01-31
216226
### Changes
217227
* Updated total tax reconstruction for invoice
218228

219229

220-
## v1.1.0 (2020-12-02)
230+
## v1.1.0 - 2020-12-02
221231
### Changes
222232
* Updated invoice API endpoint to V2
223233

224234

225-
## v1.0.2 (2020-12-01)
235+
## v1.0.2 - 2020-12-01
226236
### Fix
227237
* Fixed null tax rate issue
228238

229239

230-
## v1.0.0 (2020-10-28)
240+
## v1.0.0 - 2020-10-28
231241
* :tada: First release!

mindee/version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.1.1
1+
3.2.0

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ pillow==9.3.0
2424
# via pikepdf
2525
pyparsing==3.0.9
2626
# via packaging
27-
pytz==2022.6
27+
pytz==2022.7
2828
# via mindee (setup.py)
2929
requests==2.28.1
3030
# via mindee (setup.py)

0 commit comments

Comments
 (0)