<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>RAPIDS Docs - Notices</title>
    <description>Notices are our means to communicate and document changes in the project to contributors, core developers, users, and the community.</description>
    <link>https://docs.rapids.ai/notices</link>
    <atom:link href="https://docs.rapids.ai/notices/feed.xml" rel="self" type="application/rss+xml"/>
    <pubDate>Sun, 18 May 2025 09:07:30 +0000</pubDate>
    <lastBuildDate>Sun, 18 May 2025 09:07:30 +0000</lastBuildDate>
    <generator>Jekyll v3.10.0</generator>
    
    
      <item>
        <title>Changes to RAPIDS branching strategy in 25.08</title>
        <description>&lt;h2 id=&quot;overview&quot;&gt;Overview&lt;/h2&gt;

&lt;p&gt;RAPIDS will be migrating to a new branching strategy for the 25.08 release. The new
strategy will use a single long-lived branch called &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;main&lt;/code&gt;, which all pull requests
should target. In preparation for a release, a release branch will be created from
&lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;main&lt;/code&gt; and any remaining pull requests for that release should be merged into the
release branch.&lt;/p&gt;

&lt;p&gt;Releases and hot fixes will be tagged from the release branch.&lt;/p&gt;

&lt;p&gt;This new strategy will be piloted on several RAPIDS libraries (&lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;rapidsai/rmm&lt;/code&gt;,
&lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;rapidsai/kvikio&lt;/code&gt;, and &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;rapidsai/cugraph-gnn&lt;/code&gt;) during the &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;25.08&lt;/code&gt; development cycle.
Migrations will begin shortly after the 25.06 release. After the &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;25.08&lt;/code&gt; release,
the new strategy will be implemented across all RAPIDS libraries.&lt;/p&gt;

&lt;h2 id=&quot;impact&quot;&gt;Impact&lt;/h2&gt;

&lt;p&gt;Below is a table comparing the current and new branching strategies. Here, the current release is &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;YY.MM&lt;/code&gt; (e.g. 25.06) and we denote the next release as &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;&amp;lt;YY.MM-next&amp;gt;&lt;/code&gt; (e.g. 25.08).&lt;/p&gt;

&lt;table&gt;
  &lt;thead&gt;
    &lt;tr&gt;
      &lt;th&gt;Aspect&lt;/th&gt;
      &lt;th&gt;Current (25.06)&lt;/th&gt;
      &lt;th&gt;New Branching Strategy (25.08+)&lt;/th&gt;
    &lt;/tr&gt;
  &lt;/thead&gt;
  &lt;tbody&gt;
    &lt;tr&gt;
      &lt;td&gt;Default Branch&lt;/td&gt;
      &lt;td&gt;Switched per release (e.g. &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;branch-YY.MM&lt;/code&gt;, then &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;branch-&amp;lt;YY.MM-next&amp;gt;&lt;/code&gt;)&lt;/td&gt;
      &lt;td&gt;Always &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;main&lt;/code&gt; (latest and greatest)&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td&gt;Feature PRs&lt;/td&gt;
      &lt;td&gt;Target current default branch; retarget manually if moving to a different release&lt;/td&gt;
      &lt;td&gt;Always target &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;main&lt;/code&gt;. During release preparation, pull requests may need to be re-targeted to the release branch.&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td&gt;Release Branching&lt;/td&gt;
      &lt;td&gt;No specific branch, &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;branch-YY.MM&lt;/code&gt; is the release branch&lt;/td&gt;
      &lt;td&gt;Create &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;release/YY.MM&lt;/code&gt; for releases, used during burndown &amp;amp; code freeze&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td&gt;Burndown Process&lt;/td&gt;
      &lt;td&gt;&lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;branch-&amp;lt;YY.MM-next&amp;gt;&lt;/code&gt; is created&lt;/td&gt;
      &lt;td&gt;Bump &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;main&lt;/code&gt; to &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;&amp;lt;YY.MM-next&amp;gt;.00&lt;/code&gt;, tag &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;v&amp;lt;YY.MM-next&amp;gt;.00a&lt;/code&gt;, create branch &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;release/YY.MM&lt;/code&gt;, enable forward merges from &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;release/YY.MM&lt;/code&gt; → &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;main&lt;/code&gt;&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td&gt;Code Freeze&lt;/td&gt;
      &lt;td&gt;Only admin-merges to &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;branch-YY.MM&lt;/code&gt;&lt;/td&gt;
      &lt;td&gt;Only admin-merges to &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;release/YY.MM&lt;/code&gt;&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td&gt;Release&lt;/td&gt;
      &lt;td&gt;Merge &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;branch/YY.MM&lt;/code&gt; → &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;main&lt;/code&gt;; tag &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;vYY.MM.00&lt;/code&gt; on &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;main&lt;/code&gt;&lt;/td&gt;
      &lt;td&gt;Merge &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;release/YY.MM&lt;/code&gt; → &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;main&lt;/code&gt;; disable forward-merges from &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;release/YY.MM&lt;/code&gt; → &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;main&lt;/code&gt;; tag &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;vYY.MM.00&lt;/code&gt; on &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;release/YY.MM&lt;/code&gt;&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td&gt;Hotfixes&lt;/td&gt;
      &lt;td&gt;Cherry-pick directly onto &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;branch-YY.MM&lt;/code&gt;, follow release process&lt;/td&gt;
      &lt;td&gt;Create branch &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;hotfix/YY.MM&lt;/code&gt; from pre-tag commit on &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;release/YY.MM&lt;/code&gt;, open PRs to &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;release/YY.MM&lt;/code&gt; and &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;main&lt;/code&gt;, follow release process&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td&gt;Tooling&lt;/td&gt;
      &lt;td&gt;Ops-bot for forward-mergers, release scripts&lt;/td&gt;
      &lt;td&gt;Minimal custom tooling; leverage standard GitHub workflows&lt;/td&gt;
    &lt;/tr&gt;
  &lt;/tbody&gt;
&lt;/table&gt;

&lt;p&gt;External repositories that depend on RAPIDS shared-workflows should be updated to use the &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;main&lt;/code&gt; branch or new tags for each release. The RAPIDS team will work with external repositories to ensure a smooth transition.&lt;/p&gt;
</description>
        <pubDate>Mon, 05 May 2025 00:00:00 +0000</pubDate>
        <link>https://docs.rapids.ai/notices/rsn0047/</link>
        <guid isPermaLink="true">https://docs.rapids.ai/notices/rsn0047/</guid>
        
        
      </item>
    
      <item>
        <title>Dropping of Publishing cuGraph-DGL Packages in RAPIDS Release v25.08</title>
        <description>&lt;h2 id=&quot;overview&quot;&gt;Overview&lt;/h2&gt;

&lt;p&gt;RAPIDS will stop publishing cuGraph-DGL packages in RAPIDS Release v25.08. The RAPIDS 25.06 release will be the last release to include cuGraph-DGL.  As part of release 25.08,
all remaining code for the cuGraph-DGL library will be removed from the cuGraph and cuGraph-GNN GitHub repositories.&lt;/p&gt;

&lt;h2 id=&quot;impact&quot;&gt;Impact&lt;/h2&gt;

&lt;p&gt;Development of cuGraph-DGL will be terminated and no new packages will be published.&lt;/p&gt;
</description>
        <pubDate>Fri, 25 Apr 2025 00:00:00 +0000</pubDate>
        <link>https://docs.rapids.ai/notices/rsn0046/</link>
        <guid isPermaLink="true">https://docs.rapids.ai/notices/rsn0046/</guid>
        
        
      </item>
    
      <item>
        <title>Dropping of Publishing cuSpatial Packages in RAPIDS Release v25.06</title>
        <description>&lt;h2 id=&quot;overview&quot;&gt;Overview&lt;/h2&gt;

&lt;p&gt;RAPIDS will stop publishing cuSpatial packages in RAPIDS Release v25.06, scheduled for June 05, 2025. Development for the cuSpatial repository will be paused and no new packages will be published.&lt;/p&gt;

&lt;h2 id=&quot;impact&quot;&gt;Impact&lt;/h2&gt;

&lt;p&gt;Development for the cuSpatial repository will be paused and no new packages will be published.
cuSpatial will be dropped from the &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;rapids&lt;/code&gt; conda metapackage and RAPIDS Docker containers.&lt;/p&gt;
</description>
        <pubDate>Wed, 09 Apr 2025 00:00:00 +0000</pubDate>
        <link>https://docs.rapids.ai/notices/rsn0045/</link>
        <guid isPermaLink="true">https://docs.rapids.ai/notices/rsn0045/</guid>
        
        
      </item>
    
      <item>
        <title>Moving older RAPIDS conda packages to a `legacy` label</title>
        <description>&lt;h2 id=&quot;overview&quot;&gt;Overview&lt;/h2&gt;

&lt;p&gt;RAPIDS will move certain older conda packages in the &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;rapidsai&lt;/code&gt; conda channel
under a new label: &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;legacy&lt;/code&gt;. These packages will still be available by adding
&lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;-c rapidsai/label/legacy&lt;/code&gt; to installation and search commands.&lt;/p&gt;

&lt;p&gt;By moving these packages out of the main portion of the channel, newer RAPIDS
conda environments will be solvable with &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;channel_priority: strict&lt;/code&gt;, speeding up
environment solve times and providing stronger correctness guarantees.&lt;/p&gt;

&lt;p&gt;All RAPIDS conda install commands for RAPIDS versions &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;v23.04+&lt;/code&gt; will continue to
work without any user intervention.&lt;/p&gt;

&lt;p&gt;This change will occur concurrently with the release of RAPIDS &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;v25.04&lt;/code&gt;.&lt;/p&gt;

&lt;h2 id=&quot;impact&quot;&gt;Impact&lt;/h2&gt;

&lt;p&gt;RAPIDS environments installed using &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;conda&lt;/code&gt; or &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;mamba&lt;/code&gt;, for environments older
than RAPIDS &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;v23.04&lt;/code&gt; will fail to install unless &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;-c rapidsai/label/legacy&lt;/code&gt; is
added to the installation command.&lt;/p&gt;

&lt;p&gt;e.g. if you are creating an environment like:&lt;/p&gt;

&lt;div class=&quot;language-shell highlighter-rouge&quot;&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;mamba create &lt;span class=&quot;nt&quot;&gt;-n&lt;/span&gt; rapids-23.02 &lt;span class=&quot;nt&quot;&gt;-c&lt;/span&gt; rapidsai &lt;span class=&quot;nt&quot;&gt;-c&lt;/span&gt; conda-forge &lt;span class=&quot;nt&quot;&gt;-c&lt;/span&gt; nvidia &lt;span class=&quot;nv&quot;&gt;rapids&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;=&lt;/span&gt;23.02 &lt;span class=&quot;nv&quot;&gt;python&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;=&lt;/span&gt;3.10 &lt;span class=&quot;s1&quot;&gt;&apos;cuda-version&amp;gt;=11.4,&amp;lt;=11.8&apos;&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;you will need to instead run&lt;/p&gt;

&lt;div class=&quot;language-shell highlighter-rouge&quot;&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;mamba create &lt;span class=&quot;nt&quot;&gt;-n&lt;/span&gt; rapids-23.02 &lt;span class=&quot;nt&quot;&gt;-c&lt;/span&gt; rapidsai &lt;span class=&quot;nt&quot;&gt;-c&lt;/span&gt; rapidsai/label/legacy &lt;span class=&quot;nt&quot;&gt;-c&lt;/span&gt; conda-forge &lt;span class=&quot;nt&quot;&gt;-c&lt;/span&gt; nvidia &lt;span class=&quot;nv&quot;&gt;rapids&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;=&lt;/span&gt;23.02 &lt;span class=&quot;nv&quot;&gt;python&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;=&lt;/span&gt;3.10 &lt;span class=&quot;s1&quot;&gt;&apos;cuda-version&amp;gt;=11.4,&amp;lt;=11.8&apos;&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;
</description>
        <pubDate>Wed, 09 Apr 2025 00:00:00 +0000</pubDate>
        <link>https://docs.rapids.ai/notices/rsn0044/</link>
        <guid isPermaLink="true">https://docs.rapids.ai/notices/rsn0044/</guid>
        
        
      </item>
    
      <item>
        <title>Deprecation of cuml-cpu in favor of cuml.accel</title>
        <description>&lt;h2 id=&quot;overview&quot;&gt;Overview&lt;/h2&gt;

&lt;p&gt;The &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;cuml-cpu&lt;/code&gt; package is being deprecated in favor of &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;cuml.accel&lt;/code&gt;, cuML’s new Zero Code Change Acceleration layer.
The final release of &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;cuml-cpu&lt;/code&gt; will be version 25.04.
This change is part of RAPIDS’ ongoing effort to provide more efficient and maintainable solutions for CPU acceleration.&lt;/p&gt;

&lt;h2 id=&quot;impact&quot;&gt;Impact&lt;/h2&gt;

&lt;ul&gt;
  &lt;li&gt;The &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;cuml-cpu&lt;/code&gt; package will be deprecated starting with RAPIDS 25.04&lt;/li&gt;
  &lt;li&gt;The final release of &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;cuml-cpu&lt;/code&gt; will be version 25.04&lt;/li&gt;
  &lt;li&gt;Users are encouraged to migrate to &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;cuml.accel&lt;/code&gt; for CPU acceleration&lt;/li&gt;
  &lt;li&gt;No immediate action is required for users of &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;cuml-cpu&lt;/code&gt;, but migration planning should begin&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Users are encouraged to explore &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;cuml.accel&lt;/code&gt; as their new solution for CPU acceleration.
Find more information at:
&lt;a href=&quot;https://rapids.ai/cuml-accel/&quot;&gt;rapids.ai/cuml-accel&lt;/a&gt;&lt;/p&gt;
</description>
        <pubDate>Mon, 31 Mar 2025 00:00:00 +0000</pubDate>
        <link>https://docs.rapids.ai/notices/rsn0043/</link>
        <guid isPermaLink="true">https://docs.rapids.ai/notices/rsn0043/</guid>
        
        
      </item>
    
      <item>
        <title>RAPIDS 25.02 replaces CUDA 12.5 with CUDA 12.8 in our Docker Images</title>
        <description>&lt;h2 id=&quot;overview&quot;&gt;Overview&lt;/h2&gt;

&lt;p&gt;RAPIDS is removing support for CUDA 12.5 Docker containers in Release &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;v25.02&lt;/code&gt;, and will cease publishing CUDA 12.5 Docker containers before the &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;v25.02&lt;/code&gt; release.
The CUDA 12.5 containers will be replaced by CUDA 12.8 containers.
We are continuing support for CUDA 11.8 and 12.0 containers.&lt;/p&gt;

&lt;h2 id=&quot;impact&quot;&gt;Impact&lt;/h2&gt;

&lt;p&gt;Effective RAPIDS &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;v25.02&lt;/code&gt; release, RAPIDS will cease distribution of CUDA 12.5 Docker containers.
RAPIDS will support CUDA 11.8, 12.0, and 12.8 Docker containers.
Users who still wish to use CUDA 12.5 (or other versions in the CUDA 11.x or 12.x series) may continue to use RAPIDS via conda or pip.&lt;/p&gt;
</description>
        <pubDate>Mon, 03 Feb 2025 00:00:00 +0000</pubDate>
        <link>https://docs.rapids.ai/notices/rsn0042/</link>
        <guid isPermaLink="true">https://docs.rapids.ai/notices/rsn0042/</guid>
        
        
      </item>
    
      <item>
        <title>Removing cugraph-ops from RAPIDS</title>
        <description>&lt;h2 id=&quot;overview&quot;&gt;Overview&lt;/h2&gt;

&lt;p&gt;RAPIDS will stop releasing &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;cugraph-ops&lt;/code&gt; in 25.02, including the &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;libcugraphops&lt;/code&gt; and &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;pylibcugraphops&lt;/code&gt; packages. The graph sampling code previously used by cuGraph has been directly integrated into cuGraph. The equivariant neural network primitives have been migrated to BioNeMo, with the front-end package now available as &lt;a href=&quot;https://github.com/NVIDIA/cuEquivariance&quot;&gt;cuEquivariance&lt;/a&gt;. The GNN aggregation primitives will be relocated to a new destination soon.&lt;/p&gt;

&lt;h2 id=&quot;impact&quot;&gt;Impact&lt;/h2&gt;

&lt;p&gt;The GNN convolutional layers in the &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;cugraph_dgl.nn&lt;/code&gt; and &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;cugraph_pyg.nn&lt;/code&gt; modules will be temporarily removed. They will be reintroduced at a later time.&lt;/p&gt;
</description>
        <pubDate>Fri, 10 Jan 2025 00:00:00 +0000</pubDate>
        <link>https://docs.rapids.ai/notices/rsn0041/</link>
        <guid isPermaLink="true">https://docs.rapids.ai/notices/rsn0041/</guid>
        
        
      </item>
    
      <item>
        <title>Dropping Support for Python v3.9 and adding Python 3.12 Support in v24.10</title>
        <description>&lt;h2 id=&quot;overview&quot;&gt;Overview&lt;/h2&gt;

&lt;p&gt;RAPIDS is dropping support for Python 3.9 in the upcoming release of v24.10, scheduled for October 10, 2024.  Python 3.12 support will be added at the same time, so that v24.10 will support Python 3.10, Python 3.11, and Python 3.12.&lt;/p&gt;

&lt;h2 id=&quot;impact&quot;&gt;Impact&lt;/h2&gt;

&lt;p&gt;Users should plan to move to a supported Python version 3.10, 3.11, or 3.12 as soon as possible.&lt;/p&gt;
</description>
        <pubDate>Thu, 17 Oct 2024 00:00:00 +0000</pubDate>
        <link>https://docs.rapids.ai/notices/rsn0040/</link>
        <guid isPermaLink="true">https://docs.rapids.ai/notices/rsn0040/</guid>
        
        
      </item>
    
      <item>
        <title>Deprecation Announcement Dropping CUDA 12.2 support in our Docker Images in Release v24.08</title>
        <description>&lt;h2 id=&quot;overview&quot;&gt;Overview&lt;/h2&gt;

