fix(deps): update dependency ultralytics ( 8.4.38 → 8.4.39 ) - #356
Merged
Conversation
| datasource | package | from | to | | ---------- | ----------- | ------ | ------ | | pypi | ultralytics | 8.4.38 | 8.4.39 |
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.38→==8.4.39Release Notes
ultralytics/ultralytics (ultralytics)
v8.4.39: -ultralytics 8.4.39Use dashed incremented run paths (#24193)Compare Source
🌟 Summary
Ultralytics v8.4.39 is a quality-and-usability release focused on clearer run naming (
exp-2), better CLI coverage for Solutions, safer rotated-box training behavior, and broad documentation/platform clarity improvements. 🚀📊 Key Changes
(Most important) Dashed run path increments are now default via PR #24193 by @glenn-jocher ✅
increment_path()now creates names likeexp-2andresults-2.txt(instead ofexp2,results2.txt).New CLI parity for Solutions via PR #24251 by @raimbekovm 🧰
yolo solutions regionyolo solutions securityyolo solutions parkingRotated OBB training safety fix via PR #24260 by @lmycross 🛠️
gt_bboxesinRotatedTaskAlignedAssignerby cloning before edits.Small reliability hardening for security alarm flow 🔒
CI workflow resilience improvements via PR #24261 by @glenn-jocher ♻️
Documentation and platform clarity updates 📚
🎯 Purpose & Impact
Cleaner experiment tracking 🗂️
The
exp-2style is easier to read and more consistent across files/folders, reducing confusion when managing many runs.Faster adoption of Solutions from CLI ⚡
Users can now launch region counting, security monitoring, and parking workflows directly from terminal commands with less setup friction.
More stable rotated-box training pipelines 🎯
The OBB fix reduces hidden side effects and hard-to-debug training issues, improving trust in advanced detection workflows.
Better operational reliability 🧪
CI retry hardening helps reduce flaky failures in automation and publishing workflows.
Clearer user guidance and platform onboarding 🌐
Docs now better reflect current best paths (especially Ultralytics Platform) and reduce ambiguity in integrations, licensing, and region details.
What's Changed
gt_bboxesmodification inRotatedTaskAlignedAssignerby @lmycross in #24260ultralytics 8.4.39Use dashed incremented run paths by @glenn-jocher in #24193Full Changelog: ultralytics/ultralytics@v8.4.38...v8.4.39
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 Renovate Bot.