fix(deps): update dependency ultralytics ( 8.4.13 → 8.4.14 ) - #283
Merged
Conversation
jazzlyn-bot
Bot
force-pushed
the
renovate/ultralytics-8.x
branch
from
February 11, 2026 01:07
35b47c9 to
2ad5b03
Compare
| datasource | package | from | to | | ---------- | ----------- | ------ | ------ | | pypi | ultralytics | 8.4.13 | 8.4.14 |
jazzlyn-bot
Bot
force-pushed
the
renovate/ultralytics-8.x
branch
from
February 11, 2026 12:37
2ad5b03 to
8522c2c
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.13→==8.4.14Release Notes
ultralytics/ultralytics (ultralytics)
v8.4.14: -ultralytics 8.4.14Platform training cancel feature (#23614)Compare Source
🌟 Summary (single-line synopsis)
Ultralytics 8.4.14 adds Ultralytics Platform “Cancel training” support so you can stop runs quickly and still keep/upload partial results ⛔️📤
📊 Key Changes
trainer.stop=Truewhencancelled=true.trainer._platform_cancelledand logs clear messages.self.stopis set, allowing external stops (like Platform cancellation) to take effect sooner.rle_lossto zero to prevent loss from going negative and destabilizing training (helps avoid mAP dropping across epochs).segment2box()now excludes points exactly on the image border after clipping, avoiding boxes incorrectly snapping to edges (better box regression + mask quality).TypeErrorwhenfitnessis present butNoneduring tuning (safer/cleaner tuning runs).model.fuse()📚🎯 Purpose & Impact
If you train via the Ultralytics Platform, this release is especially impactful due to the new cancellation behavior 🛑.
What's Changed
segment2boxboundary condition for edge-snapped segment points by @Mr-Neutr0n in #23602model.fuse()by @raimbekovm in #23601ultralytics 8.4.14Platform training cancel feature by @glenn-jocher in #23614Full Changelog: ultralytics/ultralytics@v8.4.13...v8.4.14
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 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.