Skip to content

v0.0.10 - Updated URL checks (#259)

Compare
Choose a tag to compare
@UltralyticsAssistant UltralyticsAssistant released this 23 Oct 10:00
· 22 commits to main since this release
bdeced5

🌟 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

Full Changelog: v0.0.9...v0.0.10