diff --git a/_data/previous_releases.json b/_data/previous_releases.json index cf3ca7f84dd..bab2f740514 100644 --- a/_data/previous_releases.json +++ b/_data/previous_releases.json @@ -1,4 +1,42 @@ [ + { + "version": "23.08", + "cudf_dev": { + "start": "May 18 2023", + "end": "Jul 19 2023", + "days": 40 + }, + "other_dev": { + "start": "May 25 2023", + "end": "Jul 26 2023", + "days": 40 + }, + "cudf_burndown": { + "start": "Jul 20 2023", + "end": "Jul 26 2023", + "days": 5 + }, + "other_burndown": { + "start": "Jul 27 2023", + "end": "Aug 2 2023", + "days": 5 + }, + "cudf_codefreeze": { + "start": "Jul 27 2023", + "end": "Aug 8 2023", + "days": 9 + }, + "other_codefreeze": { + "start": "Aug 3 2023", + "end": "Aug 8 2023", + "days": 4 + }, + "release": { + "start": "Aug 9 2023", + "end": "Aug 10 2023", + "days": 2 + } + }, { "version": "23.06", "cudf_dev": { diff --git a/_data/releases.json b/_data/releases.json index 71b64c2e421..ba6445b729b 100644 --- a/_data/releases.json +++ b/_data/releases.json @@ -1,85 +1,85 @@ { "legacy": { - "version": "23.04", - "date": "Apr 13 2023" - }, - "stable": { "version": "23.06", "date": "Jun 8 2023" }, - "nightly": { + "stable": { "version": "23.08", + "date": "Aug 10 2023" + }, + "nightly": { + "version": "23.10", "cudf_dev": { - "start": "May 18 2023", - "end": "Jul 19 2023", - "days": 40 + "start": "Jul 20 2023", + "end": "Sep 20 2023", + "days": 42 }, "other_dev": { - "start": "May 25 2023", - "end": "Jul 26 2023", - "days": 40 + "start": "Jul 27 2023", + "end": "Sep 27 2023", + "days": 42 }, "cudf_burndown": { - "start": "Jul 20 2023", - "end": "Jul 26 2023", + "start": "Sep 21 2023", + "end": "Sep 27 2023", "days": 5 }, "other_burndown": { - "start": "Jul 27 2023", - "end": "Aug 2 2023", + "start": "Sep 28 2023", + "end": "Oct 4 2023", "days": 5 }, "cudf_codefreeze": { - "start": "Jul 27 2023", - "end": "Aug 8 2023", + "start": "Sep 28 2023", + "end": "Oct 10 2023", "days": 9 }, "other_codefreeze": { - "start": "Aug 3 2023", - "end": "Aug 8 2023", + "start": "Oct 5 2023", + "end": "Oct 10 2023", "days": 4 }, "release": { - "start": "Aug 9 2023", - "end": "Aug 10 2023", + "start": "Oct 11 2023", + "end": "Oct 12 2023", "days": 2 } }, "next_nightly": { - "version": "23.10", + "version": "23.12", "cudf_dev": { - "start": "Jul 20 2023", - "end": "Sep 20 2023", - "days": 42 + "start": "Sep 21 2023", + "end": "Nov 8 2023", + "days": 35 }, "other_dev": { - "start": "Jul 27 2023", - "end": "Sep 20 2023", - "days": 42 + "start": "Sep 28 2023", + "end": "Nov 15 2023", + "days": 34 }, "cudf_burndown": { - "start": "Sep 21 2023", - "end": "Sep 27 2023", - "days": 5 + "start": "Nov 9 2023", + "end": "Nov 15 2023", + "days": 4 }, "other_burndown": { - "start": "Sep 28 2023", - "end": "Oct 4 2023", - "days": 5 + "start": "Nov 16 2023", + "end": "Nov 29 2023", + "days": 8 }, "cudf_codefreeze": { - "start": "Sep 28 2023", - "end": "Oct 10 2023", - "days": 9 + "start": "Nov 16 2023", + "end": "Dec 5 2023", + "days": 12 }, "other_codefreeze": { - "start": "Oct 5 2023", - "end": "Oct 10 2023", + "start": "Nov 30 2023", + "end": "Dec 5 2023", "days": 4 }, "release": { - "start": "Oct 11 2023", - "end": "Oct 12 2023", + "start": "Dec 6 2023", + "end": "Dec 7 2023", "days": 2 } } diff --git a/_includes/selector.html b/_includes/selector.html index cfd7cbd64c9..8e42b52e98d 100644 --- a/_includes/selector.html +++ b/_includes/selector.html @@ -9,6 +9,7 @@ .selector-bg { background-color: #9943ff; padding: 1rem; + border-radius: 5px; } .selector .options-section { @@ -17,6 +18,14 @@ flex-wrap: nowrap; } + .selector .options-section-specific { + display: flex; + flex-direction: row; + flex-wrap: nowrap; + width: 97%; + margin: 0 auto; + } + .selector .options .option-label { color: white; width: 6em; @@ -36,12 +45,12 @@ cursor: pointer; line-height: 1.5em; box-shadow: 2px 2px 2px rgba(10, 10, 10, 0.4); + border-radius: 2px; } .selector .options .option:hover, .selector .options .option.active:hover, - .cmd-button:hover - { + .cmd-button:hover { background: #ffb500; box-shadow: 1px 1px 0px rgba(10, 10, 10, 0.7); -webkit-transition: background-color 0.3s ease-in-out; @@ -60,7 +69,8 @@ .selector .options .note code { background: #e3e3e3; color: #000000; - padding: 0.1em 0.1em 0.15em; + padding: 0.08em 0.15em; + border-radius: 4px; } .selector .options .option-blank { @@ -131,25 +141,6 @@ cursor: not-allowed; } - p.selector__source-cmd { - color: #3c3c3c; - margin-bottom: 0.4em; - } - - .selector__source-cmd__link { - text-decoration: underline; - color: #080013; - } - - .selector__source-cmd__list, - p.selector__source-cmd { - font-size: 1em; - } - - .selector__source-cmd__list-item { - margin-bottom: 0.2em; - } - .cmd { display: flex; margin-top: 2rem; @@ -160,14 +151,17 @@ width: 6em; text-transform: uppercase; font-weight: 600; - margin-top: 2em; - margin-right:0.6em; + margin-top: 1rem; + margin-right: 0.6em; + vertical-align: top; + text-align: right } .cmd-box { cursor: text; overflow: auto; width: calc(100% - 6em); + border-radius: 4px; } .cmd-button { @@ -224,8 +218,6 @@ margin-top: 0.5rem; margin-bottom: 0.5rem; } - - @@ -243,25 +235,16 @@ -
-
Arch
- -
Method
-
+
ENV. CUDA