Skip to content

Commit

Permalink
CHANGELOG update
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Torres committed Oct 6, 2023
1 parent 9bdd587 commit e48b143
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 0.10.20-dev4
## 0.10.20-dev5

### Enhancements

Expand All @@ -20,7 +20,8 @@ setting UNSTRUCTURED_INCLUDE_DEBUG_METADATA=true is needed.
* **Fixes badly initialized Formula** Problem: YoloX contain new types of elements, when loading a document that contain formulas a new element of that class
should be generated, however the Formula class inherits from Element instead of Text. After this change the element is correctly created with the correct class
allowing the document to be loaded. Fix: Change parent class for Formula to Text. Importance: Crucial to be able to load documents that contain formulas.

* **bumps unstructured-inference==0.7.1** This version of `unstructured-inference` download yolox already quantized from Hugging Face, avoiding some issues with newer versions
of onnxruntime. Also, onnxruntime is pinned to <1.16 where this issues were found.
## 0.10.19

### Enhancements
Expand Down
2 changes: 1 addition & 1 deletion unstructured/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.10.20-dev4" # pragma: no cover
__version__ = "0.10.20-dev5" # pragma: no cover

0 comments on commit e48b143

Please sign in to comment.