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
+13-2Lines changed: 13 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,18 @@
1
-
## 0.15.14-dev14
1
+
## 0.15.15-dev0
2
2
3
3
### Enhancements
4
4
5
-
***Bump `unstructured-inference` to 0.7.38** and upgrade other dependencies
5
+
***Bump `unstructured-inference` to 0.7.39** and upgrade other dependencies
6
+
7
+
### Features
8
+
9
+
***Add (but do not install) a new post-partitioning decorator to handle metadata added for all file-types, like `.filename`, `.filetype` and `.languages`.** This will be installed in a closely following PR to replace the four currently being used for this purpose.
10
+
11
+
### Fixes
12
+
13
+
## 0.15.14
14
+
15
+
### Enhancements
6
16
7
17
### Features
8
18
@@ -20,6 +30,7 @@
20
30
***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()`.
21
31
***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.
22
32
***Remove double-decoration for PPT.** Remove decorators from the delegating PPT partitioner.
33
+
***Quick-fix CI error in auto test-filetype.** Better fix to follow shortly.
0 commit comments