UltralyticsAssistant
released this
21 Nov 12:17
·
2 commits
to main
since this release
π 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 from0.0.19
to0.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
- Update action.yml by @glenn-jocher in #289
- Update action.yml by @glenn-jocher in #290
- Update init.py to v0.0.20 by @glenn-jocher in #291
Full Changelog: v0.0.19...v0.0.20