cuCIM and cuDF 21.08.01 Hotfix Release
Monday, August 09, 2021 in Notices
Overview cuCIM and cuDF were hotfixed to version 21.08.01. Rationale cucim was hotfixed to 21.08.01 in order to ensure the compiler stack aligned with the rest of RAPIDS, #84. cudf was hotfixed to 21.08.01 in order to fix the bug, #8984 and …
Support for CUDA 11.4 in v21.08
Friday, July 09, 2021 in Notices
Overview Development effort has begun on supporting CUDA 11.4 in v21.08. Support is currently experimental for v21.08. GA for CUDA 11.4 is expected in v21.10 Impact Users are encouraged to use CUDA 11.4 if possible and provide feedback to the RAPIDS …
cuDF v21.06.01 Hotfix Release
Thursday, June 17, 2021 in Notices
Overview cuDF was hotfixed to version 21.06.01. Rationale cuDF was hotfixed to fix an offset error which could lead to data corruption when writing ORC files with multiple large string columns, #8538. Impact All v21.06 users are encouraged to update …
cuML v21.06.02 Hotfix Release
Thursday, June 10, 2021 in Notices
Overview cuML was hotfixed to version 21.06.02. Rationale cuML was hotfixed (21.06.01) to fix a bug with batch sizes larger than 32 bits, #3971. cuML was hotfixed (21.06.02) to fix a bug with missing OpenMP support, #3988. Impact All v21.06 users are …
Stop supporting Ubuntu 16.04 in v21.08
Wednesday, May 05, 2021 in Notices
Overview Ubuntu 16.04 is now at end-of-life, which means RAPIDS will no longer publish any images built on Ubuntu 16.04. Additionally, gpuCI CPU builds will be converted over to use CentOS 7 instead of Ubuntu 16.04. Status Dropping full support for …
RAPIDS switching to CalVer in v0.20 (now v21.06)
Wednesday, May 05, 2021 in Notices
Overview All RAPIDS projects are switching their versioning scheme to Calendar Versioning. This versioning will apply to both the overall RAPIDS release and each core library, so we will release cuDF 21.06.00, cuML 21.06.00, etc. as part of the …
Change minimum support gcc/g++ version to 9.x
Thursday, April 29, 2021 in Notices
Overview All RAPIDS projects will require gcc/g++ 9.0+ in order to take advantage of new C++ features, notably including moving to C++17. This also aligns RAPIDS with the current conda-forge build stack. Status All conda builds and docker images use …
cuDF v0.19.2 Hotfix Release
Wednesday, April 28, 2021 in Notices
Overview cuDF was hotfixed to version 0.19.2. Rationale cuDF was hotfixed to fix a deadlock that could occur in decompression in cuIO, #8073. Impact All v0.19 users are encouraged to update cudf libraries to 0.19.2 as soon as possible.
cuDF & cuXfilter v0.19.1 Hotfix Release
Thursday, April 22, 2021 in Notices
Overview Both cuDF and cuXfilter were hotfixed to version 0.19.1. Rationale cuDF was hotfixed for two bugs: #8023 #8031. cuXfilter was hotfixed to resolve a dependency conflict. Impact All v0.19 users are encouraged to update cudf & cuxfilter …
Support for CUDA 11.2 in v0.19
Wednesday, April 21, 2021 in Notices
Overview With the EOL of CUDA 10.X announced in RSN 6, development effort has been redirected to support CUDA 11.2 in v0.19 and v0.20. Impact Users are encouraged to use CUDA 11.2 if possible and provide feedback to the RAPIDS libraries as we develop …