🌟 Summary
Ultralytics has released version 8.2.67 focused on workflow enhancements and better support for the latest Jetson platforms.
📊 Key Changes
- Workflow Drop: Removal of Windows CI testing.
- New Docker Support: Added Docker support for Jetson JetPack 6.
- Dockerfile Improvements: Enhanced installation process and dependency management for JetPack 4 and 5.
- Enhanced Settings: Updated configuration warnings and help messages.
🎯 Purpose & Impact
- Streamlined CI: By dropping Windows from the testing matrix, CI runs might become more efficient and focused on the most used OS environments.
- Expanded Platform Support: Added support for JetPack 6 dramatically improves Ultralytics' compatibility with the latest NVIDIA Jetson hardware, benefiting developers leveraging these platforms.
- Better Dockerfile Maintenance: Enhanced Dockerfile management and dependency handling ensure smoother and more reliable builds, particularly for JetPack 4 and 5 users.
- User-Friendly Updates: Clearer error messages and guidance within the settings ensure users can handle configurations more effectively, reducing potential for configuration errors.
Overall, this update enhances usability, support for cutting-edge hardware, and streamlines essential CI workflows. 🚀
What's Changed
SETTINGS
type and key checks by @glenn-jocher in #14703- Add JetPack6 Docker for NVIDIA Jetson Orin Series by @lakshanthad in #14707
ultralytics 8.2.67
new NVIDIA Jetson Orin Jetpack 6 Docker image by @glenn-jocher in #14740
Full Changelog: v8.2.66...v8.2.67