File tree 3 files changed +2
-4
lines changed
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
2
2
3
3
### Fixes
4
4
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]:
129
129
def combine_text_under_n_chars (self ) -> int :
130
130
"""Combine consecutive text pre-chunks if former is smaller than this and both will fit.
131
131
132
- - Does not combine table chunks with text chunks even if they would both fit in the
133
- chunking window.
134
132
- Does not combine text chunks if together they would exceed the chunking window.
135
133
- Defaults to `max_characters` when not specified.
136
134
- Is reduced to `new_after_n_chars` when it exceeds that value.
You can’t perform that action at this time.
0 commit comments