diff --git a/cuda_core/cuda/core/_version.py b/cuda_core/cuda/core/_version.py index 0fefe49f4..dc33772c4 100644 --- a/cuda_core/cuda/core/_version.py +++ b/cuda_core/cuda/core/_version.py @@ -2,4 +2,4 @@ # # SPDX-License-Identifier: Apache-2.0 -__version__ = "0.4.1" +__version__ = "0.4.2" diff --git a/cuda_core/docs/nv-versions.json b/cuda_core/docs/nv-versions.json index b9754c06b..1d6285df3 100644 --- a/cuda_core/docs/nv-versions.json +++ b/cuda_core/docs/nv-versions.json @@ -3,6 +3,10 @@ "version": "latest", "url": "https://nvidia.github.io/cuda-python/cuda-core/latest/" }, + { + "version": "0.4.2", + "url": "https://nvidia.github.io/cuda-python/cuda-core/0.4.2/" + }, { "version": "0.4.1", "url": "https://nvidia.github.io/cuda-python/cuda-core/0.4.1/" diff --git a/cuda_core/docs/source/release/0.4.X-notes.rst b/cuda_core/docs/source/release/0.4.2-notes.rst similarity index 66% rename from cuda_core/docs/source/release/0.4.X-notes.rst rename to cuda_core/docs/source/release/0.4.2-notes.rst index 621ac250b..04a89cf09 100644 --- a/cuda_core/docs/source/release/0.4.X-notes.rst +++ b/cuda_core/docs/source/release/0.4.2-notes.rst @@ -3,27 +3,36 @@ .. currentmodule:: cuda.core.experimental -``cuda.core`` 0.4.X Release Notes +``cuda.core`` 0.4.2 Release Notes ================================= Highlights ---------- +None. + Breaking Changes ---------------- +None. + New features ------------ +None. + New examples ------------ +None. + Fixes and enhancements ---------------------- -- Fixed a segmentation fault when accessing :class:`StridedMemoryView` ``shape`` and ``strides`` members. +- Fixed references to the ``cuda.bindings`` module mistakenly purged globally. +- Restored compatibility with ``cuda-python`` 12.6.