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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2-1
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
## 0.15.14-dev13
1
+
## 0.15.14-dev14
2
2
3
3
### Enhancements
4
4
@@ -18,6 +18,7 @@
18
18
***Remove obsolete min_partition/max_partition args from TXT and EML.** The legacy `min_partition` and `max_partition` parameters were an initial rough implementation of chunking but now interfere with chunking and are unused. Remove those parameters from `partition_text()` and `partition_email()`.
19
19
***Remove double-decoration on EML and MSG.** Refactor these partitioners to rely on the new `@apply_metadata()` decorator operating on partitioners they delegate to (TXT, HTML, and all others for attachments) and remove direct decoration from EML and MSG.
20
20
***Remove double-decoration for PPT.** Remove decorators from the delegating PPT partitioner.
21
+
***Quick-fix CI error in auto test-filetype.** Better fix to follow shortly.
0 commit comments