Remove staggered dev/burndown schedule from release docs#758
Remove staggered dev/burndown schedule from release docs#758AyodeAwe wants to merge 10 commits intorapidsai:mainfrom
Conversation
✅ Deploy Preview for docs-rapids-ai ready!Built without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify project configuration. |
284564f to
da28dc6
Compare
1383b90 to
4e72d41
Compare
4e72d41 to
a4135ab
Compare
|
Thanks for putting this together @AyodeAwe ! I think this is still a bit confusing, because for "others", there's no indication that their burndown period is longer. Maybe we keep the Also, just to check my self here, we only count working days in these counts, yeah? |
|
@gforsyth the two code freeze rows are the indication -- cuDF group freezes first to give downstream libraries stability, while all repos enter burndown together. The "others" effectively have a longer burndown period because their code freeze starts later. Re: day counts -- these are business days (weekdays only). |
|
I think we need to be more explicit. As @jakirkham noted, burndown is a social convention, but there is the real technical hurdle of not including "future" tags on a release branch, so whether or not we call it "burndown", any PR that might go into the next release needs to be retargeted to the release branch at the beginning of the burndown period. We can call it whatever, and devs can think about it however, but I think we need to be clear that there will be a longer period, pre-code freeze, for the non-core libraries where they can continue development, etc, but need to target their PRs accordingly. I think something like this (where again we can shift language, etc)
|
|
Good point, being explicit about the longer burndown window for others is clearer. I'll update to match your proposed layout -- the key fix is that others burndown now correctly starts on the same day as core (when branches are created), rather than a week later as the old docs showed. |
|
@gforsyth @jakirkham LGTY?
|
_data/releases.json
Outdated
| "start": "Mar 19 2026", | ||
| "start": "Mar 12 2026", | ||
| "end": "Apr 1 2026", | ||
| "days": "8" |
There was a problem hiding this comment.
I think this should be either 12 or 14 days, depending on whether or not we include the "free days" in the count
|
Good catch @gforsyth. Updated. Can be viewed here: https://deploy-preview-758--docs-rapids-ai.netlify.app/maintainers/ |
|
Ok, I think this is a good time to get the library PICs to sign off -- I can round up a list of reviewers |



Since 25.12, all RAPIDS repos enter burndown simultaneously -- release branches are created for all repos at the same time. The docs still show a two-phase staggered schedule for development and burndown (cuDF group vs "others"), which has caused confusion -- most recently cucim PR #946 going to
maininstead ofrelease/26.04because the docs said cucim wasn't in burndown yet.This PR collapses the dev and burndown phases into single entries while keeping code freeze staggered (cuDF group freezes before others).