fix(deps): update dependency ultralytics ( 8.4.57 → 8.4.58 ) - #400
Merged
Conversation
| datasource | package | from | to | | ---------- | ----------- | ------ | ------ | | pypi | ultralytics | 8.4.57 | 8.4.58 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
==8.4.57→==8.4.58Release Notes
ultralytics/ultralytics (ultralytics)
v8.4.58: -ultralytics 8.4.58Isolated CI export environments (#24649)Compare Source
🌟 Summary
Ultralytics
v8.4.58is mainly a reliability-focused release 🛠️ that improves how export formats are tested in CI, making model export support more stable, isolated, and easier to maintain—especially for specialized formats.📊 Key Changes
🚦 Export testing was redesigned around isolated environments
🧩 Each export format now declares its own environment
export_formats()registry now includes environment metadata for every export target.🧪 New
--export-envtest selection⚙️ New automated isolated export job
IsolatedExportsCI workflow now builds dedicated virtual environments and runs smoke tests plus export tests inside them.📦 Export dependencies were split into smaller groups
export-baseexport-tensorflowexport-coremlexport-executorchexport-deepxexport-legacy-torch✅ Added checks to prevent export registry mistakes
🤖 RKNN export test added
🐳 Docker cleanup improved
🎯 Purpose & Impact
🔒 More reliable exports
🚀 Faster and leaner development workflows
🧹 Simpler maintenance for the Ultralytics team
🌍 Better support for specialized deployment targets
📌 No major new model architecture in this release
🧠 Good news for production users
If you'd like, I can also turn this into a shorter changelog-style summary or a more technical developer-focused breakdown.
What's Changed
ultralytics 8.4.58Isolated CI export environments by @glenn-jocher in #24649Full Changelog: ultralytics/ultralytics@v8.4.57...v8.4.58
Configuration
📅 Schedule: (in timezone Europe/Vienna)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate.