pypi ultralytics 8.2.33
v8.2.33 - `ultralytics 8.2.33` pin `numpy<2.0.0` for compatibility (#13661)

latest releases: 8.2.48, 8.2.47, 8.2.46...
14 days ago

🌟 Summary

The latest Ultralytics release, v8.2.33, focuses on compatibility enhancements and cleanup to streamline user experience.

📊 Key Changes

  • Dependencies Update: Added a patch to temporarily restrict numpy version to <2.0.0 due to compatibility issues.
  • Code Cleanup: Removed the Silence import from ultralytics/nn/tasks.py.

🎯 Purpose & Impact

  • Dependencies Update:
    • Purpose: This change ensures that the software remains compatible with existing code and avoids potential errors related to the upcoming major version of numpy.
    • Impact: Users will experience more stability and fewer unexpected errors related to numpy compatibility, allowing smoother operation of the Ultralytics software.
  • Code Cleanup:
    • Purpose: Simplifies the codebase by removing the unused Silence import.
    • Impact: Reduces clutter and potential confusion, making the codebase cleaner and more maintainable for developers.

Don't miss a new ultralytics release

NewReleases is sending notifications on new releases.