Releases: climatepolicyradar/navigator-document-parser
Releases · climatepolicyradar/navigator-document-parser
v1.4.6-beta
What's Changed
- Bump azure-pdf-parser from 0.4.2 to 0.4.3 by @jesse-c in #150
- Bump tenacity from 8.5.0 to 9.0.0 by @dependabot in #149
- Bump cloudpathlib from 0.18.1 to 0.19.0 by @dependabot in #146
Full Changelog: v1.4.5-beta...v1.4.6-beta
v1.4.5-beta
What's Changed
- Minor updates to the dockerfile. by @THOR300 in #123
- make the src module installable as navigator-document-parser by @harrisonpim in #122
- reformat the package inclusion to give users the actual src directory by @harrisonpim in #124
- build: Add Dependabot by @jesse-c in #125
- fix: Make Dependabot package ecosystems unique by @jesse-c in #127
- fix: Optionally include dotenv to allow setup by @jesse-c in #126
- build: Bump base Python image by @jesse-c in #135
- Bump actions/checkout from 2 to 4 by @dependabot in #128
- build: Bump Python version in project setup by @jesse-c in #136
- Bump aws-actions/amazon-ecr-login from 1 to 2 by @dependabot in #129
- fix: Use regex-kind string by @jesse-c in #137
- Bump azure-pdf-parser by @jesse-c in #138
- Bump pyright from 1.1.372 to 1.1.374 by @dependabot in #142
- Bump awscli from 1.33.28 to 1.33.33 by @dependabot in #139
- Bump google-cloud-translate from 3.15.4 to 3.15.5 by @dependabot in #143
- Bump pymupdf from 1.24.8 to 1.24.9 by @dependabot in #141
- Bump pre-commit from 3.7.1 to 3.8.0 by @dependabot in #140
- Bump azure-pdf-parser from 0.4.1 to 0.4.2 by @jesse-c in #144
New Contributors
- @harrisonpim made their first contribution in #122
- @jesse-c made their first contribution in #125
- @dependabot made their first contribution in #128
Full Changelog: v1.4.4-beta...v1.4.5-beta
v1.4.4-beta
This Release:
- Includes an update to the indent of the json data we save for azure api responses.
v1.4.3-beta
This Release:
- Updates the indent with which data is saved into json files from 4 to 2.
v1.4.2-beta
This Release:
- Bumps the version of the dal dependency.
v1.4.1-beta
This Release:
- Integrates a bump to the dal and pydantic dependency versions.
v1.4.0-beta
This Release:
- Integrates a version bump to the azure pdf parser dependency that contains functionality to tag the table text blocks with the correct block type.
v1.3.10-beta
This Release:
- Updates the call to the translation api to retry on failure. This was added due to a couple of failures in the integration tests.
v1.3.9-beta
This Release:
- Integrates a new version of the azure pdf parser.
v1.3.8-beta
This Release:
Integrates an updated azure pdf parser version with a bug fix for the batching function.