Doc and release notes updates#1006
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.
| - Add option for using Batch PDLP in reliability branching | ||
| - Add UnboundedOrInfeasible termination status | ||
| - Expose` parameters for tuning heuristics | ||
| - Add support for Python 3.14 |
There was a problem hiding this comment.
We have grpc based remote execution that supports LP, QP, and MIP
There was a problem hiding this comment.
Added GRPC to release notes
There was a problem hiding this comment.
Do we want to use the term gRPC? That's not something I'm familiar with. I'm not sure if other users are familiar with it. What about just saying "RPC" or "Remote execution"
There was a problem hiding this comment.
There was a problem hiding this comment.
Hmm, gRPC is well known, and however we have also mentioned remote execution. So, I feel that's good. @tmckayus for viz.
|
/merge |
Description
This PR adds Release notes updates and documentation updates which goes in as last PR in the release.
Checklist