fix(deps): update dependency ultralytics ( 8.4.89 → 8.4.90 ) - #446
Merged
Conversation
jazzlyn-bot
Bot
force-pushed
the
renovate/ultralytics-8.x
branch
from
July 7, 2026 01:44
5248192 to
fbf41a0
Compare
| datasource | package | from | to | | ---------- | ----------- | ------ | ------ | | pypi | ultralytics | 8.4.89 | 8.4.90 |
jazzlyn-bot
Bot
force-pushed
the
renovate/ultralytics-8.x
branch
from
July 7, 2026 13:59
fbf41a0 to
33d7be8
Compare
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.89→==8.4.90Release Notes
ultralytics/ultralytics (ultralytics)
v8.4.90: - Add YOLO architecture explained guide (#24970)Compare Source
🌟 Summary
Ultralytics
v8.4.90adds a major new YOLO Architecture Explained guide for understanding the evolution from YOLOv3 to YOLO26, while also improving tracking reliability, segmentation edge-case handling, Docker GPU guidance, and contributor workflows 🚀📚📊 Key Changes
🧠 New YOLO Architecture Explained guide
Bottleneck,C3,C2f,C3k2,SPPF,C2PSA,DFL, anchor-free detection, and YOLO26’s NMS-free / DFL-free design.mkdocs.ymland the guides index for easier discovery.🎯 Improved ByteTrack and FastTrack low-confidence recovery
BYTETrackerandFastTrackerso low-confidence detections can correctly recover existing tracks whenfuse_score=True.🧩 Segmentation mask utilities now handle zero detections
process_mask,process_mask_native, andscale_masksfor valid empty inputs with zero detections.🐳 Docker GPU examples updated to CDI device requests
--runtime=nvidia --gpus allexamples with modern CDI-style device requests such as--device nvidia.com/gpu=all.🤖 New AI-agent contributor guidance
AGENTS.mdwith repository overview, engineering principles, development commands, PR workflow expectations, and architecture notes.CLAUDE.mdas a symlink for Claude Code compatibility.🔇 Cleaner safe-load behavior
🧪 CI compatibility fix
<2for the PyTorch 2.3.0 / torchvision 0.18.0 slow-test shard to avoid a knownColorJitterhue overflow issue.🔗 Documentation link updates and cleanup
ai-in-*paths to newcomputer-vision-in-*paths.SolutionResultsdocs table formatting.Roboflowdirectly and clarifying API key requirements.SuperMarioYL.🎯 Purpose & Impact
📚 Easier learning and model understanding
🚀 More reliable object tracking
✅ More robust segmentation workflows
🐳 More stable GPU containers
🤝 Better contributor and automation support
AGENTS.mdgives human contributors and AI coding tools clearer expectations, helping future PRs stay consistent, tested, and maintainable.🧹 Smoother user experience
What's Changed
fuse_score=Trueby @JESUSROYETH in #25034process_mask,process_mask_nativeandscale_maskson empty 0-detection inputs by @JESUSROYETH in #25032Full Changelog: ultralytics/ultralytics@v8.4.89...v8.4.90
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.