Releases: ultralytics/actions
v0.0.15 - Print Ultralytics Actions version (#265)
🌟 Summary
The v0.0.15 release primarily updates the Ultralytics Actions to include version printing, enhancing transparency and traceability for users and developers.
📊 Key Changes
- Version Display: The release now includes functionality to print the current version of Ultralytics Actions whenever information is displayed. This is visible in the information header, making it easier to identify the version being used.
🎯 Purpose & Impact
- Improved Clarity: By displaying the version number, users can more easily verify which version is running, aiding in troubleshooting and development.
- Enhanced Communication: Maintainers and collaborators can quickly ensure they have the latest version installed and communicate more effectively when discussing issues or updates.
What's Changed
- Print Ultralytics Actions version by @glenn-jocher in #265
Full Changelog: v0.0.14...v0.0.15
v0.0.14 - Update summarize_pr.py (#264)
🌟 Summary
The v0.0.14 release enhances the GitHub Actions used in the Ultralytics repository, focusing on improving the management and updating of pull request (PR) summaries.
📊 Key Changes
- Version Bump: The software version is updated from 0.0.13 to 0.0.14. 📈
- PR Summary Header Introduction: A new header
## 🛠️ PR Summary
is introduced to help auto-detect existing summaries. - Logic Enhancement: Implemented new logic to either replace existing summaries or append new ones if no summary is found.
🎯 Purpose & Impact
- Improved Documentation Clarity: By standardizing the header for PR summaries, users can more easily identify and interact with these summaries. 🛠️
- Streamlined Workflow: The enhanced logic makes the PR management process more reliable, reducing human error and improving maintenance efficiency. 🔧
- User and Developer Experience: Enhances clarity and consistency in communication within the development process, making it easier for both users and contributors to follow updates. 🗂️
What's Changed
- Update summarize_pr.py by @glenn-jocher in #264
Full Changelog: v0.0.13...v0.0.14
v0.0.13 - Fix duplicate PR summary (#263)
🌟 Summary
Version 0.0.13 enhances the process for generating and updating pull request (PR) summaries, focusing on improving functionality, clarity, and reliability.
📊 Key Changes
- Incremented the version from 0.0.12 to 0.0.13.
- Introduced the
time
module to handle retries more effectively. - Simplified the logic in the
generate_pr_summary
function to streamline its return process. - Improved
update_pr_description
to better handle cases with no existing description, incorporating retry mechanisms and clear notifications.
🎯 Purpose & Impact
- 📚 Enhanced Clarity: The streamlined code makes it easier for developers to understand and maintain PR summaries, minimizing confusion.
- 🚀 Increased Reliability: Adding retry logic and alerts when updating PR descriptions ensures a smoother and more consistent update process, reducing errors.
- 🎯 Simplified Maintenance: The refactor allows for easier future modifications and debugging, aiding both new and seasoned developers in code management.
What's Changed
- Fix duplicate PR summary by @glenn-jocher in #263
Full Changelog: v0.0.12...v0.0.13
v0.0.12 - Simplify PR summary update (#262)
🌟 Summary
The v0.0.12 release primarily enhances the reliability of GitHub Actions with new retry mechanisms and updates the project version.
📊 Key Changes
- 🔄 Retry Mechanism Added: A retry feature is now available in the
update_pr_description
function to deal with potentialNone
values when fetching PR descriptions. - 📈 Version Increment: Updated the version from
0.0.11
to0.0.12
. - 🚀 Step-Level Retry Action: Introduction of a GitHub Action to retry failed steps, configurable for both Python and Bash environments with options for timeout and delay settings.
🎯 Purpose & Impact
- ✅ Enhanced Stability: The retry feature in PR description updating minimizes failures by handling transient issues, ensuring smoother workflows for developers.
- 🛠️ Improved Workflow Reliability: The new Step-Level Retry Action enhances task robustness by retrying failed steps, reducing interruptions due to external or temporary issues.
- 🔧 Customizability: Developers can tailor the retry settings, including attempts, timeouts, and delays, which offers flexibility to meet diverse project needs.
- 🌐 Environment Support: With cross-environment functionality, the retry action supports multiple coding environments, catering to individual developer preferences and project setups.
These updates collectively contribute to more dependably automated processes, ensuring that developers experience fewer disruptions and enhance their productivity with more reliable integrations.
What's Changed
- New Retry Action by @glenn-jocher in #261
- Simplify PR summary update by @glenn-jocher in #262
Full Changelog: v0.0.11...v0.0.12
v0.0.11 - Update common_utils.py (#260)
🌟 Summary
The latest release, v0.0.11, includes a minor update to enhance URL handling and avoids unnecessary automated header requests to certain websites.
📊 Key Changes
- Version Update: Bumped the software version to 0.0.11 for better tracking of changes.
- URL Ignore List Update: Added "reddit.com" to the list of URLs that bypass automated header requests.
🎯 Purpose & Impact
- Keeping Current: The version update signals new enhancements, providing users with the most recent features and fixes. 🆕
- Enhanced Reliability: By ignoring Reddit in automated requests, the software reduces the risk of encountering issues related to URL requests, ensuring smoother operation when users work with web links in their scripts. 🛠️
What's Changed
- Update common_utils.py by @glenn-jocher in #260
Full Changelog: v0.0.10...v0.0.11
v0.0.10 - Updated URL checks (#259)
🌟 Summary
Version 0.0.10 brings improved URL handling and recognition capabilities within the Ultralytics utilities, focusing on compatibility and functionality. 🌐
📊 Key Changes
- Version Update: Transition from v0.0.9 to v0.0.10.
- Enhanced URL Handling:
- Improved recognition of Kaggle URLs to prevent automated headers.
- Updated User-Agent string to a more universal browser identity.
- GitHub URL Exception: Adjusted URL validation to skip over GitHub links, similar to how private repositories are handled.
🎯 Purpose & Impact
- Enhanced Accuracy: By effectively recognizing and managing more types of URLs, the tools become more reliable, particularly with platforms like Kaggle.
- Improved Compatibility: With the updated User-Agent string, server interaction is less likely to be rejected, facilitating smoother workflows. ✅
- Streamlined Operations: Ignoring GitHub URLs reduces validation noise, thus enhancing efficiency for developers working with multiple repositories. 🚀
What's Changed
- Ignore github URLs in broken link checks by @glenn-jocher in #258
- Updated URL checks by @glenn-jocher in #259
Full Changelog: v0.0.9...v0.0.10
v0.0.9 - Update to v0.0.9 (#257)
🌟 Summary
Release v0.0.9
introduces important improvements in handling GitHub Actions environment variables for increased consistency and clarity.
📊 Key Changes
- Environment Variable Standardization: Replaced
REPO_NAME
withGITHUB_REPOSITORY
across action scripts. - Conditional Installation of Packages: Adjusted package installs to conditionally include codespell and tomli based on user input.
- Refactoring: Streamlined code to reduce redundancy, making it easier to manage.
🎯 Purpose & Impact
- Enhanced Consistency & Clarity: By aligning with standard GitHub environment variables, the code becomes more intuitive and easier for future developers to understand.
- Improved Maintainability: More streamlined code means it's easier and less error-prone to update and maintain.
- Unchanged Functionality for Users: There are no direct changes to how the features function for end users. However, developers will notice more consistent and simplified code, which could lead to fewer bugs and faster development cycles in the future.
Overall, this release focuses on refining the internal structure of the code to adhere to standards and simplify future development and maintenance tasks, leading to a more robust and scalable project. 🌟🛠️
What's Changed
- Simplify Actions by @glenn-jocher in #253
- Fix missing
ultralytics-actions
install for issues and discussions by @glenn-jocher in #254 - Update summarize_pr.py by @glenn-jocher in #256
- Update to v0.0.9 by @glenn-jocher in #257
Full Changelog: v0.0.8...v0.0.9
v0.0.8 - New Actions Info function (#251)
🌟 Summary
The v0.0.8 release introduces a new function to enhance the transparency of GitHub Actions by providing detailed metadata about action runs.
📊 Key Changes
- New Functionality: Added the
print_github_action_info
function to output relevant metadata on GitHub Actions runs. - Version Update: Bumped the version from
0.0.7
to0.0.8
. - Convenient Access: Integrated the
ultralytics-actions-info
script intopyproject.toml
.
🎯 Purpose & Impact
- Improved Workflow Understanding: Users can now easily access insights into the conditions and environment where GitHub Actions are executed, which can help in troubleshooting and understanding workflow complexities.
- Convenient CI/CD Management: By using the new script, users can more effectively monitor and optimize their continuous integration and delivery processes, leading to enhanced operational efficiency.
What's Changed
- New Actions Info function by @glenn-jocher in #251
Full Changelog: v0.0.7...v0.0.8
v0.0.7 - Add URL checks to responses (#250)
🌟 Summary
Version 0.0.7 introduces significant enhancements to URL handling and content generation in Ultralytics Actions, primarily focusing on robust URL validation and OpenAI integration improvements. 🚀
📊 Key Changes
- URL Utility Enhancements:
- New functions to clean and validate URLs, ensuring their structural correctness and accessibility.
- Utilization of multithreading for more efficient URL checking.
- OpenAI Integration Improvements:
- The
get_completion
function now incorporates URL validation within content. - Improved retry logic, introducing random seeding for more consistent and varied responses.
- Customization option for adding or removing specific strings in the responses.
- The
🎯 Purpose & Impact
- Robust URL Handling: Enhances reliability by identifying and eliminating invalid or non-functional URLs, which improves user experience through accurate resource linking. 🕵️♂️
- Content Quality: By ensuring generated content is free of faulty URLs, users receive cleaner and more reliable output, thus enhancing overall content dependability.
- Efficiency and Customization: The multithreading approach increases validation speed, while customization options provide flexibility, allowing for tailored content adjustments to better meet user needs.
What's Changed
- Add URL checks to responses by @glenn-jocher in #250
Full Changelog: v0.0.6...v0.0.7
v0.0.6 - Update publish.yml
🌟 Summary
Version 0.0.6 of the Ultralytics Actions adds a new check_pypi_version()
function to enhance modularity and functionality in version management, along with crucial workflow improvements for maintaining efficient and secure software development practices.
📊 Key Changes
- New Function: Introduction of
check_pypi_version()
to segregate PyPI version checking logic into a reusable utility. - Workflow Enhancements:
- Shift from
requests
toultralytics-actions
package for streamlined workflow execution. - Commented out PyPI token usage in favor of trusted publisher configurations, enhancing security.
- Removed obsolete utility scripts from the repository:
first_interaction.py
,summarize_pr.py
,summarize_release.py
, andupdate_markdown_code_blocks.py
.
- Shift from
- Documentation Improvements: Added improved docstrings for better code understanding and maintenance.
🎯 Purpose & Impact
- Modular Codebase: The
check_pypi_version()
function offers enhanced modularity, facilitating code reuse and easing long-term maintenance. - Security & Compliance: Transition towards a secure publishing method by minimizing direct handling of sensitive information like PyPI tokens.
- Simplified Processes: Adoption of
ultralytics-actions
package automates key workflow steps and reduces code complexity, making the release process more robust and less error-prone. - Codebase Cleanliness: Removing redundant scripts declutters the repository, lowering maintenance overhead and clarifying active code components for developers and collaborators. 🧹
- Better Developer Onboarding: Improved documentation assists new developers and contributors in understanding the code more swiftly, leading to more efficient onboarding and collaboration. 💡
Overall, these changes are set to promote a more streamlined, secure, and efficient development workflow, ensuring the project's readiness for future enhancements and contributions.
What's Changed
- Update publish.yml by @glenn-jocher in #245
- Use PyPI trusted publisher by @glenn-jocher in #244
- Remove redundant utils dir by @glenn-jocher in #246
- New
check_pypi_version()
function by @glenn-jocher in #247
Full Changelog: v0.0.5...v0.0.6