Skip to content

Commit

Permalink
version 2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ianardee committed Oct 10, 2022
1 parent 50ab767 commit 2413f11
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 29 deletions.
66 changes: 38 additions & 28 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,31 @@
# Mindee Python API Library Changelog

## v2.6.0 (2022-10-10)
### Fixes
* :bug: don't print "None" when filename is empty

### Changes
* :wastebasket: deprecate setting singular and plural names for docs (#98)
* :sparkles: add x-axis geometry functions (#99)
* :sparkles: add getting bounding box for multiple polygons (#100)
* :sparkles: add support for classifications in custom docs
* :sparkles: allow setting only the `MINDEE_API_KEY` environment variable
* :arrow_up: update pikepdf


## v2.5.1 (2022-08-30)
### Fixes
* :bug: never use mutable defaults in class definitions (#96)


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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

### Changes
* :sparkles: add CLI tool for testing

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

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

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

### Fix
## v1.2.3 (2021-12-22)
### Fixes
* :arrow_up: upgrade pymupdf to 1.18.17

### Bug
* :bug: handle few PDF files considered blank
* :white_check_mark: re-initialize file cursor in test

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

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

### Changes
Expand All @@ -143,46 +156,43 @@


## v1.2.1 (2021-09-23)

### Fix
### Fixes
* :bug: Forward uploaded file name for file verification rules
* :bug: Change token management for new header format

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

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

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

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

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

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

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

## v1.1.1 (2021-01-31)
### Changes
* Updated total tax reconstruction for invoice

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

## v1.1.0 (2020-12-02)
### Changes
* Updated invoice API endpoint to V2

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

## v1.0.2 (2020-12-01)
### Fix
* Fixed null tax rate issue

## v1.0.0 (2020-10-28)

### New

* ✨ First release
## v1.0.0 (2020-10-28)
* :tada: First release!
2 changes: 1 addition & 1 deletion mindee/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.5.1
2.6.0

0 comments on commit 2413f11

Please sign in to comment.