&lt;p&gt;RAPIDS is planning to deprecate support of CUDA 12.2 Docker containers in Release &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;v24.08&lt;/code&gt;, and to cease publishing CUDA 12.2 Docker containers before the &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;v24.10&lt;/code&gt; release.
The CUDA 12.2 containers will be replaced by CUDA 12.5 containers.
We are continuing support for CUDA 11.8 and 12.0 containers.&lt;/p&gt;

&lt;h2 id=&quot;impact&quot;&gt;Impact&lt;/h2&gt;

&lt;p&gt;Effective RAPIDS &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;v24.08&lt;/code&gt; release, RAPIDS will cease distribution of CUDA 12.2 Docker containers.
RAPIDS will continue to support CUDA 11.8, 12.0 and 12.5 containers.
Users who still wish to use CUDA 12.2 (or other versions in the CUDA 11.x or 12.x series) may continue to use RAPIDS via conda or pip.&lt;/p&gt;
</description>
        <pubDate>Thu, 17 Oct 2024 00:00:00 +0000</pubDate>
        <link>https://docs.rapids.ai/notices/rsn0039/</link>
        <guid isPermaLink="true">https://docs.rapids.ai/notices/rsn0039/</guid>
        
        
      </item>
    
      <item>
        <title>Moving libcumlprims, libcugraphops, pylibcugraphops to the rapidsai channel</title>
        <description>&lt;h2 id=&quot;overview&quot;&gt;Overview&lt;/h2&gt;

&lt;p&gt;Currently, most RAPIDS conda packages are published to the &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;rapidsai&lt;/code&gt; channel except for &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;libcumlprims&lt;/code&gt;, &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;libcugraphops&lt;/code&gt;, and &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;pylibcugraphops&lt;/code&gt;, which are published to the &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;nvidia&lt;/code&gt; channel.
These packages will be moved to the &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;rapidsai&lt;/code&gt; channel, to simplify the user experience and ensure that all RAPIDS packages are available from the same channel.&lt;/p&gt;

&lt;p&gt;For the 24.06 release, &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;libcumlprims&lt;/code&gt;, &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;libcugraphops&lt;/code&gt;, and &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;pylibcugraphops&lt;/code&gt; will be added to the &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;rapidsai&lt;/code&gt; channel.
These packages will be available on both the &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;rapidsai&lt;/code&gt; and &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;nvidia&lt;/code&gt; channels for 24.06 and 24.08.
Starting in 24.10, the packages will only be available on the &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;rapidsai&lt;/code&gt; channel.&lt;/p&gt;

&lt;p&gt;RAPIDS users should continue to use the conda channel priority &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;-c rapidsai -c conda-forge -c nvidia&lt;/code&gt; to ensure that packages are installed from the correct channel (this is unchanged).&lt;/p&gt;

&lt;h2 id=&quot;impact&quot;&gt;Impact&lt;/h2&gt;

&lt;p&gt;New installations of RAPIDS will be unaffected, as the &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;rapidsai&lt;/code&gt; channel is already required for most RAPIDS packages.
Users updating &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;libcumlprims&lt;/code&gt;, &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;libcugraphops&lt;/code&gt;, and &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;pylibcugraphops&lt;/code&gt; should be aware that the channel will change.&lt;/p&gt;
</description>
        <pubDate>Thu, 17 Oct 2024 00:00:00 +0000</pubDate>
        <link>https://docs.rapids.ai/notices/rsn0038/</link>
        <guid isPermaLink="true">https://docs.rapids.ai/notices/rsn0038/</guid>
        
        
      </item>
    
      <item>
        <title>Deprecation of `CentOS 7` in v24.04</title>
        <description>&lt;h2 id=&quot;overview&quot;&gt;Overview&lt;/h2&gt;

&lt;p&gt;RAPIDS is deprecating &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;CentOS 7&lt;/code&gt; in release v24.04, and it will be removed in release v24.06.  This is due to &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;CentOS 7&lt;/code&gt; becoming end of life in June 2024, which means RAPIDS will no longer publish any images built on &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;CentOS 7&lt;/code&gt; following the RAPIDS &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;v24.04&lt;/code&gt; release.&lt;/p&gt;

&lt;h2 id=&quot;impact&quot;&gt;Impact&lt;/h2&gt;

&lt;p&gt;Users should consider switching to any of the following supported operating systems for any rapidsai/rapidsai image:&lt;/p&gt;
&lt;ul&gt;
  &lt;li&gt;Ubuntu 22.04&lt;/li&gt;
  &lt;li&gt;Ubuntu 20.04&lt;/li&gt;
  &lt;li&gt;Rocky 8&lt;/li&gt;
&lt;/ul&gt;
</description>
        <pubDate>Thu, 17 Oct 2024 00:00:00 +0000</pubDate>
        <link>https://docs.rapids.ai/notices/rsn0037/</link>
        <guid isPermaLink="true">https://docs.rapids.ai/notices/rsn0037/</guid>
        
        
      </item>
    
      <item>
        <title>Support for Pandas 2 in Release v24.04</title>
        <description>&lt;h2 id=&quot;overview&quot;&gt;Overview&lt;/h2&gt;

&lt;p&gt;Pandas 1.x series support will be deprecated in the upcoming release of &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;v24.02&lt;/code&gt; scheduled for February 8, 2024, and removed in &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;v24.04&lt;/code&gt;, scheduled for April 11, 2024. Effective &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;v24.04&lt;/code&gt;, the minimum version of Pandas supported will be Pandas 2.0.0.&lt;/p&gt;

&lt;h2 id=&quot;impact&quot;&gt;Impact&lt;/h2&gt;

&lt;p&gt;Users should plan to move to Pandas 2 for RAPIDS 24.04 and later.&lt;/p&gt;
</description>
        <pubDate>Thu, 17 Oct 2024 00:00:00 +0000</pubDate>
        <link>https://docs.rapids.ai/notices/rsn0036/</link>
        <guid isPermaLink="true">https://docs.rapids.ai/notices/rsn0036/</guid>
        
        
      </item>
    
      <item>
        <title>Deprecation Announcement Dropping CUDA 11.2 support in our Docker Images in Release v23.12</title>
        <description>&lt;h2 id=&quot;overview&quot;&gt;Overview&lt;/h2&gt;

&lt;p&gt;RAPIDS is planning to deprecate support for its CUDA 11.2 Docker containers in Release &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;v23.12&lt;/code&gt;, and to cease publishing CUDA 11.2 Docker containers in the &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;v24.02&lt;/code&gt; release. &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;v23.12&lt;/code&gt; will be the last version of RAPIDS to distribute CUDA 11.2 Docker containers.&lt;/p&gt;

&lt;h2 id=&quot;impact&quot;&gt;Impact&lt;/h2&gt;

&lt;p&gt;Effective RAPIDS &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;v24.02&lt;/code&gt; release, RAPIDS will cease distribution of CUDA 11.2 Docker containers. RAPIDS will continue to distribute CUDA 12.0 and 11.8 containers. Users who still wish to use CUDA 11.2 (or other versions in the CUDA 11.x or 12.x series) may continue to use RAPIDS via conda installation.&lt;/p&gt;
</description>
        <pubDate>Tue, 13 Feb 2024 00:00:00 +0000</pubDate>
        <link>https://docs.rapids.ai/notices/rsn0035/</link>
        <guid isPermaLink="true">https://docs.rapids.ai/notices/rsn0035/</guid>
        
        
      </item>
    
      <item>
        <title>Deprecation announcement for Pascal GPU support in Release v23.12</title>
        <description>&lt;h2 id=&quot;overview&quot;&gt;Overview&lt;/h2&gt;

&lt;p&gt;RAPIDS team is planning to deprecate support for Pascal GPUs in its &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;v23.12&lt;/code&gt; release and to remove support in its &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;v24.02&lt;/code&gt; release. &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;v23.12&lt;/code&gt; will be the last version of RAPIDS to support Pascal GPUs.&lt;/p&gt;

&lt;h2 id=&quot;impact&quot;&gt;Impact&lt;/h2&gt;

&lt;p&gt;Effective RAPIDS &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;v24.02&lt;/code&gt; release, RAPIDS will no longer support Pascal GPUs. GPUs with Compute Capability 7.0 or higher will be required. The last release with support for Pascal GPUs is RAPIDS &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;v23.12&lt;/code&gt;.&lt;/p&gt;
</description>
        <pubDate>Tue, 13 Feb 2024 00:00:00 +0000</pubDate>
        <link>https://docs.rapids.ai/notices/rsn0034/</link>
        <guid isPermaLink="true">https://docs.rapids.ai/notices/rsn0034/</guid>
        
        
      </item>
    
      <item>
        <title>RAPIDS v23.10 Hotfix for cuDF</title>
        <description>&lt;h2 id=&quot;overview&quot;&gt;Overview&lt;/h2&gt;

&lt;p&gt;&lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;cudf 23.10.01&lt;/code&gt; introduced a bug that could cause incorrect output in &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;cudf&lt;/code&gt; and &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;dask-cudf&lt;/code&gt; when merging dataframes in which one of the indexes is not unique. &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;cudf&lt;/code&gt; is being hotfixed to &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;23.10.02&lt;/code&gt; to resolve this issue.&lt;/p&gt;

&lt;h2 id=&quot;rationale&quot;&gt;Rationale&lt;/h2&gt;

&lt;p&gt;&lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;cudf 23.10.01&lt;/code&gt; introduced a bug that could cause incorrect output in &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;cudf&lt;/code&gt; and &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;dask-cudf&lt;/code&gt; when merging dataframes in which one of the indexes is not unique. &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;cudf&lt;/code&gt; is being hotfixed to &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;23.10.02&lt;/code&gt; to resolve this issue. The issue is not present in &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;cudf 23.12&lt;/code&gt; nightlies.&lt;/p&gt;

&lt;h2 id=&quot;impact&quot;&gt;Impact&lt;/h2&gt;

&lt;p&gt;All &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;cudf&lt;/code&gt; and &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;dask-cudf&lt;/code&gt; users are encouraged to upgrade to the new &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;23.10.02&lt;/code&gt; patch release.&lt;/p&gt;
</description>
        <pubDate>Mon, 20 Nov 2023 00:00:00 +0000</pubDate>
        <link>https://docs.rapids.ai/notices/rgn0030/</link>
        <guid isPermaLink="true">https://docs.rapids.ai/notices/rgn0030/</guid>
        
        
      </item>
    
      <item>
        <title>Deprecation announcement for CLX RAPIDS Repository</title>
        <description>&lt;h2 id=&quot;overview&quot;&gt;Overview&lt;/h2&gt;

&lt;p&gt;RAPIDS CLX repository will be deprecated in our upcoming release of v23.04 scheduled for April 13 2023. After the v23.04 release, this repository will be archived during v23.06 release. v23.04 will be the final release of RAPIDS CLX.&lt;/p&gt;

&lt;h2 id=&quot;impact&quot;&gt;Impact&lt;/h2&gt;
&lt;p&gt;Users may wish to migrate to Morpheus, which includes much of the CLX functionality: https://github.com/nv-morpheus/Morpheus&lt;/p&gt;
</description>
        <pubDate>Tue, 05 Sep 2023 00:00:00 +0000</pubDate>
        <link>https://docs.rapids.ai/notices/rsn0028/</link>
        <guid isPermaLink="true">https://docs.rapids.ai/notices/rsn0028/</guid>
        
        
      </item>
    
      <item>
        <title>Support for 22.10 cuml/cugraph Users</title>
        <description>&lt;h2 id=&quot;overview&quot;&gt;Overview&lt;/h2&gt;

&lt;p&gt;RAPIDS 22.10 cuML and cuGraph users will need to add &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;libcusparse&amp;lt;12&lt;/code&gt; &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;libcusolver&amp;lt;=11.4.1.48&lt;/code&gt; to conda install commands for installing cuML or cuGraph.&lt;/p&gt;

&lt;h3 id=&quot;example&quot;&gt;Example&lt;/h3&gt;
&lt;div class=&quot;language-plaintext highlighter-rouge&quot;&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;conda create -n rapids-22.10 -c rapidsai -c conda-forge -c nvidia  cugraph=22.10 python=3.8 cudatoolkit=11.5 libcusparse&amp;lt;12 libcusolver&amp;lt;=11.4.1.48
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;

&lt;h2 id=&quot;impact&quot;&gt;Impact&lt;/h2&gt;

&lt;p&gt;Impact is limited to RAPIDS 22.10 &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;cuml&lt;/code&gt; and &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;cugraph&lt;/code&gt; users.&lt;/p&gt;

&lt;h2 id=&quot;background&quot;&gt;Background&lt;/h2&gt;

&lt;p&gt;Since the release of RAPIDS 22.10, some packages that cuML and cuGraph depend on have upgraded and introduced incompatibilities. Conda will install these newer dependencies by default when installing 22.10 cuML or cuGraph, which will result in runtime errors such as:&lt;/p&gt;

&lt;p&gt;&lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;error while loading shared libraries: libnvJitLink.so.12: cannot open shared object file: No such file or directory&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;In order to restrict conda to installing only compatible versions of these dependencies, the workaround above should be applied.  This workaround is not needed for RAPIDS releases 22.12 and beyond.&lt;/p&gt;
</description>
        <pubDate>Tue, 05 Sep 2023 00:00:00 +0000</pubDate>
        <link>https://docs.rapids.ai/notices/rsn0026/</link>
        <guid isPermaLink="true">https://docs.rapids.ai/notices/rsn0026/</guid>
        
        
      </item>
    
      <item>
        <title>Support for Ubuntu 22.04 in v23.02</title>
        <description>&lt;h2 id=&quot;overview&quot;&gt;Overview&lt;/h2&gt;

&lt;p&gt;RAPIDS is planning GA support for &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;Ubuntu 22.04&lt;/code&gt; in its &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;v23.02&lt;/code&gt; release. &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;Ubuntu 22.04&lt;/code&gt; will replace the &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;Ubuntu 18.04&lt;/code&gt; OS distributions for future RAPIDS releases. Experimental support will begin in &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;v23.02&lt;/code&gt; nightlies.&lt;/p&gt;

&lt;h2 id=&quot;impact&quot;&gt;Impact&lt;/h2&gt;

&lt;p&gt;&lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;Ubuntu 18.04&lt;/code&gt; users are encouraged to migrate to a supported version of Ubuntu as soon as possible.&lt;/p&gt;
</description>
        <pubDate>Tue, 05 Sep 2023 00:00:00 +0000</pubDate>
        <link>https://docs.rapids.ai/notices/rsn0025/</link>
        <guid isPermaLink="true">https://docs.rapids.ai/notices/rsn0025/</guid>
        
        
      </item>
    
      <item>
        <title>Deprecation announcement for Ubuntu 18.04 in v22.12</title>
        <description>&lt;h2 id=&quot;overview&quot;&gt;Overview&lt;/h2&gt;

&lt;p&gt;Ubuntu 18.04 will be deprecated in our upcoming release of v22.12 scheduled for December 2022. After the v22.12 release, users should expect that support for Ubuntu 18.04 may be dropped at any point.&lt;/p&gt;

&lt;h2 id=&quot;impact&quot;&gt;Impact&lt;/h2&gt;

&lt;p&gt;Users should consider switching to any of the following supported operating systems for any &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;rapidsai/rapidsai&lt;/code&gt; image:&lt;/p&gt;
&lt;ul&gt;
  &lt;li&gt;Ubuntu 20.04&lt;/li&gt;
  &lt;li&gt;Ubuntu 22.04 (support targeted for RAPIDS 23.02 – see &lt;a href=&quot;/notices/rsn0025&quot;&gt;RSN 25&lt;/a&gt;)&lt;/li&gt;
  &lt;li&gt;CentOS 7&lt;/li&gt;
  &lt;li&gt;Rocky Linux 8&lt;/li&gt;
&lt;/ul&gt;
</description>
        <pubDate>Tue, 05 Sep 2023 00:00:00 +0000</pubDate>
        <link>https://docs.rapids.ai/notices/rsn0024/</link>
        <guid isPermaLink="true">https://docs.rapids.ai/notices/rsn0024/</guid>
        
        
      </item>
    
      <item>
        <title>Support for Python 3.10 in v23.02</title>
        <description>&lt;h2 id=&quot;overview&quot;&gt;Overview&lt;/h2&gt;

&lt;p&gt;With the deprecation of &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;Python 3.9&lt;/code&gt; announced in &lt;a href=&quot;/notices/rsn0022&quot;&gt;RSN 22&lt;/a&gt;, development
effort has been redirected to support &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;Python 3.10&lt;/code&gt; in &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;v23.02&lt;/code&gt; nightly releases.&lt;/p&gt;

&lt;h2 id=&quot;impact&quot;&gt;Impact&lt;/h2&gt;

&lt;p&gt;Users are encouraged to test nightly &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;conda&lt;/code&gt; and &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;docker&lt;/code&gt; builds and report any
issues in their respective repos.&lt;/p&gt;
</description>
        <pubDate>Tue, 05 Sep 2023 00:00:00 +0000</pubDate>
        <link>https://docs.rapids.ai/notices/rsn0023/</link>
        <guid isPermaLink="true">https://docs.rapids.ai/notices/rsn0023/</guid>
        
        
      </item>
    
      <item>
        <title>Deprecation announcement for Python v3.9 in v22.12</title>
        <description>&lt;h2 id=&quot;overview&quot;&gt;Overview&lt;/h2&gt;

&lt;p&gt;Python 3.9 will be deprecated in our upcoming release of v22.12 scheduled for December 2022. After the v22.12 release, users should expect that support for Python 3.9 may be dropped at any point.&lt;/p&gt;

&lt;h2 id=&quot;impact&quot;&gt;Impact&lt;/h2&gt;

