v0.0.12 - Update hub_client.py for single API call (#205)
UltralyticsAssistant
released this
25 Sep 13:11
·
17 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
model
function 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
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