Skip to content

v0.0.18 - Improved Python file headers (#242)

Compare
Choose a tag to compare
@github-actions github-actions released this 15 Jan 12:25
· 7 commits to main since this release
e10b05a

🌟 Summary

The v0.0.18 release of the Ultralytics HUB-SDK focuses on improving internal processes and code standardization, laying the groundwork for better efficiency and compliance without introducing direct user-facing features. πŸŽ‰


πŸ“Š Key Changes

  • Version Update: hub-sdk updated to version 0.0.18.
  • Enhanced License Headers: Unified and updated to include a clear license link in all source and test files.
  • Exponential Backoff for Model Exports: Implemented smarter retry intervals for checking model export status.
  • New CI Workflow: Introduced advanced CI processes with testing and documentation automation.
  • Automation Improvements: Streamlined token handling, Lychee installation, and dependency updates for GitHub workflows.
  • Code Refactoring: Improved readability, performance, and removed duplicated or outdated code.
  • Formatting Update: Reformatted code using Ruff 0.9.0 to adhere to the latest style standards.

🎯 Purpose & Impact

  • Smooth Versioning: The minor version update prepares users for upcoming SDK enhancements. πŸš€
  • Increased Compliance: The new license headers make legal terms transparent and accessible. πŸ’Ό
  • Improved Efficiency: Smarter retry logic reduces server load and ensures model exports are handled gracefully. πŸ”„
  • Reliable Testing & Automation: Enhanced CI enables consistent quality checks for all updates, reducing manual intervention. βœ…
  • Streamlined Developer Experience: Workflow and code improvements speed up development and maintenance, enhancing productivity. ⚑
  • Cleaner Codebase: Refactoring ensures better readability and system performance over the long term. 🧹

This release ensures a more robust base for the HUB-SDK while providing developers with smoother workflows and clearer compliance standards. 🌟

What's Changed

Full Changelog: v0.0.17...v0.0.18