fix(deps): update dependency ultralytics ( 8.4.95 → 8.4.96 ) - #458
Merged
Conversation
| datasource | package | from | to | | ---------- | ----------- | ------ | ------ | | pypi | ultralytics | 8.4.95 | 8.4.96 |
jazzlyn-bot
Bot
force-pushed
the
renovate/ultralytics-8.x
branch
from
July 16, 2026 13:10
8105b1e to
96b27d6
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.95→==8.4.96Release Notes
ultralytics/ultralytics (ultralytics)
v8.4.96: - Revert #25188 and secure NDJSON paths without a prepass (#25196)Compare Source
🌟 Summary
Ultralytics v8.4.96 strengthens NDJSON dataset security and dramatically improves conversion speed, while adding YOLO26 depth deployment guidance, On Premise Platform documentation, and numerous reliability fixes. 🚀
📊 Key Changes
🔐 Faster and safer NDJSON conversion
📏 YOLO26 depth support in Rust inference
yolo26n-depth.onnx.--colormapand--depth-viz.ultralytics-inferencedocumentation to version0.0.29.🚀 New Intel deployment guide
🏢 Expanded Ultralytics Platform On Premise documentation
🧩 Reliability and correctness fixes
Results.update(probs=...)now correctly wraps probabilities inProbs, restoring methods such assummary(),plot(), and exports.single_clsandclasses.save_one_box()now returns crops in the requested format regardless of whether the crop is saved.return_idxs=True.📚 Documentation improvements
masks/folder fallback behavior.tracktrack.yaml.textfor improved rendering and readability.🎯 Purpose & Impact
What's Changed
Results.update(probs=...)to wrap probs inProbslike the other attributes by @JESUSROYETH in #25157single_clsandclassesby @JESUSROYETH in #25158scale_coordsletterbox pad so keypoints and mask polygons stay aligned with boxes by @JESUSROYETH in #25156ConfusionMatrixgaining a phantombackgroundclass by @JESUSROYETH in #25155v8SegmentationLosssilently dropping images whenoverlap_mask=Falseand instances < batch size by @JESUSROYETH in #25173save_one_boxto return the crop in the requested BGR format regardless ofsaveby @JESUSROYETH in #25172postprocessoverwriting the first box by @JESUSROYETH in #25175GMCby @JESUSROYETH in #25181YOLOESegModel.lossmixing text prompts into visual-prompt training by @JESUSROYETH in #25178polygons2masks_overlapdropping instances past 128 overlaps by @JESUSROYETH in #25185New Contributors
Full Changelog: ultralytics/ultralytics@v8.4.95...v8.4.96
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.