v8.2.40
版本发布时间: 2024-06-23 20:53:48
ultralytics/ultralytics最新发布版本:v8.3.36(2024-11-22 19:26:55)
🌟 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 inmodel.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
-
ultralytics 8.2.40
refactor HUB code into callbacks by @glenn-jocher in https://github.com/ultralytics/ultralytics/pull/13896
Full Changelog: https://github.com/ultralytics/ultralytics/compare/v8.2.39...v8.2.40