🌟 Summary
Version 2.0.2 brings critical updates for GitHub Actions and versioning improvements.
📊 Key Changes
- Modified GitHub Actions workflow to prefer `PERSONAL_ACCESS_TOKEN` or fallback to `GITHUB_TOKEN` for authentication.
- Incremented the library version from 2.0.1 to 2.0.2.
🎯 Purpose & Impact
- 💼 *Improved Workflow*: By allowing the use of `PERSONAL_ACCESS_TOKEN` or `GITHUB_TOKEN`, it ensures more flexible and reliable authentication in GitHub Actions.
- **Impact**: Ensures smoother automated processes and reduces potential authentication errors during repository actions.
- 🆙 *Versioning Update*: Updating the version number to 2.0.2 reflects the latest changes and fixes.
- **Impact**: Users and developers get clear visibility of the latest stable release, ensuring they work with the most up-to-date version of the software.
What's Changed
* Use PAT for actions by glenn-jocher in https://github.com/ultralytics/thop/pull/40
**Full Changelog**: https://github.com/ultralytics/thop/compare/v2.0.1...v2.0.2