Doc and release notes updates#1006
Doc and release notes updates#1006rgsl888prabhu wants to merge 25 commits intoNVIDIA:release/26.04from
Conversation
|
Note Reviews pausedIt looks like this branch is under active development. To avoid overwhelming you with review comments due to an influx of new commits, CodeRabbit has automatically paused this review. You can configure this behavior by changing the Use the following commands to manage reviews:
Use the checkboxes below for quick actions:
📝 WalkthroughWalkthroughInserted a new top-level "Release Notes 26.04" section at the start of Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes 🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In `@RELEASE-NOTES.md`:
- Around line 3-14: Populate the "## Release Notes 26.04" block by filling each
subsection header (### New Features (26.04), ### Breaking Changes (26.04), ###
Improvements (26.04), ### Bug Fixes (26.04), ### Documentation (26.04)) with the
actual changes introduced by this PR: list new features added (feature names and
brief bullets), enumerate breaking changes with affected APIs/signatures and
migration notes, summarize performance or UX improvements, describe bug fixes
with component names and brief symptom/fix lines, and note documentation updates
(pages or topics updated); mirror the style and level of detail used in the
existing "Release Notes 26.02" entries so readers can understand what changed in
26.04.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Path: .coderabbit.yaml
Review profile: CHILL
Plan: Pro
Run ID: a0093db2-4d7e-4206-b29f-3af572083578
📒 Files selected for processing (1)
RELEASE-NOTES.md
RELEASE-NOTES.md
Outdated
| ## Release Notes 26.04 | ||
|
|
||
| ### New Features (26.04) | ||
| - Run no relaxation heuristics before presolve |
There was a problem hiding this comment.
Change to:
Do not run relaxation heuristics before presolve
There was a problem hiding this comment.
It's correct as written. A "No relaxation" heuristic is one that runs without solving the LP relaxation.
RELEASE-NOTES.md
Outdated
| - New MIP cuts: clique cuts and implied bounds cuts | ||
| - Add option for using Batch PDLP in reliability branching | ||
| - Add UnboundedOrInfeasible termination status | ||
| - Exposed parameters for tuning heuristics |
There was a problem hiding this comment.
Change to:
Expose parameters for tuning heuristics
RELEASE-NOTES.md
Outdated
|
|
||
| ### New Features (26.04) | ||
| - Run no relaxation heuristics before presolve | ||
| - New MIP cuts: clique cuts and implied bounds cuts |
There was a problem hiding this comment.
Change to:
Add new MIP cuts: clique cuts and implied bounds cuts
Description
This PR adds Release notes updates and documentation updates which goes in as last PR in the release.
Checklist