&lt;p&gt;Users should plan to move to a supported Python version as soon as possible. Support for Python 3.8 is being maintained, and support for Python 3.10 is being targeted for RAPIDS 23.02 (see &lt;a href=&quot;/notices/rsn0023&quot;&gt;RSN 23&lt;/a&gt;).&lt;/p&gt;
</description>
        <pubDate>Tue, 05 Sep 2023 00:00:00 +0000</pubDate>
        <link>https://docs.rapids.ai/notices/rsn0022/</link>
        <guid isPermaLink="true">https://docs.rapids.ai/notices/rsn0022/</guid>
        
        
      </item>
    
      <item>
        <title>EOL for CUDA 11.0 in v22.10</title>
        <description>&lt;h2 id=&quot;overview&quot;&gt;Overview&lt;/h2&gt;

&lt;p&gt;&lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;CUDA 11.0&lt;/code&gt; is now end of life (EOL) in RAPIDS v22.10 and will not be supported in the v22.10 stable release nor the upcoming release of v22.12. This includes v22.10 nightly support which ended on 2022-10-13.&lt;/p&gt;

&lt;h2 id=&quot;impact&quot;&gt;Impact&lt;/h2&gt;

&lt;p&gt;Users should migrate to CUDA 11.2, 11.4 or 11.5 for RAPIDS.&lt;/p&gt;
</description>
        <pubDate>Tue, 05 Sep 2023 00:00:00 +0000</pubDate>
        <link>https://docs.rapids.ai/notices/rsn0021/</link>
        <guid isPermaLink="true">https://docs.rapids.ai/notices/rsn0021/</guid>
        
        
      </item>
    
      <item>
        <title>Please Pin cuda-python to 11.7.0</title>
        <description>&lt;h2 id=&quot;overview&quot;&gt;Overview&lt;/h2&gt;

