Skip to content

Commit 2413f11

Browse files
committed
version 2.6.0
1 parent 50ab767 commit 2413f11

File tree

2 files changed

+39
-29
lines changed

2 files changed

+39
-29
lines changed

CHANGELOG.md

Lines changed: 38 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,31 @@
11
# Mindee Python API Library Changelog
22

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+
316
## v2.5.1 (2022-08-30)
417
### Fixes
518
* :bug: never use mutable defaults in class definitions (#96)
619

20+
721
## v2.5.0 (2022-08-11)
822
### Changes
923
* :lipstick: improve string output of documents
1024
* :arrow_up: general dependencies upgrade (#92)
1125
* :sparkles: add functions for working with centroids (#93)
1226
* :sparkles: Add bank checks documents (beta, US only) (#94)
1327

28+
1429
## v2.4.0 (2022-06-20)
1530
### Fixes
1631
* :bug: :memo: custom docs names refer to the API, not the type.
@@ -22,8 +37,8 @@
2237
* :sparkles: Add real bounding boxes
2338
* :memo: publish documentation to pages
2439

25-
## v2.3.0 (2022-05-23)
2640

41+
## v2.3.0 (2022-05-23)
2742
### Fixes
2843
* :bug: make sure the 'Token' keyword is sent in the auth headers
2944

@@ -34,8 +49,8 @@
3449
* :recycle: minor cleanup / refactor
3550
* :memo: Add basic automated class documentation
3651

37-
## v2.2.0 (2022-03-24)
3852

53+
## v2.2.0 (2022-03-24)
3954
### Fixes
4055
* :bug: :boom: fix for customer_company_registration being a list of values
4156

@@ -44,8 +59,8 @@
4459
* :arrow_up: loosen setup.py requirements; update pinned dependencies
4560
* :white_check_mark: better testing of PDF pages
4661

47-
## v2.1.1 (2022-03-15)
4862

63+
## v2.1.1 (2022-03-15)
4964
### Fixes
5065
* :bug: fix for locale constructor
5166
* :bug: fix custom document in CLI
@@ -57,25 +72,25 @@
5772
* :technologist: add pre-commit to ensure proper code formatting
5873
* :art: fixes to import order (isort) and documentation (pydocstyle)
5974

60-
## v2.1.0 (2022-03-02)
6175

76+
## v2.1.0 (2022-03-02)
6277
### Changes
6378
* :sparkles: update to Invoices API v3
6479
* :recycle: refactor `Endpoint` classes and document building
6580
* :arrow_up: Update PikePDF to 5.0.1
6681
* :sparkles: add a basic logger
6782

68-
## v2.0.2 (2022-02-21)
6983

84+
## v2.0.2 (2022-02-21)
7085
### Fixes
7186
* :bug: fix sending financial document via the CLI
7287

7388
### Changes
7489
* :sparkles: allow getting OCR return in CLI
7590
* :sparkles: Make sure all document information is printed
7691

77-
## v2.0.1 (2022-02-15)
7892

93+
## v2.0.1 (2022-02-15)
7994
### Fixes
8095
* :bug: fix for invoice to string
8196
* :bug: fix for counting empty PDF pages
@@ -84,8 +99,8 @@
8499
* :arrow_up: Update PikePDF to 4.5.0
85100
* :arrow_up: Update Pillow to 9.0.1 (security fix)
86101

87-
## v2.0.0 (2022-02-14)
88102

103+
## v2.0.0 (2022-02-14)
89104
### New Features
90105
* :sparkles: Allow using custom documents (API builder)
91106

@@ -99,17 +114,17 @@
99114
* :arrow_up: Upgrade pikepdf to 4.4.1
100115
* :memo: Documentation migrated mainly to https://developers.mindee.com/docs
101116

102-
## v1.3.1 (2022-02-03)
103117

118+
## v1.3.1 (2022-02-03)
104119
### Fixes
105120
* :bug: fix probabilities not loaded from API
106121
[#49](https://github.com/mindee/mindee-api-python/issues/49)
107122

108123
### Changes
109124
* :sparkles: add CLI tool for testing
110125

111-
## v1.3.0 (2022-01-17)
112126

127+
## v1.3.0 (2022-01-17)
113128
### Fixes
114129
* :bug: Fixed URLs not built properly on Windows OS
115130
[#33](https://github.com/mindee/mindee-api-python/issues/33)
@@ -123,18 +138,16 @@
123138
* :pushpin: use `pip-tools` and `setup.py` to pin all dependencies
124139
* :page_facing_up: change to MIT license
125140

126-
## v1.2.3 (2021-12-22)
127141

128-
### Fix
142+
## v1.2.3 (2021-12-22)
143+
### Fixes
129144
* :arrow_up: upgrade pymupdf to 1.18.17
130-
131-
### Bug
132145
* :bug: handle few PDF files considered blank
133146
* :white_check_mark: re-initialize file cursor in test
134147

135-
## v1.2.2 (2021-10-11)
136148

137-
### Fix
149+
## v1.2.2 (2021-10-11)
150+
### Fixes
138151
* :bug: Fixed [#15](https://github.com/mindee/mindee-api-python/issues/15)
139152

140153
### Changes
@@ -143,46 +156,43 @@
143156

144157

145158
## v1.2.1 (2021-09-23)
146-
147-
### Fix
159+
### Fixes
148160
* :bug: Forward uploaded file name for file verification rules
149161
* :bug: Change token management for new header format
150162

151-
## v1.2.0 (2021-08-25)
152163

164+
## v1.2.0 (2021-08-25)
153165
### Changes
154166
* :sparkles: Adapted SDK to the new Mindee API endpoint
155167
* :zap: Single page object reconstruction is now server-side
156168
* :heavy_minus_sign: Removed Numpy dependency
157169
* :white_check_mark: Updated tests with new data
158170

159-
## v1.1.3 (2021-02-21)
160171

161-
### Fix
172+
## v1.1.3 (2021-02-21)
173+
### Fixes
162174
* :zap: FinancialDoc attributes have same type from invoice or receipt
163175

164-
## v1.1.2 (2021-02-19)
165176

177+
## v1.1.2 (2021-02-19)
166178
### Fix
167179
* :bug: Fixed FinancialDoc invoice version and reconstruction
168180

169-
## v1.1.1 (2021-01-31)
170181

182+
## v1.1.1 (2021-01-31)
171183
### Changes
172184
* Updated total tax reconstruction for invoice
173185

174-
## v1.1.0 (2020-12-02)
175186

187+
## v1.1.0 (2020-12-02)
176188
### Changes
177189
* Updated invoice API endpoint to V2
178190

179-
## v1.0.2 (2020-12-01)
180191

192+
## v1.0.2 (2020-12-01)
181193
### Fix
182194
* Fixed null tax rate issue
183195

184-
## v1.0.0 (2020-10-28)
185-
186-
### New
187196

188-
* ✨ First release
197+
## v1.0.0 (2020-10-28)
198+
* :tada: First release!

mindee/version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.5.1
1+
2.6.0

0 commit comments

Comments
 (0)