v0.0.10 - Updated URL checks (#259)
UltralyticsAssistant
released this
23 Oct 10:00
·
22 commits
to main
since this release
π Summary
Version 0.0.10 brings improved URL handling and recognition capabilities within the Ultralytics utilities, focusing on compatibility and functionality. π
π Key Changes
- Version Update: Transition from v0.0.9 to v0.0.10.
- Enhanced URL Handling:
- Improved recognition of Kaggle URLs to prevent automated headers.
- Updated User-Agent string to a more universal browser identity.
- GitHub URL Exception: Adjusted URL validation to skip over GitHub links, similar to how private repositories are handled.
π― Purpose & Impact
- Enhanced Accuracy: By effectively recognizing and managing more types of URLs, the tools become more reliable, particularly with platforms like Kaggle.
- Improved Compatibility: With the updated User-Agent string, server interaction is less likely to be rejected, facilitating smoother workflows. β
- Streamlined Operations: Ignoring GitHub URLs reduces validation noise, thus enhancing efficiency for developers working with multiple repositories. π
What's Changed
- Ignore github URLs in broken link checks by @glenn-jocher in #258
- Updated URL checks by @glenn-jocher in #259
Full Changelog: v0.0.9...v0.0.10