docs(changelog): note packaging extras removal in Unreleased - #433
docs(changelog): note packaging extras removal in Unreleased#433LeonSGP43 wants to merge 1 commit into
Conversation
The 0.1.0 release notes advertise 'pip install nemo-switchyard with optional extras [server], [cli], [gpu], [all]'. The deprecated Python server stack removal also dropped the [server], [gpu], and [all] extras from pyproject.toml (only [cli] remains), but the Unreleased Removed section does not mention it. Users following the 0.1.0 packaging note after upgrading hit 'does not provide the extra' warnings. Document the removal. Verified: pyproject.toml [project.optional-dependencies] on main contains only 'cli'; the v0.1.0 tag contained server (and gpu/all). Signed-off-by: LeonSGP43 <LeonSGP43@users.noreply.github.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Enterprise Run ID: 📒 Files selected for processing (1)
WalkthroughThe changelog documents removal of the ChangesPackaging documentation
Estimated code review effort: 1 (Trivial) | ~2 minutes Merge Risk: ⚪ Minimal · up to This is a localized changelog-only documentation change, and no actionable merge-blocking risk remains beyond normal checks and review. Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
Comment |
What
Adds a bullet to the Unreleased Removed section noting that the packaging extras
[server],[gpu], and[all]were dropped together with the deprecated Python server stack — only[cli]remains.Why
The 0.1.0 release notes advertise
pip install nemo-switchyardwith extras[server],[cli],[gpu],[all]. On currentmain,[project.optional-dependencies]defines onlycli. The Unreleased section documents the server-stack removal but omits the extras removal, so users following the 0.1.0 packaging note getnemo-switchyard does not provide the extra 'server'warnings with silently missing dependencies.Verification
Signed-off-by: LeonSGP43 LeonSGP43@users.noreply.github.com
Summary by CodeRabbit
switchyard-serverbinary.