v0.0.11 - `hub-sdk 0.0.11` (#203)
UltralyticsAssistant
released this
22 Sep 15:49
·
29 commits
to main
since this release
๐ Summary
The release of version 0.0.11 for the Ultralytics HUB-SDK introduces several updates, primarily refining workflows, enhancing documentation, and optimizing the software development process.
๐ Key Changes
- Version Increment: The SDK is now updated from version 0.0.10 to 0.0.11, signifying minor improvements.
- Workflow Enhancements: Updated Slack integration from version 1.26.0 to 1.27.0, allowing for new optional features in message formatting.
- Documentation Plugin Update: Enhanced the
mkdocs-ultralytics-plugin
from version 0.1.2 to 0.1.8 to improve meta descriptions, images, and author detailing. - Code Refactor: Streamlined code for improved performance, readability, and maintenance.
- .gitignore Expansion: Broadened file patterns to ignore, helping manage development artifacts effectively.
- Project Metadata Improvement: Added URL links for enhanced project navigation and clarity.
- Deprecated Workflows and Badges: Removed the "Greetings" GitHub Action and the Codecov badge for a cleaner setup.
๐ฏ Purpose & Impact
- Improved Development Experience: By updating the SDK version and refining the
.gitignore
, the development pipeline becomes more efficient and easier to manage. ๐ ๏ธ - Enhanced Documentation: The documentation updates ensure users can easily navigate and understand project changes, boosting usability and transparency. ๐
- Refined Workflow Automation: Updates in Slack notifications and publishing processes streamline team communication and deployment, reducing errors and improving release reliability. ๐
- User Engagement: Removing unnecessary actions and badges focuses users on the essential aspects of the repository, aiding clearer communication and experience. ๐
Overall, the version 0.0.11 release sharpens functionality and enhances user interaction with both the projectโs processes and its documentation.
What's Changed
- PyUpgrade 3.8 updates by @glenn-jocher in #191
- Bump slackapi/slack-github-action from 1.26.0 to 1.27.0 in /.github/workflows by @dependabot[bot] in #192
- Update
mkdocs-ultralytics-plugin>=0.1.8
by @glenn-jocher in #193 - Ultralytics Code Refactor https://ultralytics.com/actions by @UltralyticsAssistant in #196
- Update .gitignore by @glenn-jocher in #197
- Delete .github/workflows/greetings.yml by @UltralyticsAssistant in #199
- Update publish.yaml by @glenn-jocher in #200
- Update pyproject.toml project URLs by @glenn-jocher in #201
- Remove codecov from README by @glenn-jocher in #202
hub-sdk 0.0.11
by @glenn-jocher in #203
Full Changelog: v0.0.10...v0.0.11