&lt;p&gt;We have recently become aware that &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;cuda-python&lt;/code&gt; &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;11.7.1&lt;/code&gt; has incorporated changes that makes it
incompatible with current and legacy versions of RAPIDS when you try to install RAPIDS. You will
need to pin &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;cuda-python&lt;/code&gt; to &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;11.7.0&lt;/code&gt; in conda during installation, and potentially after.  An
affected installation with the &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;11.7.1&lt;/code&gt; issue results in this error being thrown:&lt;/p&gt;
&lt;div class=&quot;language-plaintext highlighter-rouge&quot;&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;Traceback (most recent call last):
  File &quot;&amp;lt;stdin&amp;gt;&quot;, line 1, in &amp;lt;module&amp;gt;
  File &quot;/opt/conda/lib/python3.9/site-packages/cudf/__init__.py&quot;, line 5, in &amp;lt;module&amp;gt;
    validate_setup()
  File &quot;/opt/conda/lib/python3.9/site-packages/cudf/utils/gpu_utils.py&quot;, line 20, in validate_setup
    from rmm._cuda.gpu import (
  File &quot;/opt/conda/lib/python3.9/site-packages/rmm/__init__.py&quot;, line 16, in &amp;lt;module&amp;gt;
    from rmm import mr
  File &quot;/opt/conda/lib/python3.9/site-packages/rmm/mr.py&quot;, line 14, in &amp;lt;module&amp;gt;
    from rmm._lib.memory_resource import (
  File &quot;/opt/conda/lib/python3.9/site-packages/rmm/_lib/__init__.py&quot;, line 15, in &amp;lt;module&amp;gt;
    from .device_buffer import DeviceBuffer
  File &quot;device_buffer.pyx&quot;, line 1, in init rmm._lib.device_buffer
TypeError: C function cuda.ccudart.cudaStreamSynchronize has wrong signature (expected __pyx_t_4cuda_7ccudart_cudaError_t (__pyx_t_4cuda_7ccudart_cudaStream_t), got cudaError_t (cudaStream_t)
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;

&lt;h2 id=&quot;status&quot;&gt;Status&lt;/h2&gt;

&lt;p&gt;Currently, we have these two resolution paths to offer:&lt;/p&gt;

&lt;div class=&quot;language-plaintext highlighter-rouge&quot;&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;Resolution Path 1: You can upgrade your RAPIDS version to `v22.06.01`.
- We&apos;ve made it easy to upgrade: simply use our Release selector and install `v22.06` or rerun you `v22.06` installation script. It will automatically grab `v22.06.01` via Conda or Docker.

Resolution Path 2: If you can NOT upgrade, pin `cuda-python` to `11.7.0` in RAPIDS `v22.02`, `v22.04`, and `v22.06`,
- You can pin `cuda-python` to `11.7.0` by using `cuda-python=11.7.0` when doing an install.
- Example command: `conda install -c nvidia cuda-python=11.7.0`.
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;Older versions of RAPIDS may also be affected and users should attempt to upgrade or pin.&lt;/p&gt;

&lt;h2 id=&quot;impact&quot;&gt;Impact&lt;/h2&gt;

&lt;p&gt;This issue impacts users installing conda packages of RAPIDS 22.02 through 22.06,
which depend on &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;cuda-python&lt;/code&gt;. This issue also affects existing conda installations of
RAPIDS versions 22.02 - 22.06 if the user installs additional packages depending on
&lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;cuda-python&lt;/code&gt; that result in an update to &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;cuda-python&amp;gt;11.7.0&lt;/code&gt;.&lt;/p&gt;
</description>
        <pubDate>Tue, 05 Sep 2023 00:00:00 +0000</pubDate>
        <link>https://docs.rapids.ai/notices/rsn0020/</link>
        <guid isPermaLink="true">https://docs.rapids.ai/notices/rsn0020/</guid>
        
        
      </item>
    
      <item>
        <title>Stop supporting `CentOS 8` in v22.08</title>
        <description>&lt;h2 id=&quot;overview&quot;&gt;Overview&lt;/h2&gt;

&lt;p&gt;&lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;CentOS 8&lt;/code&gt; is now at end-of-life, which means RAPIDS will no longer publish any images built on &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;CentOS 8&lt;/code&gt; following the RAPIDS &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;v22.06&lt;/code&gt; release.&lt;/p&gt;

&lt;p&gt;Additionally, gpuCI CPU builds will be converted over to use &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;Rocky 8.6&lt;/code&gt; instead of &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;CentOS 8&lt;/code&gt;.&lt;/p&gt;

&lt;h2 id=&quot;status&quot;&gt;Status&lt;/h2&gt;

&lt;p&gt;Support for &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;CentOS 8&lt;/code&gt; has ended. RAPIDS &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;v22.06&lt;/code&gt; is the last version to support &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;CentOS 8&lt;/code&gt;.&lt;/p&gt;

&lt;h2 id=&quot;impact&quot;&gt;Impact&lt;/h2&gt;

&lt;p&gt;Users should consider switching to any of the following container OSes:&lt;/p&gt;
&lt;ul&gt;
  &lt;li&gt;Ubuntu 18.04&lt;/li&gt;
  &lt;li&gt;Ubuntu 20.04&lt;/li&gt;
  &lt;li&gt;Rocky 8.6&lt;/li&gt;
  &lt;li&gt;CentOS 7&lt;/li&gt;
&lt;/ul&gt;
</description>
        <pubDate>Tue, 05 Sep 2023 00:00:00 +0000</pubDate>
        <link>https://docs.rapids.ai/notices/rsn0019/</link>
        <guid isPermaLink="true">https://docs.rapids.ai/notices/rsn0019/</guid>
        
        
      </item>
    
      <item>
        <title>Support for Rocky 8.6 in v22.08</title>
        <description>&lt;h2 id=&quot;overview&quot;&gt;Overview&lt;/h2&gt;

&lt;p&gt;Development effort will begin supporting &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;Rocky 8.6&lt;/code&gt; in &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;v22.08&lt;/code&gt;. &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;Rocky 8.6&lt;/code&gt; will replace the &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;CentOS 8&lt;/code&gt; OS distributions for future RAPIDS releases.  Experimental support will begin in &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;v22.08&lt;/code&gt; nightlies. GA support for &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;Rocky 8.6&lt;/code&gt; is expected for &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;v22.10&lt;/code&gt; stable.&lt;/p&gt;

&lt;h2 id=&quot;impact&quot;&gt;Impact&lt;/h2&gt;

&lt;p&gt;&lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;CentOS 8&lt;/code&gt; users are encouraged to migrate to &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;Rocky 8.6&lt;/code&gt; if possible and provide feedback to the RAPIDS libraries as we develop &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;v22.08&lt;/code&gt;.&lt;/p&gt;
</description>
        <pubDate>Tue, 05 Sep 2023 00:00:00 +0000</pubDate>
        <link>https://docs.rapids.ai/notices/rsn0018/</link>
        <guid isPermaLink="true">https://docs.rapids.ai/notices/rsn0018/</guid>
        
        
      </item>
    
      <item>
        <title>Support for ARM SBSA in v22.04</title>
        <description>&lt;h2 id=&quot;overview&quot;&gt;Overview&lt;/h2&gt;

&lt;p&gt;Announcing support of &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;ARM SBSA&lt;/code&gt; in &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;v22.04&lt;/code&gt;.  ARM users will be able to install RAPIDS via
our &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;conda&lt;/code&gt; and &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;docker&lt;/code&gt; channels.  This support does not yet extend to &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;NVIDIA Jetson&lt;/code&gt; products.&lt;/p&gt;

&lt;p&gt;See our &lt;a href=&quot;https://medium.com/rapids-ai/rapids-release-22-04-fe4f1913f29b&quot;&gt;release blog for installation details&lt;/a&gt;s.&lt;/p&gt;

&lt;h2 id=&quot;status&quot;&gt;Status&lt;/h2&gt;

&lt;ul&gt;
  &lt;li&gt;&lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;ARM SBSA&lt;/code&gt; stable and nightly support started on 08-Apr-2022 for both &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;conda&lt;/code&gt; and
&lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;docker&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;impact&quot;&gt;Impact&lt;/h2&gt;

&lt;p&gt;Users are encouraged to test nightly &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;conda&lt;/code&gt; and &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;docker&lt;/code&gt; builds and report any
issues in their respective repos.&lt;/p&gt;
</description>
        <pubDate>Tue, 05 Sep 2023 00:00:00 +0000</pubDate>
        <link>https://docs.rapids.ai/notices/rsn0016/</link>
        <guid isPermaLink="true">https://docs.rapids.ai/notices/rsn0016/</guid>
        
        
      </item>
    
      <item>
        <title>Support for Python 3.9 in v22.02</title>
        <description>&lt;h2 id=&quot;overview&quot;&gt;Overview&lt;/h2&gt;

&lt;p&gt;With the EOL of &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;Python 3.7&lt;/code&gt; announced in &lt;a href=&quot;/notices/rsn0014&quot;&gt;RSN 14&lt;/a&gt;, development
effort has been redirected to support &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;Python 3.9&lt;/code&gt; in &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;v22.02&lt;/code&gt; stable and &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;v22.04&lt;/code&gt; nightly releases.&lt;/p&gt;

&lt;h2 id=&quot;status&quot;&gt;Status&lt;/h2&gt;

&lt;ul&gt;
  &lt;li&gt;&lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;Python 3.9&lt;/code&gt; nightly support started on 04-Feb-2022 for both &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;conda&lt;/code&gt; and
&lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;docker&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;impact&quot;&gt;Impact&lt;/h2&gt;

&lt;p&gt;Users are encouraged to test nightly &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;conda&lt;/code&gt; and &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;docker&lt;/code&gt; builds and report any
issues in their respective repos.&lt;/p&gt;
</description>
        <pubDate>Tue, 05 Sep 2023 00:00:00 +0000</pubDate>
        <link>https://docs.rapids.ai/notices/rsn0015/</link>
        <guid isPermaLink="true">https://docs.rapids.ai/notices/rsn0015/</guid>
        
        
      </item>
    
      <item>
        <title>EOL Python 3.7 in v22.02</title>
        <description>&lt;h2 id=&quot;overview&quot;&gt;Overview&lt;/h2&gt;

&lt;p&gt;&lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;Python 3.7&lt;/code&gt; has reached end of life (EOL) in RAPIDS &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;v22.02&lt;/code&gt; and will
not be supported in the &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;v22.02&lt;/code&gt; stable release nor the upcoming release of &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;v22.04&lt;/code&gt;. This includes &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;v22.02&lt;/code&gt;
nightly support which ended on 2022-02-03.&lt;/p&gt;

&lt;p&gt;​&lt;/p&gt;
&lt;h2 id=&quot;status&quot;&gt;Status&lt;/h2&gt;
&lt;p&gt;​&lt;/p&gt;
&lt;h3 id=&quot;release-support---v2202&quot;&gt;Release support - &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;v22.02&lt;/code&gt;&lt;/h3&gt;
&lt;p&gt;​&lt;/p&gt;
&lt;ul&gt;
  &lt;li&gt;Final release of &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;conda&lt;/code&gt; packages or &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;docker&lt;/code&gt; images supporting &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;Python 3.7&lt;/code&gt;
​
    &lt;h3 id=&quot;nightly-support---v2204&quot;&gt;Nightly support - &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;v22.04&lt;/code&gt;&lt;/h3&gt;
    &lt;p&gt;​&lt;/p&gt;
  &lt;/li&gt;
  &lt;li&gt;No further &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;conda&lt;/code&gt; packages or &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;docker&lt;/code&gt; images supported for &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;Python 3.7&lt;/code&gt;
​
    &lt;h3 id=&quot;documentation&quot;&gt;Documentation&lt;/h3&gt;
    &lt;p&gt;​&lt;/p&gt;
  &lt;/li&gt;
  &lt;li&gt;Updates to Docker Hub and NGC repos will be reflected with the &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;v22.02&lt;/code&gt; release&lt;/li&gt;
  &lt;li&gt;Updated &lt;a href=&quot;https://rapids.ai/start#rapids-release-selector&quot;&gt;rapids.ai&lt;/a&gt; release
selector to reflect EOL changes and available install options
​
    &lt;h2 id=&quot;impact&quot;&gt;Impact&lt;/h2&gt;
    &lt;p&gt;​
Users should migrate to &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;Python 3.8&lt;/code&gt; or &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;Python 3.9&lt;/code&gt; for RAPIDS.&lt;/p&gt;
  &lt;/li&gt;
&lt;/ul&gt;
</description>
        <pubDate>Tue, 05 Sep 2023 00:00:00 +0000</pubDate>
        <link>https://docs.rapids.ai/notices/rsn0014/</link>
        <guid isPermaLink="true">https://docs.rapids.ai/notices/rsn0014/</guid>
        
        
      </item>
    
      <item>
        <title>Support for CUDA 11.4 in v21.08</title>
        <description>&lt;h2 id=&quot;overview&quot;&gt;Overview&lt;/h2&gt;

&lt;p&gt;Development effort has begun on supporting &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;CUDA 11.4&lt;/code&gt; in &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;v21.08&lt;/code&gt;. Support is currently experimental for &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;v21.08&lt;/code&gt;. GA for &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;CUDA 11.4&lt;/code&gt; is expected in &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;v21.10&lt;/code&gt;&lt;/p&gt;

&lt;h2 id=&quot;impact&quot;&gt;Impact&lt;/h2&gt;

&lt;p&gt;Users are encouraged to use &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;CUDA 11.4&lt;/code&gt; if possible and provide feedback to the RAPIDS libraries as we develop &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;v21.08&lt;/code&gt;.&lt;/p&gt;
</description>
        <pubDate>Tue, 05 Sep 2023 00:00:00 +0000</pubDate>
        <link>https://docs.rapids.ai/notices/rsn0010/</link>
        <guid isPermaLink="true">https://docs.rapids.ai/notices/rsn0010/</guid>
        
        
      </item>
    
      <item>
        <title>Stop supporting Ubuntu 16.04 in v21.08</title>
        <description>&lt;h2 id=&quot;overview&quot;&gt;Overview&lt;/h2&gt;

&lt;p&gt;Ubuntu 16.04 is now at end-of-life, which means RAPIDS will no longer publish any images built on Ubuntu 16.04.&lt;/p&gt;

&lt;p&gt;Additionally, gpuCI CPU builds will be converted over to use CentOS 7 instead of Ubuntu 16.04.&lt;/p&gt;

&lt;h2 id=&quot;status&quot;&gt;Status&lt;/h2&gt;

&lt;p&gt;Dropping full support for Ubuntu 16.04 is an ongoing effort.&lt;/p&gt;

&lt;h2 id=&quot;impact&quot;&gt;Impact&lt;/h2&gt;

&lt;p&gt;Users should consider switching to any of the following supported operating systems for any &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;rapidsai/rapidsai&lt;/code&gt; image:&lt;/p&gt;
&lt;ul&gt;
  &lt;li&gt;Ubuntu 18.04&lt;/li&gt;
  &lt;li&gt;Ubuntu 20.04&lt;/li&gt;
  &lt;li&gt;CentOS 7&lt;/li&gt;
  &lt;li&gt;CentOS 8&lt;/li&gt;
&lt;/ul&gt;
</description>
        <pubDate>Tue, 05 Sep 2023 00:00:00 +0000</pubDate>
        <link>https://docs.rapids.ai/notices/rsn0009/</link>
        <guid isPermaLink="true">https://docs.rapids.ai/notices/rsn0009/</guid>
        
        
      </item>
    
      <item>
        <title>RAPIDS v22.10.01 Hotfix Release</title>
        <description>&lt;h2 id=&quot;overview&quot;&gt;Overview&lt;/h2&gt;

&lt;p&gt;RAPIDS v22.10 was hotfixed to version v22.10.01 to update &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;cuda-python&lt;/code&gt; and &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;cupy&lt;/code&gt; dependencies.&lt;/p&gt;

&lt;h2 id=&quot;rationale&quot;&gt;Rationale&lt;/h2&gt;

&lt;p&gt;&lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;cuda-python&lt;/code&gt; version requirement was updated to &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;&amp;gt;=11.7.1&lt;/code&gt; to resolve errors on CPU-only machines or machines without CUDA installed. Additionally, the &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;cupy&lt;/code&gt; dependency for pip packages was changed to &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;cupy-cuda11x&lt;/code&gt; to resolve installation issues for some users.&lt;/p&gt;

&lt;h2 id=&quot;impact&quot;&gt;Impact&lt;/h2&gt;

&lt;p&gt;All users are recommended to use the latest &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;22.10.01&lt;/code&gt; version of &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;rmm&lt;/code&gt;, &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;cuDF&lt;/code&gt;, &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;cuML&lt;/code&gt;, &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;cuGraph&lt;/code&gt;, and &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;cuGraph-ops&lt;/code&gt;.&lt;/p&gt;
</description>
        <pubDate>Tue, 05 Sep 2023 00:00:00 +0000</pubDate>
        <link>https://docs.rapids.ai/notices/rgn0029/</link>
        <guid isPermaLink="true">https://docs.rapids.ai/notices/rgn0029/</guid>
        
        
      </item>
    
      <item>
        <title>RAPIDS Docker Run Command Changes in v22.04</title>
        <description>&lt;h2 id=&quot;overview&quot;&gt;Overview&lt;/h2&gt;

&lt;p&gt;As we expand out further across platforms and GPU architectures, we have
recently identified and updated the RAPIDS docker run with additional
parameters to provide a more stable way to run Multi Node/Multi GPU (MNMG).
The new parameters are &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;--shm-size=1g --ulimit memlock=-1&lt;/code&gt;.  This change is
currently in the RAPIDS Release Selector and will soon be updated in all
docker instructions.  We advise everyone to adopt these additional
parameters for when running RAPIDS on Docker, especially if you’re running
RAPIDS on &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;ARM SBSA&lt;/code&gt; with MNMG.&lt;/p&gt;

&lt;h2 id=&quot;status&quot;&gt;Status&lt;/h2&gt;

&lt;ul&gt;
  &lt;li&gt;&lt;strong&gt;2022-06-08&lt;/strong&gt; - This change is currently in the RAPIDS Release Selector&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;impact&quot;&gt;Impact&lt;/h2&gt;

&lt;p&gt;Refer to the examples below for a comparison of &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;old&lt;/code&gt; &amp;amp; &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;new&lt;/code&gt; docker run commands:&lt;/p&gt;

&lt;h3 id=&quot;example-old-docker-run-command&quot;&gt;Example Old Docker Run Command&lt;/h3&gt;
&lt;div class=&quot;language-plaintext highlighter-rouge&quot;&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;    docker run --gpus all --rm -it \
    -p 8888:8888 -p 8787:8787 -p 8786:8786 \
    rapidsai/rapidsai-core-arm64:22.06-cuda11.5-runtime-ubuntu20.04-py3.9
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;

&lt;h3 id=&quot;example-new-docker-run-command&quot;&gt;Example New Docker Run Command&lt;/h3&gt;
&lt;div class=&quot;language-plaintext highlighter-rouge&quot;&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;    docker run --gpus all --rm -it \
    --shm-size=1g --ulimit memlock=-1 \
    -p 8888:8888 -p 8787:8787 -p 8786:8786 \
    rapidsai/rapidsai-core-arm64:22.06-cuda11.5-runtime-ubuntu20.04-py3.9
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;
</description>
        <pubDate>Tue, 05 Sep 2023 00:00:00 +0000</pubDate>
        <link>https://docs.rapids.ai/notices/rgn0027/</link>
        <guid isPermaLink="true">https://docs.rapids.ai/notices/rgn0027/</guid>
        
        
      </item>
    
      <item>
        <title>v22.06 Release Update</title>
        <description>&lt;h2 id=&quot;overview&quot;&gt;Overview&lt;/h2&gt;

&lt;p&gt;22.06 &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;devel&lt;/code&gt; containers will be released on Wednesday 6/15/22. Conda packages and &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;base&lt;/code&gt; container release dates will remain unchanged.&lt;/p&gt;

&lt;h2 id=&quot;rationale&quot;&gt;Rationale&lt;/h2&gt;

&lt;p&gt;22.06 release artifacts will be bifurcated–conda packages and &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;base&lt;/code&gt; containers (i.e. those other than &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;devel&lt;/code&gt;) will be released on Wednesday 6/8/22. &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;devel&lt;/code&gt; containers will be released on Wednesday 6/15/22.&lt;/p&gt;

&lt;h2 id=&quot;impact&quot;&gt;Impact&lt;/h2&gt;

&lt;p&gt;N/A&lt;/p&gt;
</description>
        <pubDate>Tue, 05 Sep 2023 00:00:00 +0000</pubDate>
        <link>https://docs.rapids.ai/notices/rgn0026/</link>
        <guid isPermaLink="true">https://docs.rapids.ai/notices/rgn0026/</guid>
        
        
      </item>
    
      <item>
        <title>rmm v22.04.01 Hotfix Release</title>
        <description>&lt;h2 id=&quot;overview&quot;&gt;Overview&lt;/h2&gt;

&lt;p&gt;&lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;rmm&lt;/code&gt; was hotfixed to version &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;v22.04.01&lt;/code&gt;.&lt;/p&gt;

&lt;h2 id=&quot;rationale&quot;&gt;Rationale&lt;/h2&gt;

&lt;p&gt;&lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;rmm&lt;/code&gt; was hotfixed to &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;v22.04.01&lt;/code&gt; in order to fix a packaging issue as noted in &lt;a href=&quot;https://github.com/rapidsai/rmm/pull/1024&quot;&gt;#1024&lt;/a&gt;.&lt;/p&gt;

&lt;h2 id=&quot;impact&quot;&gt;Impact&lt;/h2&gt;

&lt;p&gt;All v22.04 users are encouraged to update the &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;rmm&lt;/code&gt; library to &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;v22.04.01&lt;/code&gt; as soon as possible.&lt;/p&gt;
</description>
        <pubDate>Tue, 05 Sep 2023 00:00:00 +0000</pubDate>
        <link>https://docs.rapids.ai/notices/rgn0025/</link>
        <guid isPermaLink="true">https://docs.rapids.ai/notices/rgn0025/</guid>
        
        
      </item>
    
      <item>
        <title>Updated WSL2 Installation Method</title>
        <description>&lt;h2 id=&quot;overview&quot;&gt;Overview&lt;/h2&gt;

&lt;p&gt;The installation method for a RAPIDS compatible WSL2 instance has changed with the release of NVIDIA’s WSL2
capable Windows 11 Production Drivers.  If you already have RAPIDS running on WSL2, Please
&lt;a href=&quot;https://www.nvidia.com/Download/index.aspx?lang=en-us&quot;&gt;update your Windows drivers&lt;/a&gt;
accordingly for continued EA support with RAPIDS &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;v22.02&lt;/code&gt;.  If you are installing RAPIDS inside WSL2 for the
first time, please follow the updated instructions below:&lt;/p&gt;

&lt;div class=&quot;language-plaintext highlighter-rouge&quot;&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;1. Please follow the steps in this MS Blog to install WSL2: https://docs.microsoft.com/en-us/windows/wsl/install
2. Install the latest Windows 11 production drivers on the host machine, which are WSL2 capable: https://www.nvidia.com/Download/index.aspx?lang=en-us
3. Inside WSL2:
	a. Install conda or docker environments
	b. Install RAPIDS as normal with your environment options of choice.
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;This makes a complete RAPIDS installation far easier in WSL2.  Please do not install any additional NVIDIA drivers, neither GPU nor CUDA, inside your WSL2 instance as it is no longer necessary.  CUDA Toolkit (CTK) will be installed when you install RAPIDS in your desired environment.&lt;/p&gt;

&lt;h2 id=&quot;status&quot;&gt;Status&lt;/h2&gt;

&lt;ul&gt;
  &lt;li&gt;&lt;strong&gt;12-Feb-2022&lt;/strong&gt; - EA support continues.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;impact&quot;&gt;Impact&lt;/h2&gt;

&lt;p&gt;Users intending to run RAPIDS &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;v22.02+&lt;/code&gt; in WSL2 should update their systems in accordance with this updated installation guide.&lt;/p&gt;
</description>
        <pubDate>Tue, 05 Sep 2023 00:00:00 +0000</pubDate>
        <link>https://docs.rapids.ai/notices/rgn0024/</link>
        <guid isPermaLink="true">https://docs.rapids.ai/notices/rgn0024/</guid>
        
        
      </item>
    
      <item>
        <title>New &apos;Try RAPIDS Now&apos; Capability via SageMaker Studio Labs in Beta</title>
        <description>&lt;h2 id=&quot;overview&quot;&gt;Overview&lt;/h2&gt;

&lt;p&gt;SageMaker Studio Labs has been added as a new “Try it Now” capability for all Stable (&lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;v22.02&lt;/code&gt;), Nightly (&lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;v22.04&lt;/code&gt;),
and Legacy (&lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;v21.12&lt;/code&gt;) RAPIDS installations.  &lt;a href=&quot;https://rapids.ai/smsl&quot;&gt;Open in SageMaker Studio Lab buttons and links&lt;/a&gt;
can be found in the Getting Started sections of our Website.
&lt;a href=&quot;https://github.com/rapidsai-community/rapids-smsl&quot;&gt;A new, quick-start repository&lt;/a&gt; can be found in RAPIDS community
with further installation instructions.  You can only try RAPIDS in SageMaker Studio Lab after you have
&lt;a href=&quot;https://studiolab.sagemaker.aws/&quot;&gt;successfully created a SageMaker Studio Lab account&lt;/a&gt;. Please share any issues you face in the
&lt;a href=&quot;https://github.com/rapidsai-community/rapids-smsl&quot;&gt;rapids-smsl repo&lt;/a&gt; and feedback in the
&lt;a href=&quot;https://join.slack.com/t/rapids-goai/shared_invite/zt-trnsul8g-Sblci8dk6dIoEeGpoFcFOQ&quot;&gt;RAPIDS GoAI Slack&lt;/a&gt;!&lt;/p&gt;

&lt;h2 id=&quot;status&quot;&gt;Status&lt;/h2&gt;

&lt;ul&gt;
  &lt;li&gt;&lt;strong&gt;12-Feb-2022&lt;/strong&gt; - Appropriate links to SageMaker Studio Lab have been added.  Quick Start Repository has been made.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;impact&quot;&gt;Impact&lt;/h2&gt;

&lt;p&gt;Users continue to have Try RAPIDS Now options for Stable (&lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;v22.02&lt;/code&gt;), Nightly (&lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;v22.04&lt;/code&gt;),
and Legacy (&lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;v21.12&lt;/code&gt;) RAPIDS versions.&lt;/p&gt;
</description>
        <pubDate>Tue, 05 Sep 2023 00:00:00 +0000</pubDate>
        <link>https://docs.rapids.ai/notices/rgn0023/</link>
        <guid isPermaLink="true">https://docs.rapids.ai/notices/rgn0023/</guid>
        
        
      </item>
    
      <item>
        <title>CUDA Enhanced Compatibility</title>
        <description>&lt;h2 id=&quot;overview&quot;&gt;Overview&lt;/h2&gt;

&lt;p&gt;RAPIDS &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;21.12&lt;/code&gt; packages will be built using the latest &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;11.5&lt;/code&gt; version of &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;nvcc&lt;/code&gt; and the CUDA runtime and distributed for use with any CUDA driver &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;&amp;gt;=450.80.02&lt;/code&gt; via the use of CUDA Enhanced Compatibility. We strongly recommend using the CUDA &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;11.5&lt;/code&gt; runtime. Any runtime &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;&amp;gt;=11.0&lt;/code&gt; and &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;&amp;lt;11.5&lt;/code&gt; is supported on a best-effort basis.&lt;/p&gt;

&lt;h2 id=&quot;impact&quot;&gt;Impact&lt;/h2&gt;

&lt;p&gt;One limitation this poses for users running older minor versions of the CUDA runtime is that the use of &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;debug=True&lt;/code&gt; with the numba &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;@cuda.jit&lt;/code&gt; decorator will result in a runtime error. Users running &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;11.5&lt;/code&gt; will still be able to use &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;debug=True&lt;/code&gt;.&lt;/p&gt;
</description>
        <pubDate>Tue, 05 Sep 2023 00:00:00 +0000</pubDate>
        <link>https://docs.rapids.ai/notices/rgn0019/</link>
        <guid isPermaLink="true">https://docs.rapids.ai/notices/rgn0019/</guid>
        
        
      </item>
    
      <item>
        <title>Devel Container Release Change</title>
        <description>&lt;h2 id=&quot;overview&quot;&gt;Overview&lt;/h2&gt;

&lt;p&gt;Effective with the &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;21.12&lt;/code&gt; release, RAPIDS &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;devel&lt;/code&gt; packages will only be distributed for CUDA &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;11.5&lt;/code&gt;.&lt;/p&gt;
</description>
        <pubDate>Tue, 05 Sep 2023 00:00:00 +0000</pubDate>
        <link>https://docs.rapids.ai/notices/rdn0003/</link>
        <guid isPermaLink="true">https://docs.rapids.ai/notices/rdn0003/</guid>
        
        
      </item>
    
      <item>
        <title>Dropping Support for Ubuntu 20.04 arm64 containers in Release v23.06</title>
        <description>&lt;h2 id=&quot;overview&quot;&gt;Overview&lt;/h2&gt;

&lt;p&gt;Due to a bug in &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;glibc 2.31&lt;/code&gt; (https://bugzilla.redhat.com/show_bug.cgi?id=1722181) with no current workaround, we are unable to publish &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;arm64&lt;/code&gt; &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;ubuntu20.04&lt;/code&gt; containers effective RAPIDS release &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;23.04&lt;/code&gt;. &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;x86_64&lt;/code&gt; containers are not affected. More details may be found in the tracking issue: https://github.com/rapidsai/docker/pull/551&lt;/p&gt;

&lt;h2 id=&quot;impact&quot;&gt;Impact&lt;/h2&gt;

&lt;p&gt;&lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;arm64&lt;/code&gt; users should migrate to &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;ubuntu22.04&lt;/code&gt; as soon as possible.&lt;/p&gt;
</description>
        <pubDate>Thu, 17 Aug 2023 00:00:00 +0000</pubDate>
        <link>https://docs.rapids.ai/notices/rsn0033/</link>
        <guid isPermaLink="true">https://docs.rapids.ai/notices/rsn0033/</guid>
        
        
      </item>
    
      <item>
        <title>Deprecation announcement for cuSignal</title>
        <description>&lt;h2 id=&quot;overview&quot;&gt;Overview&lt;/h2&gt;

&lt;p&gt;The RAPIDS cuSignal repository is integrating into the CuPy repository and will be deprecated in 3 to 4 months. We are tentatively targeting the v23.08 release scheduled for August 10, 2023 as the final release of RAPIDS cuSignal. After the v23.08 release, this repository will be archived during the v23.10 development cycle.&lt;/p&gt;

&lt;h2 id=&quot;impact&quot;&gt;Impact&lt;/h2&gt;
&lt;p&gt;Users should prepare to migrate to CuPy, which will include cuSignal functionality: https://github.com/cupy/cupy&lt;/p&gt;
</description>
        <pubDate>Thu, 17 Aug 2023 00:00:00 +0000</pubDate>
        <link>https://docs.rapids.ai/notices/rsn0032/</link>
        <guid isPermaLink="true">https://docs.rapids.ai/notices/rsn0032/</guid>
        
        
      </item>
    
      <item>
        <title>CUDA 12 pip Wheels Release in v23.06</title>
        <description>&lt;h2 id=&quot;overview&quot;&gt;Overview&lt;/h2&gt;

&lt;p&gt;RAPIDS packages that build pip wheels (rmm, cudf, raft, cuml, cugraph, cuopt, ucx-py) are now building pip wheels with CUDA 12 support. We plan to release these packages in release v23.06.&lt;/p&gt;

&lt;p&gt;CUDA 12 wheels are named with a &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;-cu12&lt;/code&gt; suffix to distinguish them from CUDA 11 wheels which have a &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;-cu11&lt;/code&gt; suffix.&lt;/p&gt;

&lt;h2 id=&quot;impact&quot;&gt;Impact&lt;/h2&gt;

&lt;p&gt;Users should be aware we now are building pip wheels with CUDA 12 support as noted above.&lt;/p&gt;
</description>
        <pubDate>Thu, 17 Aug 2023 00:00:00 +0000</pubDate>
        <link>https://docs.rapids.ai/notices/rsn0031/</link>
        <guid isPermaLink="true">https://docs.rapids.ai/notices/rsn0031/</guid>
        
        
      </item>
    
      <item>
        <title>Docker Image Changes in Release v23.08</title>
        <description>&lt;h2 id=&quot;overview&quot;&gt;Overview&lt;/h2&gt;

&lt;p&gt;The RAPIDS 23.08 release has made changes to end-user Docker images to improve functionality, performance, and maintainability.&lt;/p&gt;

&lt;p&gt;While many of these changes should be seamless to users, &lt;strong&gt;some of them are breaking&lt;/strong&gt;. Users should review the full list of changes in the associated issue: &lt;a href=&quot;https://github.com/rapidsai/docker/issues/539&quot;&gt;https://github.com/rapidsai/docker/issues/539&lt;/a&gt;&lt;/p&gt;

&lt;h2 id=&quot;impact&quot;&gt;Impact&lt;/h2&gt;

&lt;p&gt;Users should be particularly aware of the breaking changes as noted above.&lt;/p&gt;
</description>
        <pubDate>Thu, 17 Aug 2023 00:00:00 +0000</pubDate>
        <link>https://docs.rapids.ai/notices/rsn0030/</link>
        <guid isPermaLink="true">https://docs.rapids.ai/notices/rsn0030/</guid>
        
        
      </item>
    
      <item>
        <title>Dropping Python v3.8 in v23.06</title>
        <description>&lt;h2 id=&quot;overview&quot;&gt;Overview&lt;/h2&gt;

&lt;p&gt;Python 3.8 support will be dropped in the upcoming release of v23.06, scheduled for June 2023. Python 3.9 support will be added at the same time, so that v23.06 will support Python 3.9 and 3.10.&lt;/p&gt;

&lt;h2 id=&quot;impact&quot;&gt;Impact&lt;/h2&gt;

&lt;p&gt;Users should plan to move to a supported Python version 3.9 and/or 3.10 as soon as possible.&lt;/p&gt;
</description>
        <pubDate>Thu, 17 Aug 2023 00:00:00 +0000</pubDate>
        <link>https://docs.rapids.ai/notices/rsn0029/</link>
        <guid isPermaLink="true">https://docs.rapids.ai/notices/rsn0029/</guid>
        
        
      </item>
    
      <item>
        <title>Deprecation announcement for CUDA 11.4 and 11.5 containers</title>
        <description>&lt;h2 id=&quot;overview&quot;&gt;Overview&lt;/h2&gt;

&lt;p&gt;RAPIDS is deprecating &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;CUDA 11.4&lt;/code&gt; and &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;CUDA 11.5&lt;/code&gt; containers effective its &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;v23.04&lt;/code&gt; release. RAPIDS will plan to EOL these containers in a future release (currently targeting &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;v23.06&lt;/code&gt;), at which point &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;CUDA 11.4&lt;/code&gt; and &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;CUDA 11.5&lt;/code&gt; containers will no longer be published.&lt;/p&gt;

&lt;h2 id=&quot;impact&quot;&gt;Impact&lt;/h2&gt;

&lt;p&gt;Once these containers reach EOL (currently targeting &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;v23.06&lt;/code&gt; release), RAPIDS will no longer publish these containers. Note that conda packages will still support &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;CUDA 11.4&lt;/code&gt; and &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;CUDA 11.5&lt;/code&gt; due to CUDA Enhanced Compatibility.&lt;/p&gt;
</description>
        <pubDate>Thu, 17 Aug 2023 00:00:00 +0000</pubDate>
        <link>https://docs.rapids.ai/notices/rsn0027/</link>
        <guid isPermaLink="true">https://docs.rapids.ai/notices/rsn0027/</guid>
        
        
      </item>
    
      <item>
        <title>22.06 Hotfix for `cuda-python` Package</title>
        <description>&lt;h2 id=&quot;overview&quot;&gt;Overview&lt;/h2&gt;

&lt;p&gt;RAPIDS v22.06 was hotfixed to pin the &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;cuda-python&lt;/code&gt; package dependency to a maximum version of &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;11.7.0&lt;/code&gt; for several RAPIDS libraries.&lt;/p&gt;

&lt;h2 id=&quot;rationale&quot;&gt;Rationale&lt;/h2&gt;

&lt;p&gt;&lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;cuda-python&lt;/code&gt; version &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;11.7.1&lt;/code&gt; was recently released, which switched its dependency on the &lt;a href=&quot;https://anaconda.org/nvidia/cudatoolkit&quot;&gt;cudatoolkit&lt;/a&gt; package to the &lt;a href=&quot;https://anaconda.org/nvidia/cuda-toolkit&quot;&gt;cuda-toolkit&lt;/a&gt; package. This dependency change had unintended consequences for several RAPIDS libraries, including blocking installation for some users.&lt;/p&gt;

&lt;h2 id=&quot;impact&quot;&gt;Impact&lt;/h2&gt;

&lt;p&gt;All users are recommended to use the latest &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;22.06.01&lt;/code&gt; version of all RAPIDS libraries.&lt;/p&gt;
</description>
        <pubDate>Thu, 07 Jul 2022 00:00:00 +0000</pubDate>
        <link>https://docs.rapids.ai/notices/rgn0028/</link>
        <guid isPermaLink="true">https://docs.rapids.ai/notices/rgn0028/</guid>
        
        
      </item>
    
      <item>
        <title>Deprecation announcement for CUDA 11.0 in v22.06</title>
        <description>&lt;h2 id=&quot;overview&quot;&gt;Overview&lt;/h2&gt;

&lt;p&gt;&lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;CUDA 11.0&lt;/code&gt; will be deprecated in our upcoming release of &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;v22.06&lt;/code&gt;
scheduled for June 2022. After the &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;v22.06&lt;/code&gt; release, users should expect
that support for &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;CUDA 11.0&lt;/code&gt; may be dropped at any point.&lt;/p&gt;

&lt;h2 id=&quot;impact&quot;&gt;Impact&lt;/h2&gt;

&lt;p&gt;Users should plan to move to &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;CUDA 11.2+&lt;/code&gt; as soon as possible or update their driver
to &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;r450.80.02&lt;/code&gt; or higher to take advantage of the CUDA Enhanced Compatibility capability. Future
support of additional &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;CUDA 11.X&lt;/code&gt; versions are being worked on for upcoming
releases. Further details will be shared in RSN notices as they become
available.&lt;/p&gt;
</description>
        <pubDate>Wed, 08 Jun 2022 00:00:00 +0000</pubDate>
        <link>https://docs.rapids.ai/notices/rsn0017/</link>
        <guid isPermaLink="true">https://docs.rapids.ai/notices/rsn0017/</guid>
        
        
      </item>
    
      <item>
        <title>SQL migration in v21.12</title>
        <description>&lt;h2 id=&quot;overview&quot;&gt;Overview&lt;/h2&gt;

&lt;p&gt;RAPIDS will preview its migration path from BlazingSQL to dask-based SQL in 21.12&lt;/p&gt;

&lt;h2 id=&quot;impact&quot;&gt;Impact&lt;/h2&gt;

&lt;p&gt;21.12 will contain a preview of a migration path for users to use RAPIDS with dask-based SQL&lt;/p&gt;
</description>
        <pubDate>Thu, 17 Feb 2022 00:00:00 +0000</pubDate>
        <link>https://docs.rapids.ai/notices/rsn0012/</link>
        <guid isPermaLink="true">https://docs.rapids.ai/notices/rsn0012/</guid>
        
        
      </item>
    
      <item>
        <title>Google Colab RAPIDS support limited to RAPIDS v21.12</title>
        <description>&lt;h2 id=&quot;overview&quot;&gt;Overview&lt;/h2&gt;

&lt;p&gt;RAPIDS &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;v22.02&lt;/code&gt; requires Python &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;3.8+&lt;/code&gt;; Google Colab is currently limited to
Python &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;3.7&lt;/code&gt;. Google Colab will only support up to RAPIDS &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;v21.12&lt;/code&gt; until
Colab support for Python &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;3.8+&lt;/code&gt; is complete. Users may make use of &lt;a href=&quot;/notices/rgn0023&quot;&gt;SageMaker
Studio Labs as an alternative “Try it Now”&lt;/a&gt; for Stable (&lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;v22.02&lt;/code&gt;), Nightly (&lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;v22.04&lt;/code&gt;),
and Legacy (&lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;v21.12&lt;/code&gt;) RAPIDS trials.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;NOTE:&lt;/strong&gt; Refer to &lt;a href=&quot;/notices/rsn0014&quot;&gt;RSN 14&lt;/a&gt; for more information about EOL support
of Python &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;3.7&lt;/code&gt;.&lt;/p&gt;

&lt;h2 id=&quot;status&quot;&gt;Status&lt;/h2&gt;

&lt;ul&gt;
  &lt;li&gt;&lt;strong&gt;12-Feb-2022&lt;/strong&gt; - Warnings have been added to links to Colab on RAPIDS
website; links to SageMaker Studio Lab have been added.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;impact&quot;&gt;Impact&lt;/h2&gt;

&lt;p&gt;Google Colab support for RAPIDS is currently limited to RAPIDS version &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;v21.12&lt;/code&gt;.
Users can use SageMaker Studio Lab for all Stable (&lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;v22.02&lt;/code&gt;), Nightly (&lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;v22.04&lt;/code&gt;),
and Legacy (&lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;v21.12&lt;/code&gt;) RAPIDS versions.&lt;/p&gt;
</description>
        <pubDate>Thu, 17 Feb 2022 00:00:00 +0000</pubDate>
        <link>https://docs.rapids.ai/notices/rgn0022/</link>
        <guid isPermaLink="true">https://docs.rapids.ai/notices/rgn0022/</guid>
        
        
      </item>
    
      <item>
        <title>Deprecation announcement for Python v3.7 in v21.12</title>
        <description>&lt;h2 id=&quot;overview&quot;&gt;Overview&lt;/h2&gt;

&lt;p&gt;&lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;Python 3.7&lt;/code&gt; will be deprecated in our upcoming release of &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;v21.12&lt;/code&gt;
scheduled for December 2021. After the &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;v21.12&lt;/code&gt; release, users should expect
that support for &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;Python 3.7&lt;/code&gt; may be dropped at any point.&lt;/p&gt;

&lt;h2 id=&quot;impact&quot;&gt;Impact&lt;/h2&gt;

&lt;p&gt;Users should plan to move to &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;Python 3.8&lt;/code&gt; as soon as possible. Future
support of additional &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;Python 3.9&lt;/code&gt; version is being worked on for upcoming
releases. Further details will be shared in RSN notices as they become
available.&lt;/p&gt;
</description>
        <pubDate>Thu, 03 Feb 2022 00:00:00 +0000</pubDate>
        <link>https://docs.rapids.ai/notices/rsn0013/</link>
        <guid isPermaLink="true">https://docs.rapids.ai/notices/rsn0013/</guid>
        
        
      </item>
    
      <item>
        <title>cuDF v21.12.02 Hotfix Release</title>
        <description>&lt;h2 id=&quot;overview&quot;&gt;Overview&lt;/h2&gt;

&lt;p&gt;&lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;cuDF&lt;/code&gt; was hotfixed to version &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;v21.12.02&lt;/code&gt;.&lt;/p&gt;

&lt;h2 id=&quot;rationale&quot;&gt;Rationale&lt;/h2&gt;

&lt;p&gt;&lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;cuDF&lt;/code&gt; was hotfixed to &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;v21.12.02&lt;/code&gt; in order to fix a performance regression as noted in &lt;a href=&quot;https://github.com/rapidsai/cudf/pull/9898&quot;&gt;#9898&lt;/a&gt;.&lt;/p&gt;

&lt;h2 id=&quot;impact&quot;&gt;Impact&lt;/h2&gt;

&lt;p&gt;All v21.12 users are encouraged to update the &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;cuDF&lt;/code&gt; library to &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;v21.12.02&lt;/code&gt; as soon as possible.&lt;/p&gt;
</description>
        <pubDate>Thu, 16 Dec 2021 00:00:00 +0000</pubDate>
        <link>https://docs.rapids.ai/notices/rgn0021/</link>
        <guid isPermaLink="true">https://docs.rapids.ai/notices/rgn0021/</guid>
        
        
      </item>
    
      <item>
        <title>cuDF v21.12.01 Hotfix Release</title>
        <description>&lt;h2 id=&quot;overview&quot;&gt;Overview&lt;/h2&gt;

&lt;p&gt;&lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;cuDF&lt;/code&gt; was hotfixed to version &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;v21.12.01&lt;/code&gt;.&lt;/p&gt;

&lt;h2 id=&quot;rationale&quot;&gt;Rationale&lt;/h2&gt;

&lt;p&gt;&lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;cuDF&lt;/code&gt; was hotfixed to &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;v21.12.01&lt;/code&gt; in order to fix the bug, &lt;a href=&quot;https://github.com/rapidsai/cudf/issues/9868&quot;&gt;#9868&lt;/a&gt;.&lt;/p&gt;

&lt;h2 id=&quot;impact&quot;&gt;Impact&lt;/h2&gt;

&lt;p&gt;All v21.12 users are encouraged to update the &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;cuDF&lt;/code&gt; library to &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;v21.12.01&lt;/code&gt; as soon as possible.&lt;/p&gt;
</description>
        <pubDate>Thu, 09 Dec 2021 00:00:00 +0000</pubDate>
        <link>https://docs.rapids.ai/notices/rgn0020/</link>
        <guid isPermaLink="true">https://docs.rapids.ai/notices/rgn0020/</guid>
        
        
      </item>
    
      <item>
        <title>Minimum driver requirement for CUDA 11.0 in v21.12</title>
        <description>&lt;h2 id=&quot;overview&quot;&gt;Overview&lt;/h2&gt;

&lt;p&gt;We are increasing the minimum driver version for RAPIDS CUDA 11.0 to 450.80.02+ in order to support CUDA Enhanced Compatibility&lt;/p&gt;

&lt;h2 id=&quot;impact&quot;&gt;Impact&lt;/h2&gt;

&lt;p&gt;Users should upgrade their driver to &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;450.80.02&lt;/code&gt; or newer to continue using RAPIDS in the future&lt;/p&gt;
</description>
        <pubDate>Tue, 12 Oct 2021 00:00:00 +0000</pubDate>
        <link>https://docs.rapids.ai/notices/rsn0011/</link>
        <guid isPermaLink="true">https://docs.rapids.ai/notices/rsn0011/</guid>
        
        
      </item>
    
      <item>
        <title>Hotfix 21.10 release for RMM and cuDF</title>
        <description>&lt;h2 id=&quot;overview&quot;&gt;Overview&lt;/h2&gt;

&lt;p&gt;&lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;rmm&lt;/code&gt; and &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;cuDF&lt;/code&gt; libraries were hotfixed to version &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;21.10.01&lt;/code&gt;.&lt;/p&gt;

&lt;h2 id=&quot;rationale&quot;&gt;Rationale&lt;/h2&gt;

&lt;p&gt;&lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;rmm&lt;/code&gt; and &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;cuDF&lt;/code&gt; were hotfixed to resolve conda packaging issue observed with third-party files&lt;/p&gt;

&lt;h2 id=&quot;impact&quot;&gt;Impact&lt;/h2&gt;

&lt;p&gt;The fix moves the third-party cmake files from &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;lib64&lt;/code&gt; to &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;lib&lt;/code&gt; subdirectory&lt;/p&gt;
</description>
        <pubDate>Mon, 11 Oct 2021 00:00:00 +0000</pubDate>
        <link>https://docs.rapids.ai/notices/rgn0018/</link>
        <guid isPermaLink="true">https://docs.rapids.ai/notices/rgn0018/</guid>
        
        
      </item>
    
      <item>
        <title>Hotfix 21.08 release for five libraries</title>
        <description>&lt;h2 id=&quot;overview&quot;&gt;Overview&lt;/h2&gt;

&lt;p&gt;Four RAPIDS libraries were hotfixed to version &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;21.08.01&lt;/code&gt; and cuDF was hotfixed to version &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;21.08.02&lt;/code&gt;.&lt;/p&gt;

&lt;h2 id=&quot;rationale&quot;&gt;Rationale&lt;/h2&gt;

&lt;p&gt;&lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;rmm&lt;/code&gt;, &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;cuml&lt;/code&gt;, &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;cugraph&lt;/code&gt;, and &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;cuspatial&lt;/code&gt; were hotfixed to &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;21.08.01&lt;/code&gt;. &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;cudf&lt;/code&gt; was hotfixed to &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;21.08.02&lt;/code&gt;. These five libraries were hotfixed in order to fix the conda package location of the CMake configuration files, &lt;a href=&quot;https://github.com/rapidsai/rapids-cmake/issues/56&quot;&gt;#56&lt;/a&gt;.&lt;/p&gt;

&lt;h2 id=&quot;impact&quot;&gt;Impact&lt;/h2&gt;

&lt;p&gt;All v21.08 users are encouraged to update &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;rmm&lt;/code&gt;, &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;cuml&lt;/code&gt;, &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;cugraph&lt;/code&gt;, and &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;cuspatial&lt;/code&gt; libraries to &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;21.08.01&lt;/code&gt; and &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;cuDF&lt;/code&gt; to &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;21.08.02&lt;/code&gt; as soon as possible.&lt;/p&gt;
</description>
        <pubDate>Mon, 09 Aug 2021 00:00:00 +0000</pubDate>
        <link>https://docs.rapids.ai/notices/rgn0017/</link>
        <guid isPermaLink="true">https://docs.rapids.ai/notices/rgn0017/</guid>
        
        
      </item>
    
      <item>
        <title>cuCIM and cuDF 21.08.01 Hotfix Release</title>
        <description>&lt;h2 id=&quot;overview&quot;&gt;Overview&lt;/h2&gt;

&lt;p&gt;&lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;cuCIM&lt;/code&gt; and &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;cuDF&lt;/code&gt; were hotfixed to version &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;21.08.01&lt;/code&gt;.&lt;/p&gt;

&lt;h2 id=&quot;rationale&quot;&gt;Rationale&lt;/h2&gt;

&lt;p&gt;&lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;cucim&lt;/code&gt; was hotfixed to &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;21.08.01&lt;/code&gt; in order to ensure the compiler stack aligned with the rest of RAPIDS, &lt;a href=&quot;https://github.com/rapidsai/cucim/pull/84&quot;&gt;#84&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;&lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;cudf&lt;/code&gt; was hotfixed to &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;21.08.01&lt;/code&gt; in order to fix the bug, &lt;a href=&quot;https://github.com/rapidsai/cudf/pull/8984&quot;&gt;#8984&lt;/a&gt; and performance degradation in concatenate for string columns, &lt;a href=&quot;https://github.com/rapidsai/cudf/pull/8968&quot;&gt;#8968&lt;/a&gt;.&lt;/p&gt;

&lt;h2 id=&quot;impact&quot;&gt;Impact&lt;/h2&gt;

&lt;p&gt;All v21.08 users are encouraged to update &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;cuCIM&lt;/code&gt; and &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;cuDF&lt;/code&gt; libraries to &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;21.08.01&lt;/code&gt; as soon as possible.&lt;/p&gt;
</description>
        <pubDate>Mon, 09 Aug 2021 00:00:00 +0000</pubDate>
        <link>https://docs.rapids.ai/notices/rgn0016/</link>
        <guid isPermaLink="true">https://docs.rapids.ai/notices/rgn0016/</guid>
        
        
      </item>
    
      <item>
        <title>cuDF v21.06.01 Hotfix Release</title>
        <description>&lt;h2 id=&quot;overview&quot;&gt;Overview&lt;/h2&gt;

&lt;p&gt;&lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;cuDF&lt;/code&gt; was hotfixed to version &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;21.06.01&lt;/code&gt;.&lt;/p&gt;

&lt;h2 id=&quot;rationale&quot;&gt;Rationale&lt;/h2&gt;

&lt;p&gt;&lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;cuDF&lt;/code&gt; was hotfixed to fix an offset error which could lead to data corruption when writing ORC files with multiple large string columns, &lt;a href=&quot;https://github.com/rapidsai/cudf/pull/8538&quot;&gt;#8538&lt;/a&gt;.&lt;/p&gt;

&lt;h2 id=&quot;impact&quot;&gt;Impact&lt;/h2&gt;

&lt;p&gt;All v21.06 users are encouraged to update &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;cuDF&lt;/code&gt; libraries to &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;21.06.01&lt;/code&gt; as soon as possible.&lt;/p&gt;
</description>
        <pubDate>Tue, 22 Jun 2021 00:00:00 +0000</pubDate>
        <link>https://docs.rapids.ai/notices/rgn0015/</link>
        <guid isPermaLink="true">https://docs.rapids.ai/notices/rgn0015/</guid>
        
        
      </item>
    
      <item>
        <title>cuML v21.06.02 Hotfix Release</title>
        <description>&lt;h2 id=&quot;overview&quot;&gt;Overview&lt;/h2&gt;

&lt;p&gt;&lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;cuML&lt;/code&gt; was hotfixed to version &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;21.06.02&lt;/code&gt;.&lt;/p&gt;

&lt;h2 id=&quot;rationale&quot;&gt;Rationale&lt;/h2&gt;

&lt;p&gt;&lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;cuML&lt;/code&gt; was hotfixed (&lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;21.06.01&lt;/code&gt;) to fix a bug with batch sizes larger than 32 bits, &lt;a href=&quot;https://github.com/rapidsai/cuml/pull/3971&quot;&gt;#3971&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;&lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;cuML&lt;/code&gt; was hotfixed (&lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;21.06.02&lt;/code&gt;) to fix a bug with missing OpenMP support, &lt;a href=&quot;https://github.com/rapidsai/cuml/issues/3988&quot;&gt;#3988&lt;/a&gt;.&lt;/p&gt;

&lt;h2 id=&quot;impact&quot;&gt;Impact&lt;/h2&gt;

&lt;p&gt;All v21.06 users are encouraged to update &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;cuML&lt;/code&gt; libraries to &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;21.06.02&lt;/code&gt; as soon as possible.&lt;/p&gt;
</description>
        <pubDate>Tue, 22 Jun 2021 00:00:00 +0000</pubDate>
        <link>https://docs.rapids.ai/notices/rgn0014/</link>
        <guid isPermaLink="true">https://docs.rapids.ai/notices/rgn0014/</guid>
        
        
      </item>
    
      <item>
        <title>RAPIDS switching to CalVer in v0.20 (now v21.06)</title>
        <description>&lt;h2 id=&quot;overview&quot;&gt;Overview&lt;/h2&gt;

&lt;p&gt;All RAPIDS projects are switching their versioning scheme to &lt;a href=&quot;https://calver.org&quot;&gt;Calendar Versioning&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;This versioning will apply to both the overall RAPIDS release and each core library, so we will release &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;cuDF&lt;/code&gt; &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;21.06.00&lt;/code&gt;, &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;cuML&lt;/code&gt; &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;21.06.00&lt;/code&gt;, etc. as part of the overall RAPIDS &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;21.06.00&lt;/code&gt; release.&lt;/p&gt;

&lt;h2 id=&quot;impact&quot;&gt;Impact&lt;/h2&gt;

&lt;p&gt;Instead of a &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;0.20.0&lt;/code&gt; release in June 2021, we will release &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;21.06.00&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;New version format for release: &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;YY.MM.PP&lt;/code&gt;, for example &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;21.06.00&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;New version format for nightlies: &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;YY.MM.PPaYYMMDD&lt;/code&gt;, for example &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;21.06.00a210505&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;Where &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;PP&lt;/code&gt; is the two digit patch number not day.&lt;/p&gt;

&lt;p&gt;ABI &amp;amp; API compatibility will be maintained within each &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;YY.MM.xx&lt;/code&gt; release.&lt;/p&gt;
</description>
        <pubDate>Mon, 17 May 2021 00:00:00 +0000</pubDate>
        <link>https://docs.rapids.ai/notices/rgn0013/</link>
        <guid isPermaLink="true">https://docs.rapids.ai/notices/rgn0013/</guid>
        
        
      </item>
    
      <item>
        <title>Change minimum support gcc/g++ version to 9.x</title>
        <description>&lt;h2 id=&quot;overview&quot;&gt;Overview&lt;/h2&gt;

&lt;p&gt;All RAPIDS projects will require &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;gcc/g++ 9.0+&lt;/code&gt; in order to take advantage of new C++ features, notably including moving to C++17.&lt;/p&gt;

&lt;p&gt;This also aligns RAPIDS with the current conda-forge build stack.&lt;/p&gt;

&lt;h2 id=&quot;status&quot;&gt;Status&lt;/h2&gt;

&lt;p&gt;All &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;conda&lt;/code&gt; builds and &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;docker&lt;/code&gt; images use &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;gcc/g++ 9.3&lt;/code&gt; starting with &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;v0.20&lt;/code&gt; (now &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;v21.06&lt;/code&gt;).&lt;/p&gt;

&lt;h2 id=&quot;impact&quot;&gt;Impact&lt;/h2&gt;

&lt;p&gt;Users building from source should use &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;gcc/g++ 9.0&lt;/code&gt; or higher to build RAPIDS.&lt;/p&gt;
</description>
        <pubDate>Wed, 05 May 2021 00:00:00 +0000</pubDate>
        <link>https://docs.rapids.ai/notices/rsn0008/</link>
        <guid isPermaLink="true">https://docs.rapids.ai/notices/rsn0008/</guid>
        
        
      </item>
    
      <item>
        <title>cuDF v0.19.2 Hotfix Release</title>
        <description>&lt;h2 id=&quot;overview&quot;&gt;Overview&lt;/h2&gt;

&lt;p&gt;&lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;cuDF&lt;/code&gt; was hotfixed to version &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;0.19.2&lt;/code&gt;.&lt;/p&gt;

&lt;h2 id=&quot;rationale&quot;&gt;Rationale&lt;/h2&gt;

&lt;p&gt;&lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;cuDF&lt;/code&gt; was hotfixed to fix a deadlock that could occur in decompression in cuIO, &lt;a href=&quot;https://github.com/rapidsai/cudf/pull/8073&quot;&gt;#8073&lt;/a&gt;.&lt;/p&gt;

&lt;h2 id=&quot;impact&quot;&gt;Impact&lt;/h2&gt;

&lt;p&gt;All v0.19 users are encouraged to update &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;cudf&lt;/code&gt; libraries to &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;0.19.2&lt;/code&gt; as soon as possible.&lt;/p&gt;
</description>
        <pubDate>Wed, 28 Apr 2021 00:00:00 +0000</pubDate>
        <link>https://docs.rapids.ai/notices/rgn0012/</link>
        <guid isPermaLink="true">https://docs.rapids.ai/notices/rgn0012/</guid>
        
        
      </item>
    
      <item>
        <title>cuDF &amp; cuXfilter v0.19.1 Hotfix Release</title>
        <description>&lt;h2 id=&quot;overview&quot;&gt;Overview&lt;/h2&gt;

&lt;p&gt;Both &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;cuDF&lt;/code&gt; and &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;cuXfilter&lt;/code&gt; were hotfixed to version &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;0.19.1&lt;/code&gt;.&lt;/p&gt;

&lt;h2 id=&quot;rationale&quot;&gt;Rationale&lt;/h2&gt;

&lt;p&gt;&lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;cuDF&lt;/code&gt; was hotfixed for two bugs: &lt;a href=&quot;https://github.com/rapidsai/cudf/issues/8023&quot;&gt;#8023&lt;/a&gt; &lt;a href=&quot;https://github.com/rapidsai/cudf/pull/8031&quot;&gt;#8031&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;&lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;cuXfilter&lt;/code&gt; was hotfixed to resolve a &lt;a href=&quot;https://github.com/rapidsai/cuxfilter/pull/271&quot;&gt;dependency conflict&lt;/a&gt;.&lt;/p&gt;

&lt;h2 id=&quot;impact&quot;&gt;Impact&lt;/h2&gt;

&lt;p&gt;All v0.19 users are encouraged to update &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;cudf&lt;/code&gt; &amp;amp; &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;cuxfilter&lt;/code&gt; libraries to &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;0.19.1&lt;/code&gt; as soon as possible.&lt;/p&gt;
</description>
        <pubDate>Thu, 22 Apr 2021 00:00:00 +0000</pubDate>
        <link>https://docs.rapids.ai/notices/rgn0011/</link>
        <guid isPermaLink="true">https://docs.rapids.ai/notices/rgn0011/</guid>
        
        
      </item>
    
      <item>
        <title>cuDF v0.18.2 Hotfix Release</title>
        <description>&lt;h2 id=&quot;overview&quot;&gt;Overview&lt;/h2&gt;

&lt;p&gt;&lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;cuDF&lt;/code&gt; was hotfixed to version &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;0.18.2&lt;/code&gt;.&lt;/p&gt;

&lt;h2 id=&quot;rationale&quot;&gt;Rationale&lt;/h2&gt;

&lt;p&gt;&lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;cuDF&lt;/code&gt; was hotfixed for a &lt;a href=&quot;https://github.com/rapidsai/cudf/issues/7114&quot;&gt;bug&lt;/a&gt; in the parquet file reader.&lt;/p&gt;

&lt;h2 id=&quot;impact&quot;&gt;Impact&lt;/h2&gt;

&lt;p&gt;All v0.18 users are encouraged to update &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;cudf&lt;/code&gt; libraries to &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;0.18.2&lt;/code&gt; as soon as possible.&lt;/p&gt;
</description>
        <pubDate>Thu, 22 Apr 2021 00:00:00 +0000</pubDate>
        <link>https://docs.rapids.ai/notices/rgn0010/</link>
        <guid isPermaLink="true">https://docs.rapids.ai/notices/rgn0010/</guid>
        
        
      </item>
    
      <item>
        <title>Support for CUDA 11.2 in v0.19</title>
        <description>&lt;h2 id=&quot;overview&quot;&gt;Overview&lt;/h2&gt;

&lt;p&gt;With the EOL of &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;CUDA 10.X&lt;/code&gt; announced in &lt;a href=&quot;/notices/rsn0006&quot;&gt;RSN 6&lt;/a&gt;, development
effort has been redirected to support &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;CUDA 11.2&lt;/code&gt; in &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;v0.19&lt;/code&gt; and &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;v0.20&lt;/code&gt;.&lt;/p&gt;

&lt;h2 id=&quot;impact&quot;&gt;Impact&lt;/h2&gt;

&lt;p&gt;Users are encouraged to use &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;CUDA 11.2&lt;/code&gt; if possible and provide feedback to the
RAPIDS libraries as we develop &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;v0.20&lt;/code&gt;.&lt;/p&gt;
</description>
        <pubDate>Wed, 21 Apr 2021 00:00:00 +0000</pubDate>
        <link>https://docs.rapids.ai/notices/rsn0007/</link>
        <guid isPermaLink="true">https://docs.rapids.ai/notices/rsn0007/</guid>
        
        
      </item>
    
      <item>
        <title>EOL CUDA 10.1 &amp; 10.2 in v0.19</title>
        <description>&lt;h2 id=&quot;overview&quot;&gt;Overview&lt;/h2&gt;

&lt;p&gt;&lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;CUDA 10.1&lt;/code&gt; &amp;amp; &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;10.2&lt;/code&gt; have reached end of life (EOL) in RAPIDS &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;v0.19&lt;/code&gt; and will
not be supported in the upcoming release of &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;v0.20&lt;/code&gt;. This includes &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;v0.20&lt;/code&gt;
nightly support which ended on 2021-04-05.&lt;/p&gt;

&lt;h2 id=&quot;status&quot;&gt;Status&lt;/h2&gt;

&lt;h3 id=&quot;release-support---v019&quot;&gt;Release support - &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;v0.19&lt;/code&gt;&lt;/h3&gt;

&lt;ul&gt;
  &lt;li&gt;Final release of &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;conda&lt;/code&gt; packages or &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;docker&lt;/code&gt; images supporting &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;CUDA 10.X&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id=&quot;nightly-support---v020&quot;&gt;Nightly support - &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;v0.20&lt;/code&gt;&lt;/h3&gt;

&lt;ul&gt;
  &lt;li&gt;No further &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;conda&lt;/code&gt; packages or &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;docker&lt;/code&gt; images supporting for &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;CUDA 10.X&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id=&quot;documentation&quot;&gt;Documentation&lt;/h3&gt;

&lt;ul&gt;
  &lt;li&gt;Updates to Docker Hub and NGC repos will be reflected with the &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;v0.19&lt;/code&gt; release&lt;/li&gt;
  &lt;li&gt;Updated &lt;a href=&quot;https://rapids.ai/start#rapids-release-selector&quot;&gt;rapids.ai&lt;/a&gt; release
selector to reflect EOL changes and available install options&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;impact&quot;&gt;Impact&lt;/h2&gt;

&lt;p&gt;Users should migrate to &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;CUDA 11.0&lt;/code&gt; or &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;11.2&lt;/code&gt; for RAPIDS.&lt;/p&gt;
</description>
        <pubDate>Wed, 21 Apr 2021 00:00:00 +0000</pubDate>
        <link>https://docs.rapids.ai/notices/rsn0006/</link>
        <guid isPermaLink="true">https://docs.rapids.ai/notices/rsn0006/</guid>
        
        
      </item>
    
      <item>
        <title>v0.19 Release Extension</title>
        <description>&lt;h2 id=&quot;overview&quot;&gt;Overview&lt;/h2&gt;

&lt;p&gt;The RAPIDS &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;v0.19&lt;/code&gt; release date has been extended for 1 week to 21-Apr-2021.&lt;/p&gt;

&lt;h2 id=&quot;rationale&quot;&gt;Rationale&lt;/h2&gt;

&lt;p&gt;The release is being extended in order to fix a &lt;a href=&quot;https://github.com/rapidsai/cudf/issues/7114&quot;&gt;bug&lt;/a&gt; in the parquet file reader.&lt;/p&gt;

&lt;h2 id=&quot;impact&quot;&gt;Impact&lt;/h2&gt;

&lt;p&gt;See our updated &lt;a href=&quot;/maintainers/&quot;&gt;release schedule&lt;/a&gt; for &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;v0.19&lt;/code&gt;&lt;/p&gt;
</description>
        <pubDate>Wed, 14 Apr 2021 00:00:00 +0000</pubDate>
        <link>https://docs.rapids.ai/notices/rgn0009/</link>
        <guid isPermaLink="true">https://docs.rapids.ai/notices/rgn0009/</guid>
        
        
      </item>
    
      <item>
        <title>Deprecation announcement for CUDA 10.1 &amp; 10.2 in v0.19</title>
        <description>&lt;h2 id=&quot;overview&quot;&gt;Overview&lt;/h2&gt;

&lt;p&gt;&lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;CUDA 10.1&lt;/code&gt; &amp;amp; &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;10.2&lt;/code&gt; will be deprecated in our upcoming release of &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;v0.19&lt;/code&gt;
scheduled for April 2021. After the &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;v0.19&lt;/code&gt; release, users should expect
that support for &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;CUDA 10.X&lt;/code&gt; may be dropped at any point.&lt;/p&gt;

&lt;h2 id=&quot;impact&quot;&gt;Impact&lt;/h2&gt;

&lt;p&gt;Users should plan to move to &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;CUDA 11.0+&lt;/code&gt; as soon as possible. Future
support of additional &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;CUDA 11.X&lt;/code&gt; versions are being worked on for upcoming
releases. Further details will be shared in RSN notices as they become
available.&lt;/p&gt;
</description>
        <pubDate>Thu, 25 Feb 2021 00:00:00 +0000</pubDate>
        <link>https://docs.rapids.ai/notices/rsn0005/</link>
        <guid isPermaLink="true">https://docs.rapids.ai/notices/rsn0005/</guid>
        
        
      </item>
    
      <item>
        <title>v0.18 Release Extension</title>
        <description>&lt;h2 id=&quot;overview&quot;&gt;Overview&lt;/h2&gt;

&lt;p&gt;The RAPIDS &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;v0.18&lt;/code&gt; release date has been extended to 2021-02-24 due to issues
encountered in &lt;a href=&quot;/notices/rdn0002&quot;&gt;RDN 2&lt;/a&gt;&lt;/p&gt;

&lt;h2 id=&quot;impact&quot;&gt;Impact&lt;/h2&gt;

&lt;ul&gt;
  &lt;li&gt;See our updated &lt;a href=&quot;/maintainers/&quot;&gt;release schedule&lt;/a&gt; for
&lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;v0.18&lt;/code&gt;&lt;/li&gt;
  &lt;li&gt;Refer to &lt;a href=&quot;/notices/rdn0002&quot;&gt;RDN 2&lt;/a&gt; for more details on gcc &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;7.5.0&lt;/code&gt;
from-source build changes needed in &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;v0.18+&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
</description>
        <pubDate>Thu, 11 Feb 2021 00:00:00 +0000</pubDate>
        <link>https://docs.rapids.ai/notices/rgn0008/</link>
        <guid isPermaLink="true">https://docs.rapids.ai/notices/rgn0008/</guid>
        
        
      </item>
    
      <item>
        <title>Updates to from-source builds with conda for gcc &apos;7.5.0&apos;</title>
        <description>&lt;h2 id=&quot;overview&quot;&gt;Overview&lt;/h2&gt;

&lt;p&gt;Recently &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;conda-forge&lt;/code&gt; has switched to publish conda packages using the gcc/g++
&lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;9.3.0&lt;/code&gt; build stack. RAPIDS &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;v0.18&lt;/code&gt; has also switched to this build stack for
our conda dependencies resulting in the following changes for developers.&lt;/p&gt;

&lt;h2 id=&quot;impact&quot;&gt;Impact&lt;/h2&gt;

&lt;p&gt;All from-source builds with conda dependencies for CUDA &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;10.1/10.2/11.0&lt;/code&gt; using
gcc &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;7.5.0&lt;/code&gt; are affected and need changes to successfully build RAPIDS &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;v0.18+&lt;/code&gt;&lt;/p&gt;

&lt;blockquote&gt;
  &lt;p&gt;&lt;strong&gt;NOTE:&lt;/strong&gt; CUDA &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;11.0&lt;/code&gt; RAPIDS from-source builds with conda dependencies using
gcc &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;9.3.0&lt;/code&gt; are not impacted (CUDA &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;10.1/10.2&lt;/code&gt; &lt;strong&gt;do not&lt;/strong&gt; support gcc &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;9.3.0&lt;/code&gt;
for builds)&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h3 id=&quot;ubuntu-160418042004&quot;&gt;Ubuntu 16.04/18.04/20.04&lt;/h3&gt;

&lt;p&gt;For all Ubuntu versions, we use this PPA to install gcc &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;7.5.0&lt;/code&gt; and update the
alternatives to set it as the default compiler:&lt;/p&gt;

&lt;div class=&quot;language-plaintext highlighter-rouge&quot;&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;sudo apt-get update
sudo apt-get install -y software-properties-common
sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
sudo apt-get update
sudo apt-get install -y gcc-7 g++-7 libstdc++6
sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-7 7
sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-7 7
sudo update-alternatives --set gcc /usr/bin/gcc-7
sudo update-alternatives --set g++ /usr/bin/g++-7
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;
&lt;blockquote&gt;
  &lt;p&gt;&lt;strong&gt;NOTE:&lt;/strong&gt; The docker equivalent for this code can be found &lt;a href=&quot;https://github.com/rapidsai/gpuci-build-environment/blob/branch-0.18/rapidsai/devel.Dockerfile#L58-L68&quot;&gt;here&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;With the install of gcc &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;7.5.0&lt;/code&gt; and an updated &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;libstdc++6&lt;/code&gt; pkg, you should be
able to build RAPIDS from-source with conda dependencies. If you encounter any
&lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;GLIBC&lt;/code&gt; errors during the build process, be sure the check the version of the
&lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;libstdc++6&lt;/code&gt; package outlined below.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Check &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;libstdc++6&lt;/code&gt; package version&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;In order to build with conda dependencies from &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;conda-forge&lt;/code&gt; the installed
&lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;libstdc++6&lt;/code&gt; package must be &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;&amp;gt;= 9.3.0&lt;/code&gt;. You can verify the current installed
version and available version through the following commands:&lt;/p&gt;

&lt;div class=&quot;language-plaintext highlighter-rouge&quot;&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;sudo apt-get update
sudo apt-cache policy `libstdc++6`
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;If the version is not &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;&amp;gt;= 9.3.0&lt;/code&gt; install the package again to update it:&lt;/p&gt;

&lt;div class=&quot;language-plaintext highlighter-rouge&quot;&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;sudo apt-get install libstdc++6
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;

&lt;h3 id=&quot;centos-78-or-rhel-78&quot;&gt;CentOS 7/8 or RHEL 7/8&lt;/h3&gt;

&lt;p&gt;For CentOS and RHEL we &lt;a href=&quot;https://github.com/rapidsai/gpuci-build-environment/blob/branch-0.18/builds-gcc7/Dockerfile.centos7&quot;&gt;build&lt;/a&gt;
gcc &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;7.5.0&lt;/code&gt; from source for our docker images and make it available as a
tarball. Our public tarball is now patched to include a version of &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;libstdc++&lt;/code&gt;
from a gcc &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;9.3.0&lt;/code&gt; build that allows from-source builds of RAPIDS with conda
dependencies to work.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Installing our patched gcc &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;7.5.0&lt;/code&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Download and extract the tarball to the target machine or docker image. The
tarball is meant to be extracted from the root and extracts into the following
path: &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;/usr/local/gcc7&lt;/code&gt;&lt;/p&gt;

&lt;div class=&quot;language-plaintext highlighter-rouge&quot;&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;sudo wget --quiet https://gpuci.s3.us-east-2.amazonaws.com/builds/gcc7.tgz -O /gcc7.tgz
sudo tar xzf /gcc7.tgz
sudo rm -f /gcc7.tgz
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;
&lt;blockquote&gt;
  &lt;p&gt;&lt;strong&gt;NOTE:&lt;/strong&gt; The docker equivalent for this code can be found &lt;a href=&quot;https://github.com/rapidsai/gpuci-build-environment/blob/branch-0.18/rapidsai/devel-centos7.Dockerfile#L118-L120&quot;&gt;here&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Once extracted, setup the environment variables to enable the use of the
installed gcc &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;7.5.0&lt;/code&gt;:&lt;/p&gt;

&lt;div class=&quot;language-plaintext highlighter-rouge&quot;&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;export GCC7_DIR=/usr/local/gcc7
export CC=${GCC7_DIR}/bin/gcc
export CXX=${GCC7_DIR}/bin/g++
export CUDAHOSTCXX=${GCC7_DIR}/bin/g++
export CUDA_HOME=/usr/local/cuda
export LD_LIBRARY_PATH=${GCC7_DIR}/lib64:$LD_LIBRARY_PATH:/usr/local/cuda/lib64:/usr/local/lib
export PATH=${GCC7_DIR}/bin:$PATH
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;
&lt;blockquote&gt;
  &lt;p&gt;&lt;strong&gt;NOTE:&lt;/strong&gt; The docker equivalent for this code can be found &lt;a href=&quot;https://github.com/rapidsai/gpuci-build-environment/blob/branch-0.18/rapidsai/devel-centos7.Dockerfile#L18-L24&quot;&gt;here&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;From here all &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;./build.sh&lt;/code&gt; scripts in RAPIDS repos should build without error.&lt;/p&gt;
</description>
        <pubDate>Thu, 11 Feb 2021 00:00:00 +0000</pubDate>
        <link>https://docs.rapids.ai/notices/rdn0002/</link>
        <guid isPermaLink="true">https://docs.rapids.ai/notices/rdn0002/</guid>
        
        
      </item>
    
      <item>
        <title>RAPIDS docker image changes in v0.17</title>
        <description>&lt;h2 id=&quot;overview&quot;&gt;Overview&lt;/h2&gt;

&lt;p&gt;The RAPIDS &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;v0.17&lt;/code&gt; docker images have been updated to include &lt;a href=&quot;https://blazingsql.com/&quot;&gt;BlazingSQL&lt;/a&gt;
by default using existing images and tags. New images with the root name of
&lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;rapidsai-core&lt;/code&gt; have been created that only contain RAPIDS libraries.&lt;/p&gt;

&lt;h2 id=&quot;status&quot;&gt;Status&lt;/h2&gt;

&lt;ul&gt;
  &lt;li&gt;&lt;strong&gt;10-Dec-2020&lt;/strong&gt; - Changes have been pushed with the &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;v0.17&lt;/code&gt; release&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;impact&quot;&gt;Impact&lt;/h2&gt;

&lt;p&gt;Refer to the tables below for a comparison of &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;v0.16&lt;/code&gt; &amp;amp; &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;v0.17&lt;/code&gt; behavior and options&lt;/p&gt;

&lt;h3 id=&quot;stable-release-images&quot;&gt;Stable (Release) Images&lt;/h3&gt;

&lt;table&gt;
  &lt;thead&gt;
    &lt;tr&gt;
      &lt;th&gt;Docker Repo&lt;/th&gt;
      &lt;th&gt;Image Type&lt;/th&gt;
      &lt;th&gt;Previous Behavior&lt;/th&gt;
      &lt;th&gt;v0.17+ Behavior&lt;/th&gt;
      &lt;th&gt;Options&lt;/th&gt;
    &lt;/tr&gt;
  &lt;/thead&gt;
  &lt;tbody&gt;
    &lt;tr&gt;
      &lt;td&gt;&lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;rapidsai/rapidsai&lt;/code&gt;&lt;/td&gt;
      &lt;td&gt;&lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;base&lt;/code&gt; &amp;amp; &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;runtime&lt;/code&gt; &lt;strong&gt;conda-based&lt;/strong&gt; images&lt;/td&gt;
      &lt;td&gt;&lt;strong&gt;&lt;em&gt;ONLY&lt;/em&gt;&lt;/strong&gt; RAPIDS&lt;/td&gt;
      &lt;td&gt;RAPIDS &lt;strong&gt;&lt;em&gt;AND&lt;/em&gt;&lt;/strong&gt; BlazingSQL&lt;/td&gt;
      &lt;td&gt;Switch to &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;rapidsai/rapidsai-core&lt;/code&gt; for RAPIDS &lt;strong&gt;&lt;em&gt;ONLY&lt;/em&gt;&lt;/strong&gt; images&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td&gt;&lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;rapidsai/rapidsai-dev&lt;/code&gt;&lt;/td&gt;
      &lt;td&gt;&lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;devel&lt;/code&gt; &lt;strong&gt;from-source&lt;/strong&gt; images&lt;/td&gt;
      &lt;td&gt;&lt;strong&gt;&lt;em&gt;ONLY&lt;/em&gt;&lt;/strong&gt; RAPIDS&lt;/td&gt;
      &lt;td&gt;RAPIDS &lt;strong&gt;&lt;em&gt;AND&lt;/em&gt;&lt;/strong&gt; BlazingSQL&lt;/td&gt;
      &lt;td&gt;Switch to &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;rapidsai/rapidsai-core-dev&lt;/code&gt; for RAPIDS &lt;strong&gt;&lt;em&gt;ONLY&lt;/em&gt;&lt;/strong&gt; images&lt;/td&gt;
    &lt;/tr&gt;
  &lt;/tbody&gt;
&lt;/table&gt;

&lt;h3 id=&quot;nightly-images&quot;&gt;Nightly Images&lt;/h3&gt;

&lt;table&gt;
  &lt;thead&gt;
    &lt;tr&gt;
      &lt;th&gt;Docker Repo&lt;/th&gt;
      &lt;th&gt;Image Type&lt;/th&gt;
      &lt;th&gt;Previous Behavior&lt;/th&gt;
      &lt;th&gt;v0.17+ Behavior&lt;/th&gt;
      &lt;th&gt;Options&lt;/th&gt;
    &lt;/tr&gt;
  &lt;/thead&gt;
  &lt;tbody&gt;
    &lt;tr&gt;
      &lt;td&gt;&lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;rapidsai/rapidsai-nightly&lt;/code&gt;&lt;/td&gt;
      &lt;td&gt;&lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;base&lt;/code&gt; &amp;amp; &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;runtime&lt;/code&gt; &lt;strong&gt;conda-based&lt;/strong&gt; images&lt;/td&gt;
      &lt;td&gt;&lt;strong&gt;&lt;em&gt;ONLY&lt;/em&gt;&lt;/strong&gt; RAPIDS&lt;/td&gt;
      &lt;td&gt;RAPIDS &lt;strong&gt;&lt;em&gt;AND&lt;/em&gt;&lt;/strong&gt; BlazingSQL&lt;/td&gt;
      &lt;td&gt;Switch to &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;rapidsai/rapidsai-core-nightly&lt;/code&gt; for RAPIDS &lt;strong&gt;&lt;em&gt;ONLY&lt;/em&gt;&lt;/strong&gt; images&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td&gt;&lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;rapidsai/rapidsai-dev-nightly&lt;/code&gt;&lt;/td&gt;
      &lt;td&gt;&lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;devel&lt;/code&gt; &lt;strong&gt;from-source&lt;/strong&gt; images&lt;/td&gt;
      &lt;td&gt;&lt;strong&gt;&lt;em&gt;ONLY&lt;/em&gt;&lt;/strong&gt; RAPIDS&lt;/td&gt;
      &lt;td&gt;RAPIDS &lt;strong&gt;&lt;em&gt;AND&lt;/em&gt;&lt;/strong&gt; BlazingSQL&lt;/td&gt;
      &lt;td&gt;Switch to &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;rapidsai/rapidsai-core-dev-nightly&lt;/code&gt; for RAPIDS &lt;strong&gt;&lt;em&gt;ONLY&lt;/em&gt;&lt;/strong&gt; images&lt;/td&gt;
    &lt;/tr&gt;
  &lt;/tbody&gt;
&lt;/table&gt;
</description>
        <pubDate>Thu, 10 Dec 2020 00:00:00 +0000</pubDate>
        <link>https://docs.rapids.ai/notices/rgn0007/</link>
        <guid isPermaLink="true">https://docs.rapids.ai/notices/rgn0007/</guid>
        
        
      </item>
    
      <item>
        <title>v0.16 Release Extension</title>
        <description>&lt;h2 id=&quot;overview&quot;&gt;Overview&lt;/h2&gt;

&lt;p&gt;The RAPIDS &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;v0.16&lt;/code&gt; release date has been extended for 1 week to 2020-10-21&lt;/p&gt;

&lt;h2 id=&quot;impact&quot;&gt;Impact&lt;/h2&gt;

&lt;p&gt;See our updated &lt;a href=&quot;/maintainers/&quot;&gt;release schedule&lt;/a&gt; for
&lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;v0.16&lt;/code&gt;&lt;/p&gt;
</description>
        <pubDate>Wed, 07 Oct 2020 00:00:00 +0000</pubDate>
        <link>https://docs.rapids.ai/notices/rgn0006/</link>
        <guid isPermaLink="true">https://docs.rapids.ai/notices/rgn0006/</guid>
        
        
      </item>
    
      <item>
        <title>Google Colab RAPIDS support limited to RAPIDS 0.14</title>
        <description>&lt;h2 id=&quot;overview&quot;&gt;Overview&lt;/h2&gt;

&lt;p&gt;RAPIDS &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;0.15&lt;/code&gt; requires Python &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;3.7+&lt;/code&gt;; Google Colab is currently limited to
Python &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;3.6&lt;/code&gt;. Google Colab will only support up to RAPIDS &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;0.14&lt;/code&gt; until
Colab support for Python &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;3.7+&lt;/code&gt; is complete. Users may make use of BlazingSQL
Notebooks at &lt;a href=&quot;http://app.blazingsql.com&quot;&gt;http://app.blazingsql.com&lt;/a&gt; for RAPIDS &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;0.15&lt;/code&gt; support.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;NOTE:&lt;/strong&gt; Refer to &lt;a href=&quot;/notices/rsn0002&quot;&gt;RSN 2&lt;/a&gt; for more information about EOL support
of Python &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;3.6&lt;/code&gt; &amp;amp; CUDA &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;10.0&lt;/code&gt;&lt;/p&gt;

&lt;h2 id=&quot;status&quot;&gt;Status&lt;/h2&gt;

&lt;ul&gt;
  &lt;li&gt;&lt;strong&gt;11-Sep-2020&lt;/strong&gt; - Warnings have been added to links to Colab on RAPIDS
website; links to BlazingSQL Notebooks have been added.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;impact&quot;&gt;Impact&lt;/h2&gt;

&lt;p&gt;Google Colab support for RAPIDS is currently limited to RAPIDS version &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;0.14&lt;/code&gt;.
Users can use BlazingSQL Notebooks for RAPIDS &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;0.15&lt;/code&gt;.&lt;/p&gt;
</description>
        <pubDate>Tue, 15 Sep 2020 00:00:00 +0000</pubDate>
        <link>https://docs.rapids.ai/notices/rgn0005/</link>
        <guid isPermaLink="true">https://docs.rapids.ai/notices/rgn0005/</guid>
        
        
      </item>
    
      <item>
        <title>v0.15 Release Delay for &apos;cuxfilter&apos;</title>
        <description>&lt;h2 id=&quot;overview&quot;&gt;Overview&lt;/h2&gt;

&lt;p&gt;&lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;cuxfilter&lt;/code&gt; depends on Numba &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;v0.51&lt;/code&gt;. Currently there is only &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;v0.51.0&lt;/code&gt; there
are known issues with this release for other RAPIDS libraries and we need to
wait for &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;v0.51.1&lt;/code&gt; to release &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;cuxfilter&lt;/code&gt;.&lt;/p&gt;

&lt;h2 id=&quot;status&quot;&gt;Status&lt;/h2&gt;

&lt;ul&gt;
  &lt;li&gt;&lt;strong&gt;26-Aug-2020&lt;/strong&gt; - Released RAPIDS &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;v0.15&lt;/code&gt; without &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;cuxfilter&lt;/code&gt;&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;08-Sept-2020&lt;/strong&gt; - Re-released RAPIDS &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;v0.15&lt;/code&gt; with &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;cuxfilter&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;impact&quot;&gt;Impact&lt;/h2&gt;

&lt;p&gt;Users are encouraged to use the previous version of &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;cuxfilter&lt;/code&gt; from &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;v0.15&lt;/code&gt;
until this is resolved.&lt;/p&gt;
</description>
        <pubDate>Tue, 08 Sep 2020 00:00:00 +0000</pubDate>
        <link>https://docs.rapids.ai/notices/rgn0004/</link>
        <guid isPermaLink="true">https://docs.rapids.ai/notices/rgn0004/</guid>
        
        
      </item>
    
      <item>
        <title>Stable/Release Branch Renaming to &apos;main&apos; in v0.15</title>
        <description>&lt;h2 id=&quot;overview&quot;&gt;Overview&lt;/h2&gt;

&lt;p&gt;RAPIDS has decided to follow other Open Source projects in renaming their
“default” git branch to &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;main&lt;/code&gt;. Starting with the &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;v0.15&lt;/code&gt; release, the existing
RAPIDS stable/release branch will be removed and all references should use the
&lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;main&lt;/code&gt; branch going forward.&lt;/p&gt;

&lt;blockquote&gt;
  &lt;p&gt;&lt;strong&gt;NOTE:&lt;/strong&gt; RAPIDS uses &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;branch-X.Y&lt;/code&gt; as our GitHub default branch for
development; however, our stable/release branch is typically the “default”
branch for others and new git projects.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;For more information read the &lt;a href=&quot;https://github.com/github/renaming/&quot;&gt;GitHub docs&lt;/a&gt;
detailing their plan for renaming branches.&lt;/p&gt;

&lt;h2 id=&quot;status&quot;&gt;Status&lt;/h2&gt;

&lt;h3 id=&quot;updates&quot;&gt;Updates&lt;/h3&gt;

&lt;ul&gt;
  &lt;li&gt;&lt;strong&gt;10-Jul-2020&lt;/strong&gt; - &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;main&lt;/code&gt; branches were added to all repos with an existing
stable/release branch&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;15-Jul-2020&lt;/strong&gt; - Documentation with outdated references were updated with PRs
to &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;main&lt;/code&gt;&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;Completed&lt;/strong&gt; - PRs to update scripts and other mentions will be merged into
&lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;branch-0.15&lt;/code&gt; and then into &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;main&lt;/code&gt;&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;26-Aug-2020&lt;/strong&gt; - Release &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;v0.15&lt;/code&gt; occurred and using the &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;main&lt;/code&gt; branch&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;28-Aug-2020&lt;/strong&gt; - Renaming complete, old branches removed&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;impact&quot;&gt;Impact&lt;/h2&gt;

&lt;p&gt;Any other projects or developers referring to our current stable/release branch
will no longer work or may redirect incorrectly. This includes search and web
links that link to GitHub.&lt;/p&gt;

&lt;p&gt;From the &lt;a href=&quot;https://github.com/github/renaming/&quot;&gt;GitHub docs&lt;/a&gt; on renaming, there
will be some redirects in place; however, they will redirect to the GitHub
“default” branch which in our case means links to stable/release will redirect
to our development branch. This may cause some confusion, but we will do our
best to ensure the links are updated.&lt;/p&gt;

&lt;p&gt;Users that find outdated links should open an issue in the repo they have been
found. For updates on this docs site or &lt;a href=&quot;https://rapids.ai&quot;&gt;rapids.ai&lt;/a&gt;, file an
issue &lt;a href=&quot;https://github.com/rapidsai/docs/issues/new/choose&quot;&gt;here&lt;/a&gt;.&lt;/p&gt;
</description>
        <pubDate>Fri, 28 Aug 2020 00:00:00 +0000</pubDate>
        <link>https://docs.rapids.ai/notices/rgn0001/</link>
        <guid isPermaLink="true">https://docs.rapids.ai/notices/rgn0001/</guid>
        
        
      </item>
    
      <item>
        <title>Support for CUDA 11.0 in v0.15</title>
        <description>&lt;h2 id=&quot;overview&quot;&gt;Overview&lt;/h2&gt;

&lt;p&gt;With the EOL of &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;CUDA 10.0&lt;/code&gt; announced in &lt;a href=&quot;/notices/rsn0002&quot;&gt;RSN 2&lt;/a&gt;, development
effort has been redirected to support &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;CUDA 11.0&lt;/code&gt; in &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;v0.15&lt;/code&gt;.&lt;/p&gt;

&lt;p&gt;&lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;CuPy&lt;/code&gt; has released &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;v7.8.0&lt;/code&gt; with &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;CUDA 11.0&lt;/code&gt; support. We have temporarily built
a version of the &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;cupy&lt;/code&gt; package in &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;rapidsai&lt;/code&gt; &lt;a href=&quot;https://anaconda.org/rapidsai/cupy/files?version=7.8.0&quot;&gt;channel&lt;/a&gt;
that has &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;CUDA 11.0&lt;/code&gt; support. In addition we have temporarily built &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;faiss&lt;/code&gt;,
&lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;faiss-gpu&lt;/code&gt;, &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;libfaiss&lt;/code&gt; to support &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;CUDA 11.0&lt;/code&gt; in the &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;rapidsai&lt;/code&gt; &lt;a href=&quot;https://anaconda.org/rapidsai/faiss/files?version=7.8.0&quot;&gt;channel&lt;/a&gt;.
These packages are a stop-gap until &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;conda-forge&lt;/code&gt; provides support for
&lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;CUDA 11.0&lt;/code&gt;. Once packages are up on &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;conda-forge&lt;/code&gt; we will remove our packages.&lt;/p&gt;

&lt;blockquote&gt;
  &lt;p&gt;&lt;strong&gt;NOTE:&lt;/strong&gt; &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;v0.16&lt;/code&gt; nightlies will continue to use our &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;v7.8.0&lt;/code&gt; package for
&lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;CUDA 11.0&lt;/code&gt; until an update is made on &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;conda-forge&lt;/code&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h2 id=&quot;status&quot;&gt;Status&lt;/h2&gt;

&lt;h3 id=&quot;updates&quot;&gt;Updates&lt;/h3&gt;

&lt;ul&gt;
  &lt;li&gt;&lt;strong&gt;21-Jul-2020&lt;/strong&gt; - Working on getting core &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;conda&lt;/code&gt; dependencies for
&lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;CUDA 11.0&lt;/code&gt; built to enable testing and bring up&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;12-Aug-2020&lt;/strong&gt; - CUDA 11 packages released in &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;rapidsai-nightly&lt;/code&gt; channel&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;26-Aug-2020&lt;/strong&gt; - CUDA 11 &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;condatoolkit&lt;/code&gt; published in &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;anaconda&lt;/code&gt; and
&lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;defaults&lt;/code&gt; channels (also available on &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;nvidia&lt;/code&gt; channel)&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;26-Aug-2020&lt;/strong&gt; - Released v0.15 with CUDA 11 support&lt;/li&gt;
&lt;/ul&gt;
</description>
        <pubDate>Wed, 26 Aug 2020 00:00:00 +0000</pubDate>
        <link>https://docs.rapids.ai/notices/rsn0004/</link>
        <guid isPermaLink="true">https://docs.rapids.ai/notices/rsn0004/</guid>
        
        
      </item>
    
      <item>
        <title>v0.15 No CUDA 11 Release for &apos;clx&apos;</title>
        <description>&lt;h2 id=&quot;overview&quot;&gt;Overview&lt;/h2&gt;

&lt;p&gt;&lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;clx&lt;/code&gt; depends on PyTorch &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;v1.6&lt;/code&gt; which does not have &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;CUDA 11.0&lt;/code&gt; support
currently. The &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;v0.15&lt;/code&gt; release of &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;clx&lt;/code&gt; will only support &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;CUDA 10.1&lt;/code&gt; &amp;amp;
&lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;CUDA 10.2&lt;/code&gt;.&lt;/p&gt;

&lt;h2 id=&quot;status&quot;&gt;Status&lt;/h2&gt;

&lt;ul&gt;
  &lt;li&gt;&lt;strong&gt;26-Aug-2020&lt;/strong&gt; - Released &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;CUDA 10.1&lt;/code&gt; and &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;CUDA 10.2&lt;/code&gt; support for &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;clx&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;impact&quot;&gt;Impact&lt;/h2&gt;

&lt;p&gt;Users are encouraged to use nightly &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;conda&lt;/code&gt; packages in &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;v0.16&lt;/code&gt; when &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;CUDA 11&lt;/code&gt;
support is available.&lt;/p&gt;
</description>
        <pubDate>Wed, 26 Aug 2020 00:00:00 +0000</pubDate>
        <link>https://docs.rapids.ai/notices/rgn0002/</link>
        <guid isPermaLink="true">https://docs.rapids.ai/notices/rgn0002/</guid>
        
        
      </item>
    
      <item>
        <title>&apos;dask-xgboost&apos; is deprecated in v0.15 &amp; removed v0.16</title>
        <description>&lt;h2 id=&quot;overview&quot;&gt;Overview&lt;/h2&gt;

&lt;p&gt;&lt;a href=&quot;https://github.com/rapidsai/dask-xgboost&quot;&gt;&lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;rapidsai/dask-xgboost&lt;/code&gt;&lt;/a&gt; is
deprecated in &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;v0.15&lt;/code&gt; and will be removed in &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;v0.16&lt;/code&gt;. As of release 1.0, XGBoost
provides a native &lt;a href=&quot;https://xgboost.readthedocs.io/en/latest/tutorials/dask.html&quot;&gt;Dask API&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;The native XGBoost API has all of the functionality of dask-xgboost, combined
with an updated, clean API and much more extensive testing. All users are
encouraged to switch to the native API. See also this &lt;a href=&quot;https://medium.com/rapids-ai/a-new-official-dask-api-for-xgboost-e8b10f3d1eb7&quot;&gt;blog post&lt;/a&gt;
for an overview.&lt;/p&gt;

&lt;h2 id=&quot;status&quot;&gt;Status&lt;/h2&gt;

&lt;ul&gt;
  &lt;li&gt;Added a &lt;a href=&quot;https://github.com/rapidsai/dask-xgboost/pull/4/files&quot;&gt;deprecation warning&lt;/a&gt;
to the RAPIDS &lt;a href=&quot;https://github.com/rapidsai/dask-xgboost&quot;&gt;&lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;rapidsai/dask-xgboost&lt;/code&gt;&lt;/a&gt;
repo&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;impact&quot;&gt;Impact&lt;/h2&gt;

&lt;p&gt;Any other projects or developers using our version of &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;rapidsai/dask-xgboost&lt;/code&gt;
should switch to the upstream repo &lt;a href=&quot;https://github.com/dask/dask-xgboost&quot;&gt;dask/dask-xgboost&lt;/a&gt;&lt;/p&gt;
</description>
        <pubDate>Wed, 26 Aug 2020 00:00:00 +0000</pubDate>
        <link>https://docs.rapids.ai/notices/rdn0001/</link>
        <guid isPermaLink="true">https://docs.rapids.ai/notices/rdn0001/</guid>
        
        
      </item>
    
      <item>
        <title>v0.15 Release Extension</title>
        <description>&lt;h2 id=&quot;overview&quot;&gt;Overview&lt;/h2&gt;

&lt;p&gt;The RAPIDS &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;v0.15&lt;/code&gt; release date has been extended for 1 week to 26-Aug-2020 to
better support CUDA 11.&lt;/p&gt;

&lt;h2 id=&quot;rationale&quot;&gt;Rationale&lt;/h2&gt;

&lt;p&gt;Core RAPIDS dependencies like &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;CuPy&lt;/code&gt; and &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;Numba&lt;/code&gt; are planning to release stable
or release candidate versions that support CUDA 11 on or around 19-Aug-2020.
Given their release dates are scheduled on the original release date for RAPIDS
&lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;v0.15&lt;/code&gt;, we are extending the release so we can ship with more stable
dependencies instead.&lt;/p&gt;

&lt;h2 id=&quot;impact&quot;&gt;Impact&lt;/h2&gt;

&lt;p&gt;See our updated &lt;a href=&quot;/maintainers/&quot;&gt;release schedule&lt;/a&gt; for
&lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;v0.15&lt;/code&gt;&lt;/p&gt;
</description>
        <pubDate>Wed, 05 Aug 2020 00:00:00 +0000</pubDate>
        <link>https://docs.rapids.ai/notices/rgn0003/</link>
        <guid isPermaLink="true">https://docs.rapids.ai/notices/rgn0003/</guid>
        
        
      </item>
    
      <item>
        <title>Support for Python 3.8 in v0.15</title>
        <description>&lt;h2 id=&quot;overview&quot;&gt;Overview&lt;/h2&gt;

&lt;p&gt;With the EOL of &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;Python 3.6&lt;/code&gt; announced in &lt;a href=&quot;/notices/rsn0002&quot;&gt;RSN 2&lt;/a&gt;, development
effort has been redirected to support &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;Python 3.8&lt;/code&gt; in &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;v0.15&lt;/code&gt;.&lt;/p&gt;

&lt;h2 id=&quot;status&quot;&gt;Status&lt;/h2&gt;

&lt;ul&gt;
  &lt;li&gt;&lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;Python 3.8&lt;/code&gt; nightly support started on 16-Jul-2020 for both &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;conda&lt;/code&gt; and
&lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;docker&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;impact&quot;&gt;Impact&lt;/h2&gt;

&lt;p&gt;Users are encouraged to test nightly &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;conda&lt;/code&gt; and &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;docker&lt;/code&gt; builds and report any
issues in their respective repos.&lt;/p&gt;
</description>
        <pubDate>Fri, 17 Jul 2020 00:00:00 +0000</pubDate>
        <link>https://docs.rapids.ai/notices/rsn0003/</link>
        <guid isPermaLink="true">https://docs.rapids.ai/notices/rsn0003/</guid>
        
        
      </item>
    
      <item>
        <title>Change minimum support gcc/g++ version to 7.5</title>
        <description>&lt;h2 id=&quot;overview&quot;&gt;Overview&lt;/h2&gt;

&lt;p&gt;Changes in the &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;conda-forge&lt;/code&gt; ecosystem forced RAPIDS to change from
&lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;gcc/g++ 7.3&lt;/code&gt; support to &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;gcc/g++ 7.5&lt;/code&gt; support for &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;v0.14&lt;/code&gt; and future releases.&lt;/p&gt;

&lt;h2 id=&quot;status&quot;&gt;Status&lt;/h2&gt;

&lt;p&gt;All &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;conda&lt;/code&gt; and &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;docker&lt;/code&gt; images use &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;gcc/g++ 7.5&lt;/code&gt; to ensure compatibility with
&lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;conda-forge&lt;/code&gt;&lt;/p&gt;

&lt;h2 id=&quot;impact&quot;&gt;Impact&lt;/h2&gt;

&lt;p&gt;Users building from source should use &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;gcc/g++ 7.5&lt;/code&gt; or higher to build RAPIDS.&lt;/p&gt;
</description>
        <pubDate>Fri, 17 Jul 2020 00:00:00 +0000</pubDate>
        <link>https://docs.rapids.ai/notices/rsn0001/</link>
        <guid isPermaLink="true">https://docs.rapids.ai/notices/rsn0001/</guid>
        
        
      </item>
    
      <item>
        <title>EOL Python 3.6 &amp; CUDA 10.0 in v0.14</title>
        <description>&lt;h2 id=&quot;overview&quot;&gt;Overview&lt;/h2&gt;

&lt;p&gt;&lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;Python 3.6&lt;/code&gt; and &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;CUDA 10.0&lt;/code&gt; have reached end of life (EOL) in RAPIDS &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;v0.14&lt;/code&gt;
and will not be supported in the upcoming release of &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;v0.15&lt;/code&gt;. This includes
&lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;v0.15&lt;/code&gt; nightly support which ended on 13-Jul-2020.&lt;/p&gt;

&lt;h2 id=&quot;status&quot;&gt;Status&lt;/h2&gt;

&lt;h3 id=&quot;nightly-support&quot;&gt;Nightly support&lt;/h3&gt;

&lt;ul&gt;
  &lt;li&gt;Has ended as of &lt;strong&gt;13-Jul-2020&lt;/strong&gt;
    &lt;ul&gt;
      &lt;li&gt;No further &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;conda&lt;/code&gt; packages or &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;docker&lt;/code&gt; images will be released for these
versions&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id=&quot;documentation&quot;&gt;Documentation&lt;/h3&gt;

&lt;ul&gt;
  &lt;li&gt;Updates to Docker Hub and NGC repos will be reflected with the &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;v0.15&lt;/code&gt; release&lt;/li&gt;
  &lt;li&gt;Updated &lt;a href=&quot;https://rapids.ai/start#rapids-release-selector&quot;&gt;rapids.ai&lt;/a&gt; release
selector to reflect EOL&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;rationale&quot;&gt;Rationale&lt;/h2&gt;

&lt;h3 id=&quot;python-36-eol&quot;&gt;Python 3.6 EOL&lt;/h3&gt;

&lt;p&gt;Due to &lt;a href=&quot;https://numpy.org/neps/nep-0029-deprecation_policy.html&quot;&gt;NEP 29&lt;/a&gt; support
for &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;Python 3.6&lt;/code&gt; in a large number of our dependent libraries was removed in
late June 2020. Some libraries are continuing to publish &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;Python 3.6&lt;/code&gt; packages;
however, others are working towards discontinuing them in the near future.&lt;/p&gt;

&lt;p&gt;Given the push of the community to focus on &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;Python 3.7 &amp;amp; 3.8&lt;/code&gt; we opted to spend
our resources on &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;Python 3.8&lt;/code&gt; bring up for &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;v0.15&lt;/code&gt;. See &lt;a href=&quot;/notices/rsn0003&quot;&gt;RSN 3&lt;/a&gt;
for updates.&lt;/p&gt;

&lt;h3 id=&quot;cuda-100-eol&quot;&gt;CUDA 10.0 EOL&lt;/h3&gt;

&lt;p&gt;Given community input and the release of &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;CUDA 11.0&lt;/code&gt;, the team has opted to EOL
&lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;CUDA 10.0&lt;/code&gt; in favor of bring up for &lt;strong&gt;&lt;em&gt;beta&lt;/em&gt;&lt;/strong&gt; support of &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;CUDA 11.0&lt;/code&gt; in
&lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;v0.15&lt;/code&gt;. See &lt;a href=&quot;/notices/rsn0004&quot;&gt;RSN 4&lt;/a&gt; for updates.&lt;/p&gt;

&lt;h2 id=&quot;impact&quot;&gt;Impact&lt;/h2&gt;

&lt;p&gt;Users should migrate to &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;Python 3.7&lt;/code&gt; &amp;amp; &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;CUDA 10.1&lt;/code&gt; our new defaults for RAPIDS.&lt;/p&gt;
</description>
        <pubDate>Mon, 13 Jul 2020 00:00:00 +0000</pubDate>
        <link>https://docs.rapids.ai/notices/rsn0002/</link>
        <guid isPermaLink="true">https://docs.rapids.ai/notices/rsn0002/</guid>
        
        
      </item>
    
  </channel>
</rss>
