v1.12.1
ByteDance-Seed/SeedVRv1.12.1Aug 20, 2024by adbar
AI Summary
A maintenance release focusing on code improvements, bug fixes, and documentation updates. It introduces stricter search restrictions for spiders and adds parameter classes, though this change affects undocumented functions.
Key Highlights
- Added parameter class and types (breaking change)
- Restrict spider search to URL path sections
- Bugfix for `AttributeError` in element deletion
- Bugfix for `MemoryError` in table header columns
- Simplified link discovery process
Breaking Changes
- Undocumented functions now use new parameter class and types
New Features
- Added parameter class and types to crawler
- Simplified link discovery and extended tests
- Fixed `AttributeError` in element deletion
- Fixed `MemoryError` in table header columns
Full Release Notes
Navigation: - spider: restrict search to sections containing URL path (#673) - crawler: add parameter class and types, **breaking change** for undocumented functions (#675) - maintenance: simplify link discovery and extend tests (#674) - CLI: review code, add types and tests (#677) Bugfixes: - fix `AttributeError` in element deletion (#668) - fix `MemoryError` in table header columns (#665) Docs: - docs: fix variable name for extract_metadata in quickstart by @jpigla in #678