mirror of
https://github.com/Unstructured-IO/unstructured.git
synced 2025-09-07 07:42:34 +00:00
chore: changelog repair (#1179)
chaos reigns in the changelog. whyyy * there was no 0.10.3 release, so remove that from the CHANGELOG. * fixup 0.10.5 with a couple that were added (in retrospect)
This commit is contained in:
parent
e7d189fcc8
commit
e9c649224e
23
CHANGELOG.md
23
CHANGELOG.md
@ -1,6 +1,15 @@
|
||||
## 0.10.6-dev0
|
||||
|
||||
### Enhancements
|
||||
|
||||
### Features
|
||||
|
||||
### Fixes
|
||||
|
||||
## 0.10.5
|
||||
|
||||
### Enhancements
|
||||
|
||||
* Create new CI Pipelines
|
||||
- Checking text, xml, email, and html doc tests against the library installed without extras
|
||||
- Checking each library extra against their respective tests
|
||||
@ -12,20 +21,20 @@
|
||||
- Add TIFF test file and TIFF filetype to `test_from_image_file` in `test_layout` (0.5.14)
|
||||
* Use `entire_page` ocr mode for pdfs and images
|
||||
* Add notes on extra installs to docs
|
||||
|
||||
|
||||
## 0.10.3
|
||||
* Adds ability to reuse connections per process in unstructured-ingest
|
||||
* Pass ocr_mode in partition_pdf and set the default back to individual pages for now
|
||||
* Add diagrams and descriptions for ingest design in the ingest README
|
||||
|
||||
### Features
|
||||
* Add delta table connector
|
||||
|
||||
### Fixes
|
||||
|
||||
* remove test modification for potential bug and add docstring
|
||||
* fix partitioning of and tests for email and msg docs with attachments, add docstring to msg function
|
||||
## 0.10.4
|
||||
* Pass ocr_mode in partition_pdf and set the default back to individual pages for now
|
||||
* Add diagrams and descriptions for ingest design in the ingest README
|
||||
|
||||
### Features
|
||||
|
||||
### Fixes
|
||||
|
||||
## 0.10.2
|
||||
|
||||
|
@ -1 +1 @@
|
||||
__version__ = "0.10.5" # pragma: no cover
|
||||
__version__ = "0.10.6-dev0" # pragma: no cover
|
||||
|
Loading…
x
Reference in New Issue
Block a user