v0.0.12 - Update hub_client.py for single API call (#205)
·
94 commits
to main
since this release
π 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
modelfunction inhub_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
modelfunction, 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