pypi ultralytics 8.2.46
v8.2.46 - `ultralytics 8.2.46` fix OBB Results `xyxy` attribute (#14020)

latest releases: 8.2.48, 8.2.47
4 days ago

🌟 Summary

Ultralytics has released version 8.2.46 with updates aimed at enhancing compatibility and usability.

📊 Key Changes

  • Dependency Adjustment: Modified the numpy version requirement from ">=1.23.5,<2.0.0" to ">=1.23.0,<2.0.0".
  • Enhanced Logging: Updated numpy attributes logging in tests to print before and after result methods.
  • Optimized Code: Refactored the xyxy method in results handling for more efficient computations.

🎯 Purpose & Impact

  • Dependency Flexibility: 🛠️ The adjustment in numpy dependency broadens compatibility by allowing a wider range of numpy versions. This could help users avoid conflicts with other projects dependent on different versions of numpy.
  • Improved Debugging: 🐞 Enhanced logging in tests helps developers by providing clearer insights into the numpy attributes, simplifying debugging and validation processes.
  • Performance & Readability: ⚡ The optimized xyxy method improves performance and maintainability by utilizing more efficient computations for bounding box transformations, benefiting both expert developers and applications that require fast, accurate results.

These updates contribute to a more robust and user-friendly experience for developers working with the Ultralytics YOLO framework. 🚀

Don't miss a new ultralytics release

NewReleases is sending notifications on new releases.