mirror of
https://github.com/Unstructured-IO/unstructured.git
synced 2026-01-06 12:21:30 +00:00
chore: changelog repair (#1149)
0.10.2 had been released, but prior commit co-mingled 0.10.2 and 0.10.3. This corrects the changelog and intentionally skips over 0.10.3. Bonus: remove accidental dupe line in 0.10.0.
This commit is contained in:
parent
d2a41f462d
commit
6001e2fa62
15
CHANGELOG.md
15
CHANGELOG.md
@ -1,10 +1,18 @@
|
||||
## 0.10.3
|
||||
## 0.10.4-dev0
|
||||
|
||||
### Enhancements
|
||||
* Adds ability to reuse connections per process in unstructured-ingest
|
||||
|
||||
### Features
|
||||
|
||||
### Fixes
|
||||
|
||||
## 0.10.2
|
||||
|
||||
### Enhancements
|
||||
* Bump unstructured-inference==0.5.13:
|
||||
- Fix extracted image elements being included in layout merge, addresses the issue
|
||||
where an entire-page image in a PDF was not passed to the layout model when using hi_res.
|
||||
* Adds ability to reuse connections per process in unstructured-ingest
|
||||
|
||||
### Features
|
||||
|
||||
@ -36,9 +44,6 @@
|
||||
|
||||
### Fixes
|
||||
|
||||
* fix pdf partition of list items being detected as titles in OCR only mode
|
||||
|
||||
|
||||
## 0.9.3
|
||||
|
||||
### Enhancements
|
||||
|
||||
@ -1 +1 @@
|
||||
__version__ = "0.10.3" # pragma: no cover
|
||||
__version__ = "0.10.4-dev0" # pragma: no cover
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user