v1.12.1
zhu-xlab/GlobalBuildingAtlasv1.12.1Aug 20, 2024by adbar
AI Summary
A minor update focusing on navigation improvements and stricter type handling for crawler functions.
Key Highlights
- Restrict spider search to sections containing URL path
- Add parameter class and types to crawler
- Simplify link discovery logic
- CLI code review and test extension
Breaking Changes
- Crawler: add parameter class and types (breaking change for undocumented functions)
New Features
- Path-based restriction for spider searches
- Type hints added to crawler functions
- Simplified link discovery process
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