File tree Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 1- ## 0.16.11-dev1
1+ ## 0.16.11
22
33### Fixes
44
Original file line number Diff line number Diff line change 1- __version__ = "0.16.11-dev1 " # pragma: no cover
1+ __version__ = "0.16.11" # pragma: no cover
Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments