mirror of
https://github.com/Unstructured-IO/unstructured.git
synced 2025-12-12 07:34:09 +00:00
build: release commit for 0.11.4 (#2275)
also cleans up the CHANGELOG to reflect the previous release of 0.11.2
This commit is contained in:
parent
aa7794a566
commit
8ba1bedfca
@ -1,4 +1,4 @@
|
||||
## 0.11.4-dev14
|
||||
## 0.11.4
|
||||
|
||||
### Enhancements
|
||||
|
||||
@ -21,7 +21,7 @@
|
||||
* **Update partition_csv to handle different delimiters** CSV files containing both non-comma delimiters and commas in the data were throwing an error in Pandas. `partition_csv` now identifies the correct delimiter before the file is processed.
|
||||
* **partition returning cid code in `hi_res`** occasionally pdfminer can fail to decode the text in an pdf file and return cid code as text. Now when this happens the text from OCR is used.
|
||||
|
||||
## 0.11.3
|
||||
## 0.11.2
|
||||
|
||||
### Enhancements
|
||||
|
||||
|
||||
@ -1 +1 @@
|
||||
__version__ = "0.11.4-dev14" # pragma: no cover
|
||||
__version__ = "0.11.4" # pragma: no cover
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user