You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat/remove ingest code, use new dep for tests (#3595)
### Description
Alternative to #3572
but maintaining all ingest tests, running them by pulling in the latest
version of unstructured-ingest.
---------
Co-authored-by: ryannikolaidis <[email protected]>
Co-authored-by: rbiseck3 <[email protected]>
Co-authored-by: Christine Straub <[email protected]>
Co-authored-by: christinestraub <[email protected]>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,12 @@
1
-
## 0.15.15-dev0
1
+
## 0.16.0
2
2
3
3
### Enhancements
4
4
5
+
***Remove ingest implementation.** The deprecated ingest functionality has been removed, as it is now maintained in the separate [unstructured-ingest](https://github.com/Unstructured-IO/unstructured-ingest) repository.
6
+
* Replace extras in `requirements/ingest` directory with a new `ingest.txt` extra for installing the `unstructured-ingest` library.
7
+
* Remove the `unstructured.ingest` submodule.
8
+
* Delete all shell scripts previously used for destination ingest tests.
0 commit comments