Skip to content

Commit 0cf8c72

Browse files
1 parent 103e41b commit 0cf8c72

File tree

7 files changed

+503
-13
lines changed

7 files changed

+503
-13
lines changed

from_binary.html

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -166,19 +166,19 @@ <h2 id="stable-releases">Stable Releases</h2>
166166
<a href="https://github.com/RobotLocomotion/drake/releases">releases</a> page.</p>
167167

168168
<p>The most recent release is
169-
<a href="https://github.com/RobotLocomotion/drake/releases/tag/v1.33.0">v1.33.0</a>:</p>
169+
<a href="https://github.com/RobotLocomotion/drake/releases/tag/v1.34.0">v1.34.0</a>:</p>
170170

171171
<ul>
172-
<li><a href="https://github.com/RobotLocomotion/drake/releases/download/v1.33.0/drake-1.33.0-jammy.tar.gz">https://github.com/RobotLocomotion/drake/releases/download/v1.33.0/drake-1.33.0-jammy.tar.gz</a></li>
173-
<li><a href="https://github.com/RobotLocomotion/drake/releases/download/v1.33.0/drake-1.33.0-noble.tar.gz">https://github.com/RobotLocomotion/drake/releases/download/v1.33.0/drake-1.33.0-noble.tar.gz</a></li>
174-
<li>https://github.com/RobotLocomotion/drake/releases/download/v1.33.0/drake-1.33.0-mac-arm64.tar.gz (for arm64)</li>
172+
<li><a href="https://github.com/RobotLocomotion/drake/releases/download/v1.34.0/drake-1.34.0-jammy.tar.gz">https://github.com/RobotLocomotion/drake/releases/download/v1.34.0/drake-1.34.0-jammy.tar.gz</a></li>
173+
<li><a href="https://github.com/RobotLocomotion/drake/releases/download/v1.34.0/drake-1.34.0-noble.tar.gz">https://github.com/RobotLocomotion/drake/releases/download/v1.34.0/drake-1.34.0-noble.tar.gz</a></li>
174+
<li>https://github.com/RobotLocomotion/drake/releases/download/v1.34.0/drake-1.34.0-mac-arm64.tar.gz (for arm64)</li>
175175
</ul>
176176

177177
<p>Users of macOS must download using a command-line tool such as <code class="language-plaintext highlighter-rouge">curl</code> instead
178178
of using a web browser, to avoid hassles from Gatekeeper checks for malicious
179179
software. For example:</p>
180180

181-
<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>curl -fsSLO https://github.com/RobotLocomotion/drake/releases/download/v1.33.0/drake-1.33.0-mac-arm64.tar.gz
181+
<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>curl -fsSLO https://github.com/RobotLocomotion/drake/releases/download/v1.34.0/drake-1.34.0-mac-arm64.tar.gz
182182
</code></pre></div></div>
183183

184184
<h3 id="use-as-a-c-library">Use as a C++ library</h3>
@@ -227,8 +227,7 @@ <h2 id="nightly-releases">Nightly Releases</h2>
227227
<ul>
228228
<li><a href="https://drake-packages.csail.mit.edu/drake/nightly/drake-latest-jammy.tar.gz">https://drake-packages.csail.mit.edu/drake/nightly/drake-latest-jammy.tar.gz</a></li>
229229
<li><a href="https://drake-packages.csail.mit.edu/drake/nightly/drake-latest-noble.tar.gz">https://drake-packages.csail.mit.edu/drake/nightly/drake-latest-noble.tar.gz</a></li>
230-
<li>https://drake-packages.csail.mit.edu/drake/nightly/drake-latest-mac.tar.gz (for x86_64)</li>
231-
<li>https://drake-packages.csail.mit.edu/drake/nightly/drake-latest-mac-arm64.tar.gz (for arm64)</li>
230+
<li>https://drake-packages.csail.mit.edu/drake/nightly/drake-latest-mac-arm64.tar.gz</li>
232231
</ul>
233232

234233
<p>Older packages for specific dates are available by replacing <code class="language-plaintext highlighter-rouge">latest</code> with an
@@ -237,7 +236,7 @@ <h2 id="nightly-releases">Nightly Releases</h2>
237236
<ul>
238237
<li><a href="https://drake-packages.csail.mit.edu/drake/nightly/drake-0.0.20240408-jammy.tar.gz">https://drake-packages.csail.mit.edu/drake/nightly/drake-0.0.20240408-jammy.tar.gz</a></li>
239238
<li><a href="https://drake-packages.csail.mit.edu/drake/nightly/drake-0.0.20240408-noble.tar.gz">https://drake-packages.csail.mit.edu/drake/nightly/drake-0.0.20240408-noble.tar.gz</a></li>
240-
<li>https://drake-packages.csail.mit.edu/drake/nightly/drake-0.0.20240408-mac-arm64.tar.gz (for arm64)</li>
239+
<li>https://drake-packages.csail.mit.edu/drake/nightly/drake-0.0.20240408-mac-arm64.tar.gz</li>
241240
</ul>
242241

