docs: add CHANGELOG.md#8116
Conversation
Adds changelog covering v0.19.0, v0.19.1, and v0.19.2 releases. Follows Keep a Changelog (https://keepachangelog.com) convention with Added/Fixed/Changed sections. Closes deepspeedai#8101 Signed-off-by: NovusEdge <novusedge0@gmail.com>
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: d3373077d9
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| @@ -0,0 +1,90 @@ | |||
| # Changelog | |||
There was a problem hiding this comment.
Add the required new-file license header
/workspace/DeepSpeed/AGENTS.md says "New files require license header", but this new CHANGELOG.md starts directly with content instead of the SPDX/DeepSpeed Team header. Add the required header before the changelog text so the new file follows the repository rules.
Useful? React with 👍 / 👎.
| - Simplified module_inject.transpose ([#8028](https://github.com/deepspeedai/DeepSpeed/pull/8028)) | ||
| - Removed AutoSP assertion against Transformers version ([#8044](https://github.com/deepspeedai/DeepSpeed/pull/8044)) | ||
|
|
||
| ## [0.19.1] - 2026-05-27 |
There was a problem hiding this comment.
Correct the 0.19.1 release date
This heading dates 0.19.1 as 2026-05-27, but the PyPI release history lists 0.19.1 as May 30, 2026, and the local release-fix/post-release commits (d5d118c, 334230f) are both from May 30. Keeping the earlier date makes the changelog disagree with the published release, so please update this heading to 2026-05-30.
Useful? React with 👍 / 👎.
Summary
Adds a changelog following the Keep a Changelog format.
Covers releases:
Each release is categorized into Added/Fixed/Changed sections for easy scanning.
Closes #8101
Notes