Skip to content

Commit b981d71

Browse files
authored
release: prepare release 0.16.11 (#3819)
Release only, no code changes.
1 parent 1e2da6d commit b981d71

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 0.16.11-dev1
1+
## 0.16.11
22

33
### Fixes
44

unstructured/__version__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.16.11-dev1" # pragma: no cover
1+
__version__ = "0.16.11" # pragma: no cover

unstructured/chunking/title.py

-2
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,6 @@ def iter_boundary_predicates() -> Iterator[BoundaryPredicate]:
129129
def combine_text_under_n_chars(self) -> int:
130130
"""Combine consecutive text pre-chunks if former is smaller than this and both will fit.
131131
132-
- Does not combine table chunks with text chunks even if they would both fit in the
133-
chunking window.
134132
- Does not combine text chunks if together they would exceed the chunking window.
135133
- Defaults to `max_characters` when not specified.
136134
- Is reduced to `new_after_n_chars` when it exceeds that value.

0 commit comments

Comments
 (0)