Skip to content

v0.0.12 - Update hub_client.py for single API call (#205)

Compare
Choose a tag to compare
@UltralyticsAssistant UltralyticsAssistant released this 25 Sep 13:11
· 17 commits to main since this release
82da10d

🌟 Summary

Ultralytics SDK update focusing on version increment and simplifying code for better model management.

πŸ“Š Key Changes

  • Updated SDK version from 0.0.11 to 0.0.12.
  • Removed the authentication requirement from the model function in hub_client.py.

🎯 Purpose & Impact

  • Version Update: This ensures that users have the latest features and improvements, indicating ongoing maintenance and enhancements of the SDK. πŸ†™
  • Code Simplification: By removing the authentication decorator from the model function, the code becomes cleaner and easier to maintain. It simplifies the process for users to interact with models, possibly speeding up workflows and reducing errors associated with authentication. πŸš€

What's Changed

  • Bump contributor-assistant/github-action from 2.5.1 to 2.5.2 in /.github/workflows by @dependabot[bot] in #204
  • Update hub_client.py for single API call by @glenn-jocher in #205

Full Changelog: v0.0.11...v0.0.12