π 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 https://github.com/ultralytics/hub-sdk/pull/191
* Bump slackapi/slack-github-action from 1.26.0 to 1.27.0 in /.github/workflows by dependabot[bot] in https://github.com/ultralytics/hub-sdk/pull/192
* Update `mkdocs-ultralytics-plugin>=0.1.8` by glenn-jocher in https://github.com/ultralytics/hub-sdk/pull/193
* Ultralytics Code Refactor https://ultralytics.com/actions by UltralyticsAssistant in https://github.com/ultralytics/hub-sdk/pull/196
* Update .gitignore by glenn-jocher in https://github.com/ultralytics/hub-sdk/pull/197
* Delete .github/workflows/greetings.yml by UltralyticsAssistant in https://github.com/ultralytics/hub-sdk/pull/199
* Update publish.yaml by glenn-jocher in https://github.com/ultralytics/hub-sdk/pull/200
* Update pyproject.toml project URLs by glenn-jocher in https://github.com/ultralytics/hub-sdk/pull/201
* Remove codecov from README by glenn-jocher in https://github.com/ultralytics/hub-sdk/pull/202
* `hub-sdk 0.0.11` by glenn-jocher in https://github.com/ultralytics/hub-sdk/pull/203
**Full Changelog**: https://github.com/ultralytics/hub-sdk/compare/v0.0.10...v0.0.11