-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update dependency ultralytics to v8.3.4 #96
Merged
Merged
Conversation
This file contains 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
renovate
bot
changed the title
Update dependency ultralytics to v8.2.95
Update dependency ultralytics to v8.2.96
Sep 18, 2024
renovate
bot
force-pushed
the
renovate/ultralytics-8.x-lockfile
branch
2 times, most recently
from
September 19, 2024 01:15
44c3423
to
0cf4dd3
Compare
renovate
bot
changed the title
Update dependency ultralytics to v8.2.96
Update dependency ultralytics to v8.2.97
Sep 19, 2024
renovate
bot
force-pushed
the
renovate/ultralytics-8.x-lockfile
branch
from
September 19, 2024 23:27
0cf4dd3
to
9d96642
Compare
renovate
bot
changed the title
Update dependency ultralytics to v8.2.97
Update dependency ultralytics to v8.2.98
Sep 19, 2024
renovate
bot
force-pushed
the
renovate/ultralytics-8.x-lockfile
branch
from
September 22, 2024 22:46
9d96642
to
0a6e917
Compare
renovate
bot
changed the title
Update dependency ultralytics to v8.2.98
Update dependency ultralytics to v8.2.99
Sep 22, 2024
renovate
bot
force-pushed
the
renovate/ultralytics-8.x-lockfile
branch
from
September 24, 2024 00:42
0a6e917
to
ef9ddf9
Compare
renovate
bot
changed the title
Update dependency ultralytics to v8.2.99
Update dependency ultralytics to v8.2.100
Sep 24, 2024
renovate
bot
force-pushed
the
renovate/ultralytics-8.x-lockfile
branch
from
September 25, 2024 14:53
ef9ddf9
to
97da598
Compare
renovate
bot
changed the title
Update dependency ultralytics to v8.2.100
Update dependency ultralytics to v8.2.101
Sep 25, 2024
renovate
bot
force-pushed
the
renovate/ultralytics-8.x-lockfile
branch
from
September 27, 2024 01:04
97da598
to
6af570f
Compare
renovate
bot
changed the title
Update dependency ultralytics to v8.2.101
Update dependency ultralytics to v8.2.102
Sep 27, 2024
renovate
bot
force-pushed
the
renovate/ultralytics-8.x-lockfile
branch
from
September 28, 2024 19:38
6af570f
to
573029e
Compare
renovate
bot
changed the title
Update dependency ultralytics to v8.2.102
Update dependency ultralytics to v8.2.103
Sep 28, 2024
renovate
bot
force-pushed
the
renovate/ultralytics-8.x-lockfile
branch
from
September 30, 2024 03:28
573029e
to
65d78b0
Compare
renovate
bot
changed the title
Update dependency ultralytics to v8.2.103
Update dependency ultralytics to v8.3.0
Sep 30, 2024
renovate
bot
force-pushed
the
renovate/ultralytics-8.x-lockfile
branch
from
September 30, 2024 15:47
65d78b0
to
a28d71c
Compare
renovate
bot
changed the title
Update dependency ultralytics to v8.3.0
Update dependency ultralytics to v8.3.1
Sep 30, 2024
renovate
bot
force-pushed
the
renovate/ultralytics-8.x-lockfile
branch
from
October 1, 2024 13:53
a28d71c
to
200824d
Compare
renovate
bot
changed the title
Update dependency ultralytics to v8.3.1
Update dependency ultralytics to v8.3.2
Oct 1, 2024
renovate
bot
force-pushed
the
renovate/ultralytics-8.x-lockfile
branch
from
October 1, 2024 22:41
200824d
to
53369a6
Compare
renovate
bot
changed the title
Update dependency ultralytics to v8.3.2
Update dependency ultralytics to v8.3.3
Oct 1, 2024
renovate
bot
changed the title
Update dependency ultralytics to v8.3.3
Update dependency ultralytics to v8.3.3 - autoclosed
Oct 3, 2024
renovate
bot
changed the title
Update dependency ultralytics to v8.3.3 - autoclosed
Update dependency ultralytics to v8.3.3
Oct 3, 2024
renovate
bot
changed the title
Update dependency ultralytics to v8.3.3
Update dependency ultralytics to v8.3.4
Oct 3, 2024
renovate
bot
force-pushed
the
renovate/ultralytics-8.x-lockfile
branch
from
October 3, 2024 13:12
53369a6
to
da8a71a
Compare
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.3.3
->8.3.4
Release Notes
ultralytics/ultralytics (ultralytics)
v8.3.4
: -ultralytics 8.3.4
unpinnumpy<2.0.0
(#16655)🌟 Summary
The Ultralytics v8.3.4 release introduces flexible updates to project dependencies and enhances several features for better usability and performance.
📊 Key Changes
numpy
, now supporting any version above 1.23.0.🎯 Purpose & Impact
numpy
version boosts compatibility with newer versions, simplifying dependency management and reducing potential conflicts with other packages.What's Changed
[0,,1]
robust device selection by @glenn-jocher in https://github.com/ultralytics/ultralytics/pull/16631scikit-learn
support for exports by @glenn-jocher in https://github.com/ultralytics/ultralytics/pull/16638python
admonition and code blocks by @jk4e in https://github.com/ultralytics/ultralytics/pull/16646mobile-sam.md
andsam-2.md
. by @RizwanMunawar in https://github.com/ultralytics/ultralytics/pull/16654ultralytics 8.3.4
unpinnumpy<2.0.0
by @glenn-jocher in https://github.com/ultralytics/ultralytics/pull/16655Full Changelog: ultralytics/ultralytics@v8.3.3...v8.3.4
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.