Skip to content

Commit

Permalink
release: prepare release 0.16.11 (#3819)
Browse files Browse the repository at this point in the history
Release only, no code changes.
  • Loading branch information
scanny authored Dec 9, 2024
1 parent 1e2da6d commit b981d71
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 0.16.11-dev1
## 0.16.11

### Fixes

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.16.11-dev1" # pragma: no cover
__version__ = "0.16.11" # pragma: no cover
2 changes: 0 additions & 2 deletions unstructured/chunking/title.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,6 @@ def iter_boundary_predicates() -> Iterator[BoundaryPredicate]:
def combine_text_under_n_chars(self) -> int:
"""Combine consecutive text pre-chunks if former is smaller than this and both will fit.
- Does not combine table chunks with text chunks even if they would both fit in the
chunking window.
- Does not combine text chunks if together they would exceed the chunking window.
- Defaults to `max_characters` when not specified.
- Is reduced to `new_after_n_chars` when it exceeds that value.
Expand Down

0 comments on commit b981d71

Please sign in to comment.