Skip to content

Releases: ultralytics/actions

v0.0.20 - Update __init__.py to v0.0.20 (#291)

21 Nov 12:17
1ab3378
Compare
Choose a tag to compare

🌟 Summary

The ultralytics/actions package has been updated to version 0.0.20! This update primarily includes improvements to code formatting processes and a new version tag. 🚀

📊 Key Changes

  • Version Update: The version number in the __init__.py file has been incremented from 0.0.19 to 0.0.20.
  • Prettier Configuration Enhanced: The Prettier tool, used for code formatting, now covers a broader range of file types including js, vue, ts, and more.
  • Improved Exclusions: Specific files like model.json are now excluded from automated formatting to protect their specific formatting needs.

🎯 Purpose & Impact

  • Versioning Clarity: The update to version 0.0.20 helps users easily track changes and ensures they have the most current version for optimal functionality and any potential bug fixes.
  • Unified Code Styling: By extending Prettier's reach, developers benefit from a consistent code style, minimizing manual corrections and improving collaboration efficiency across various programming languages. 🧑‍💻
  • Targeted Formatting: The exclusion of certain files allows for more precise control over what gets formatted, maintaining necessary customizations and preventing unintended changes. 🎯
  • Contributor Ease: With automatic formatting standards in place, contributors can focus more on functionality and logic rather than style, enhancing productivity. ⚡️

What's Changed

Full Changelog: v0.0.19...v0.0.20

v0.0.19 - Slack v2 API usage (#288)

19 Nov 09:47
93394e7
Compare
Choose a tag to compare

🌟 Summary

The v0.0.19 release primarily enhances the Slack integration by upgrading to Slack API version 2, along with several other improvements in retry logic, package installation processes, and minor bug fixes.

📊 Key Changes

  • Slack API Update: Upgraded to slackapi/[email protected], utilizing the incoming-webhook for notifications.
  • Retry Enhancements: Refined the retry logic to better manage errors and retries, providing clearer diagnostics and structured outputs.
  • Package Management: Improved setup for package installation on macOS, avoiding unnecessary commands and aligning with best practices.
  • Code Optimizations: Cleaned up and optimized the code for improved performance and readability.

🎯 Purpose & Impact

  • Notification Improvements: The updated Slack integration can offer enhanced notification features, ensuring timely communication of action results. 📝
  • Simplified Configuration: The move to incoming-webhook potentially simplifies Slack setup, improving reliability and reducing setup complexity. 🔧
  • Efficient Troubleshooting: Enhanced retry error messaging aids in quicker issue resolution, by offering a more transparent retry process and error reporting. 🛠️
  • Cross-Platform Compatibility: Adjustments in package handling on macOS prevent environmental issues, ensuring a smoother user experience across different operating systems. 🍏
  • Streamlined Processes: Code refinements and optimizations lead to faster execution and easier maintenance, benefiting developers and users alike. 🚀

What's Changed

Full Changelog: v0.0.18...v0.0.19

v0.0.18 - Update environment in publish.yml (#276)

07 Nov 14:50
19738b2
Compare
Choose a tag to compare

🌟 Summary

The latest release, v0.0.18, primarily focuses on enhancing the GitHub Actions workflow for better release management and tracking, with updates to environment configurations and notification formats.

📊 Key Changes

  • Environment Configuration: Introduces an environment parameter in the GitHub Actions workflow for improved documentation and tracking of releases through the GitHub Deployments tab.
  • Slack Notification Enhancements: Tweaks to the format of Slack notifications to improve readability by switching quotation marks to backticks around repository variables.
  • Configurable Git Commit Information: Adds new optional inputs for GitHub username and email, allowing user customization during commit operations.
  • Exclusion of .lock Files: Updates the spell-check process to skip .lock files, which often contain immutable package information.
  • Bump in Lycheeverse Version: Updates the lychee-action version, which helps in checking for broken links, to benefit from new features and fixes.

🎯 Purpose & Impact

  • Enhanced Release Management: By specifying environments, developers can now track multiple versions more clearly, boosting clarity and organization within the release process. 📦
  • Improved Communication: The tweaks in notification formatting make it easier for teams to understand automated messages, enhancing collaboration. 📬
  • Customization and Flexibility: Allowing users to define their commit details encourages a more personalized and flexible workflow, suited to various team needs. 🔄
  • Efficiency in Spell-checking: Ignoring .lock files in spell checks cuts down on false positives, streamlining the development process and allowing developers to focus on meaningful corrections. 🚀
  • Robust Link Checking: Utilizing the latest version of the link checker ensures better detection and reporting of link issues, enhancing the overall robustness of the documentation and repository content. 🔗

What's Changed

Full Changelog: v0.0.17...v0.0.18

v0.0.17 - Prettier ignore npm and poetry lock files (#271)

29 Oct 21:06
c556ec2
Compare
Choose a tag to compare

🌟 Summary

The v0.0.17 release focuses on improving code formatting management, enhancing server efficiency, and ensuring compatibility with future Python versions.

📊 Key Changes

  • Updated Prettier configuration to ignore 'lock' files during formatting.
  • Introduced a new GitHub Action for disk space cleanup on servers.
  • Simplified file naming for disk cleanup action for better clarity.
  • Updated retry action with clearer input variable names.
  • Added support for Python 3.13 compatibility.

🎯 Purpose & Impact

  • Formatting Efficiency: By excluding lock files from Prettier formatting, this update prevents unnecessary formatting on configuration files, improving development workflow clarity. 🚫🔒
  • Server Optimization: The disk space cleanup action helps free up server storage, enhancing build process efficiency and making more resources available for essential activities. 🚀
  • Simplified Maintenance: Renaming actions and inputs to be more intuitive ensures the repository is developer-friendly and easy to navigate. 🧩
  • Future-Ready: Adding support for Python 3.13 prepares the project for seamless transitions to newer Python versions, future-proofing the system. 🐍✨

These updates collectively aim to streamline development processes, enhance operational efficiency, and ensure long-term compatibility and clarity in the project.

What's Changed

Full Changelog: v0.0.16...v0.0.17

v0.0.16 - Fix duplicate PR summary (#266)

26 Oct 10:25
006df4b
Compare
Choose a tag to compare

🌟 Summary

Version 0.0.16 brings improvements to the process of summarizing pull requests, ensuring more consistent and clear communication. 🚀

📊 Key Changes

  • Updated the version from 0.0.15 to 0.0.16.
  • Modified the summarize_pr.py script to prepend a constant SUMMARY_START to every PR summary.

🎯 Purpose & Impact

  • Version Upgrade: The increment in version indicates enhancements have been made, signaling ongoing improvements and maintenance of the project. 🔧
  • Enhanced PR Summaries: By standardizing the start of each summary, this change aims to improve the consistency and clarity of information, making it easier for users to understand updates. 📝
  • User Benefits: Users will benefit from more uniform and easy-to-digest PR summaries, without any alteration to the core functionalities they rely on. This update primarily enhances the user experience in terms of information presentation. 📈

What's Changed

Full Changelog: v0.0.15...v0.0.16

v0.0.15 - Print Ultralytics Actions version (#265)

26 Oct 10:18
52aaf13
Compare
Choose a tag to compare

🌟 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

Full Changelog: v0.0.14...v0.0.15

v0.0.14 - Update summarize_pr.py (#264)

26 Oct 10:07
c8db1f5
Compare
Choose a tag to compare

🌟 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

Full Changelog: v0.0.13...v0.0.14

v0.0.13 - Fix duplicate PR summary (#263)

26 Oct 09:24
884d9a9
Compare
Choose a tag to compare

🌟 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

Full Changelog: v0.0.12...v0.0.13

v0.0.12 - Simplify PR summary update (#262)

25 Oct 10:04
12d7a3b
Compare
Choose a tag to compare

🌟 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 potential None values when fetching PR descriptions.
  • 📈 Version Increment: Updated the version from 0.0.11 to 0.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

Full Changelog: v0.0.11...v0.0.12

v0.0.11 - Update common_utils.py (#260)

23 Oct 15:58
9aba0d4
Compare
Choose a tag to compare

🌟 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

Full Changelog: v0.0.10...v0.0.11