pypi ultralytics 8.2.40
v8.2.40 - `ultralytics 8.2.40` refactor HUB code into callbacks (#13896)

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

🌟 Summary

The v8.2.40 release of Ultralytics includes improvements and fixes aimed at enhancing the workflow for model training and documentation processes.

📊 Key Changes

  • GitHub Actions Workflow: Added git pull command to ensure the latest branch state before making changes.
  • Documentation Updates: Minor spelling corrections and new callback documentation.
  • Model and HUB Session Updates: Refined session management in HUBTrainingSession and imported it directly in model.py.

🎯 Purpose & Impact

  • Smoother CI Process: By pulling the latest branch state before committing, the continuous integration (CI) setup becomes more reliable, minimizing the risk of conflicts.
  • Enhanced Documentation: Correction of spelling and addition of missing callbacks ensures that the documentation is more accurate and comprehensive for users.
  • Improved HUB Interactions: The refactoring of HUBTrainingSession simplifies code, ensures robust session creation, and addresses possible issues with unauthenticated sessions, which should make the training process on the Ultralytics HUB more seamless and error-free.

These changes collectively aim to enhance the user experience by making the system more reliable and easier to use, especially for model training and collaboration on the Ultralytics HUB. 🚀

What's Changed

Full Changelog: v8.2.39...v8.2.40

Don't miss a new ultralytics release

NewReleases is sending notifications on new releases.