Skip to content

bump version to v0.3.0#207

Merged
skyw merged 2 commits into
mainfrom
skyw/bump_version
May 26, 2026
Merged

bump version to v0.3.0#207
skyw merged 2 commits into
mainfrom
skyw/bump_version

Conversation

@skyw

@skyw skyw commented May 26, 2026

Copy link
Copy Markdown
Contributor

It should be done right after the release.

Signed-off-by: Hao Wu <skyw@nvidia.com>
@copy-pr-bot

copy-pr-bot Bot commented May 26, 2026

Copy link
Copy Markdown

This pull request requires additional validation before any workflows can run on NVIDIA's runners.

Pull request vetters can view their responsibilities here.

Contributors can view more details about this message here.

@greptile-apps

greptile-apps Bot commented May 26, 2026

Copy link
Copy Markdown
Contributor

Greptile Summary

This PR bumps the package version from 0.2.0 to 0.3.0 by incrementing MINOR in package_info.py, and simultaneously fixes a long-standing maintenance issue in docs/conf.py where the release string was hardcoded.

  • package_info.py: MINOR incremented from 2 to 3, making the canonical version 0.3.0.
  • docs/conf.py: release is now set dynamically via from emerging_optimizers.package_info import __version__, so the Sphinx docs will always reflect the installed package version without requiring a separate manual update.

Confidence Score: 5/5

Safe to merge — a straightforward version bump with a clean fix to remove a hardcoded docs string.

Both changes are minimal and correct: the single-line version increment in package_info.py is the only source of truth for the version, and the docs/conf.py refactor to import __version__ dynamically is an improvement over the previous hardcoded approach. No logic is altered, no new dependencies are introduced.

No files require special attention.

Important Files Changed

Filename Overview
emerging_optimizers/package_info.py MINOR version bumped from 2 to 3, producing the canonical 0.3.0 version string used across the package.
docs/conf.py Hardcoded release = "0.2.0" replaced with a dynamic import of __version__ from package_info, eliminating version drift risk in Sphinx docs.

Reviews (2): Last reviewed commit: "get rid off hardcoded version in doc" | Re-trigger Greptile

Signed-off-by: Hao Wu <skyw@nvidia.com>
@skyw

skyw commented May 26, 2026

Copy link
Copy Markdown
Contributor Author

/ok to test 7f96c10

@github-actions

Copy link
Copy Markdown

Test Results

   54 files  ±0    116 suites  ±0   1m 32s ⏱️ +7s
1 090 tests ±0  1 090 ✅ ±0  0 💤 ±0  0 ❌ ±0 
2 431 runs  ±0  2 431 ✅ ±0  0 💤 ±0  0 ❌ ±0 

Results for commit 7f96c10. ± Comparison against base commit 36ed34d.

@codecov

codecov Bot commented May 26, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@skyw skyw disabled auto-merge May 26, 2026 19:45
@skyw skyw merged commit bda5c74 into main May 26, 2026
25 checks passed
@skyw skyw deleted the skyw/bump_version branch May 26, 2026 19:45
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.

1 participant