Announcing Ultralytics v8.3.106!
We’re thrilled to introduce the latest update—v8.3.106! This release brings significant enhancements to CoreML export for iOS14+, along with improvements in package distribution, documentation, and tutorial compatibility. Dive into the details below to explore what’s new and how it can benefit your workflows!
Key Features
iOS14+ CoreML Export Enhancements
- Added support for exporting YOLO models to CoreML in
mlmodel
andmlpackage
formats for seamless deployment on iOS14+ devices. - CoreML tools now automatically determine iOS compatibility without requiring a minimum version parameter.
- Non-Maximum Suppression (NMS) export specifications are now synchronized with the core model to ensure consistency.
These improvements simplify the export process, making YOLO models more accessible to Apple developers!
Improvements
-
Package Distribution Cleanup
The top-leveltests
directory has been excluded from package distribution to prevent naming conflicts with user projects. -
Documentation Fix
Resolved a broken link in the Albumentations integration guide, enabling smoother navigation for users. -
Tutorial Notebook Update
Updated commands from!uv pip install ultralytics
to%pip install ultralytics
in Jupyter tutorial notebooks for better compatibility across environments.
Why This Matters
- For Apple Developers: iOS14+ support significantly broadens the deployment options for your YOLO-based applications.
- For Developers: Cleaner package installations mean fewer hiccups during setup.
- For Users: Corrected documentation and updated tutorials ensure a seamless learning and integration experience.
With a focus on usability and flexibility, this release is designed to enhance your development journey and enable faster deployment of YOLO models!
What’s Changed
- Remove
tests
directory from distribution by @esmalTT in PR #20079. - Fix Albumentations link in documentation by @RizwanMunawar in PR #20087.
- Improve tutorial compatibility by @Laughing-q in PR #20106.
- CoreML iOS14+ export enhancements by @sidekickr in PR #20100.
New Contributors
A warm welcome to our new contributors!
- @esmalTT for their first contribution in PR #20079.
- @sidekickr for their first contribution in PR #20100.
We’re grateful for your efforts and excited to have you as part of the YOLO community!
Additional Links
- Full Changelog: See all the updates in detail here.
- Release Details: Check out the v8.3.106 release.
Your feedback is invaluable! Try the new release today and let us know your thoughts. Join the discussion or share your experience directly on our Ultralytics Discussions page.
Thank you for being part of the YOLO community and driving innovation forward with us!