243242
<p>Users of macOS must download using a command-line tool such as <code class="language-plaintext highlighter-rouge">curl</code> instead

installation.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -178,12 +178,12 @@ <h2 id="supported-configurations">Supported Configurations</h2>
178178
</tr>
179179
<tr>
180180
<td>macOS Sonoma (14)</td>
181-
<td>arm64 ⁽⁵⁾</td>
181+
<td>arm64</td>
182182
<td>3.12 ⁽³⁾</td>
183183
<td>October 2025</td>
184184
</tr>
185185
<tr>
186-
<td>macOS Sequoia (15)</td>
186+
<td>macOS Sequoia (15) ⁽⁵⁾</td>
187187
<td>TBD</td>
188188
<td>TBD</td>
189189
<td>October 2026</td>
@@ -219,8 +219,8 @@ <h2 id="supported-configurations">Supported Configurations</h2>
219219
<p>⁽⁴⁾ These end-of-life dates are estimates.
220220
Refer to <a href="/stable.html#os-support">OS Support</a> for details.</p>
221221

222-
<p>⁽⁵⁾ For the stable release pip wheel builds only, we also support the x86_64
223-
architecture for macOS.</p>
222+
<p>⁽⁵⁾ Sequoia support is in development; refer to
223+
<a href="https://github.com/RobotLocomotion/drake/issues/21910">#21910</a> for details.</p>
224224

225225
<p>Additionally, if you are compiling your own C++ code against Drake’s C++ code
226226
and are using Drake’s pre-compiled binaries, then you must use the same

release_notes/end_of_support.html

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,18 @@ <h1 id="ubuntu-packages">Ubuntu packages</h1>
171171
<h1 id="macos-packages">macOS packages</h1>
172172

173173
<ul>
174+
<li>macOS 13 (Ventura)
175+
<ul>
176+
<li>The last version with support for macOS 13 was
177+
<a href="https://github.com/RobotLocomotion/drake/releases/tag/v1.33.0">v1.33.0</a>.</li>
178+
</ul>
179+
</li>
180+
<li>macOS x86_64 architecture
181+
<ul>
182+
<li>The last version with support for macOS running on x86_64 hardware was
183+
<a href="https://github.com/RobotLocomotion/drake/releases/tag/v1.27.0">v1.27.0</a>.</li>
184+
</ul>
185+
</li>
174186
<li>macOS 12 (Monterey)
175187
<ul>
176188
<li>The last version with support for macOS 12 was
@@ -206,6 +218,22 @@ <h1 id="macos-packages">macOS packages</h1>
206218
<h1 id="wheel-packages">Wheel packages</h1>
207219

208220
<ul>
221+
<li>Python 3.12 (Wheel)
222+
<ul>
223+
<li>On Linux, Drake still supports Python 3.12 wheels.</li>
224+
<li>On macOS arm64, Drake still supports Python 3.12 wheels.</li>
225+
<li>On macOS x86_64, the last version with support for Python 3.12 wheels was
226+
<a href="https://github.com/RobotLocomotion/drake/releases/tag/v1.34.0">v1.34.0</a>.</li>
227+
</ul>
228+
</li>
229+
<li>Python 3.11 (Wheel)
230+
<ul>
231+
<li>On Linux, Drake still supports Python 3.11 wheels.</li>
232+
<li>On macOS arm64, Drake still supports Python 3.11 wheels.</li>
233+
<li>On macOS x86_64, the last version with support for Python 3.11 wheels was
234+
<a href="https://github.com/RobotLocomotion/drake/releases/tag/v1.34.0">v1.34.0</a>.</li>
235+
</ul>
236+
</li>
209237
<li>Python 3.10 (Wheel)
210238
<ul>
211239
<li>On Linux, Drake still supports Python 3.10 wheels.</li>

release_notes/release_notes.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,9 @@ <h1 id="releases">Releases</h1>
145145
<p>Latest releases are first:</p>
146146

147147
<ul>
148+
<li>
149+
<p><a href="/release_notes/v1.34.0.html">Drake v1.34.0</a> (released 2024-10-16)</p>
150+
</li>
148151
<li>
149152
<p><a href="/release_notes/v1.33.0.html">Drake v1.33.0</a> (released 2024-09-13)</p>
150153
</li>

0 commit comments

Comments
 (0)