v1.12.2
zhu-xlab/GlobalBuildingAtlasv1.12.2Sep 10, 2024by adbar
AI Summary
A maintenance release adding SOCKS proxy support and various spider/sitemap configuration parameters to improve flexibility and reliability.
Key Highlights
- Add support for SOCKS proxies
- Add prune_xpath parameter to spider
- Add max_sitemaps parameter
- Relax strict parameter for link extraction
- Make compression libraries optional
New Features
- SOCKS proxy support for downloads
- XPath pruning capability for spiders
- Sitemap limit configuration
- Relaxed link extraction strictness
- Optional compression libraries
Full Release Notes
- downloads: add support for SOCKS proxies with @gremid (#682) - extraction fix: ValueError in table spans (#685) - spider: `prune_xpath` parameter added by @felipehertzer (#684) - spider: relax strict parameter for link extraction (#687) - sitemaps: `max_sitemaps` parameter added by @felipehertzer (#690) - maintenance: make compression libraries optional (#691) - metadata: review and lint code (#694)