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
fix: rename isolate_tables chunking option to isolate_table (#4355)
Renames the option added in 0.22.30 for naming consistency. Bumps
version to 0.22.31 and adds a CHANGELOG entry noting the rename.
<!-- This is an auto-generated description by cubic. -->
---
## Summary by cubic
Renames the chunking option `isolate_tables` to `isolate_table` for
naming consistency with no behavior change. Updates docs/tests/messages
and bumps to 0.22.31.
- **Migration**
- Update calls to `chunk_elements(...)` and `chunk_by_title(...)` to
pass `isolate_table=` instead of `isolate_tables=`.
- Validation message now references `isolate_table` (e.g.,
"'skip_table_chunking=True' requires 'isolate_table=True'").
<sup>Written for commit ecdbed1.
Summary will update on new commits. <a
href="https://cubic.dev/pr/Unstructured-IO/unstructured/pull/4355?utm_source=github">Review
in cubic</a></sup>
<!-- End of auto-generated description by cubic. -->
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,9 @@
1
+
## 0.22.31
2
+
3
+
### Enhancements
4
+
5
+
-**Rename `isolate_tables` chunking option to `isolate_table`**: the option added in 0.22.30 has been renamed for naming consistency. Callers passing `isolate_tables=` must update to `isolate_table=`.
0 commit comments