Skip to content

docs: add CHANGELOG.md#8116

Open
NovusEdge wants to merge 1 commit into
deepspeedai:masterfrom
NovusEdge:add-changelog
Open

docs: add CHANGELOG.md#8116
NovusEdge wants to merge 1 commit into
deepspeedai:masterfrom
NovusEdge:add-changelog

Conversation

@NovusEdge

Copy link
Copy Markdown

Summary

Adds a changelog following the Keep a Changelog format.

Covers releases:

  • v0.19.0
  • v0.19.1
  • v0.19.2

Each release is categorized into Added/Fixed/Changed sections for easy scanning.

Closes #8101

Notes

  • Happy to backfill more releases if that's useful
  • Future releases can follow the same format

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>

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 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".

Comment thread CHANGELOG.md
@@ -0,0 +1,90 @@
# Changelog

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge 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 👍 / 👎.

Comment thread CHANGELOG.md
- 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

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge 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 👍 / 👎.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Consider adding a changelog to track version history

1 participant