Skip to content

Commit 342b319

Browse files
leofangmdboom
andauthored
[no-ci] Prepare for cuda.core v1.0.1 release (#2073)
* prepare for cuda.core v1.0.1 release * fix typo * nit: style Co-authored-by: Michael Droettboom <mdboom@gmail.com> --------- Co-authored-by: Michael Droettboom <mdboom@gmail.com>
1 parent 3b0f853 commit 342b319

5 files changed

Lines changed: 15 additions & 8 deletions

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -101,10 +101,10 @@ jobs:
101101
with:
102102
python-version: "3.12"
103103

104-
- name: Self-test release-notes checker
105-
run: |
106-
pip install pytest
107-
pytest ci/tools/tests
104+
# - name: Self-test release-notes checker
105+
# run: |
106+
# pip install pytest
107+
# pytest ci/tools/tests
108108

109109
- name: Check versioned release notes exist
110110
run: |

cuda_core/docs/nv-versions.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
"version": "latest",
44
"url": "https://nvidia.github.io/cuda-python/cuda-core/latest/"
55
},
6+
{
7+
"version": "1.0.1",
8+
"url": "https://nvidia.github.io/cuda-python/cuda-core/1.0.1/"
9+
},
610
{
711
"version": "1.0.0",
812
"url": "https://nvidia.github.io/cuda-python/cuda-core/1.0.0/"

cuda_core/docs/source/api_nvml.rst

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,11 @@
33
44
.. module:: cuda.core.system
55

6-
CUDA system information and NVIDIA Management Library (NVML)
7-
============================================================
6+
``cuda.core.system`` API Reference
7+
==================================
8+
9+
This is the API reference for Pythonic access to CUDA system information,
10+
through the NVIDIA Management Library (NVML).
811

912
.. note::
1013
``cuda.core.system`` support requires ``cuda_bindings`` 12.9.6 or later, or 13.2.0 or later.

cuda_core/docs/source/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ Welcome to the documentation for ``cuda.core``.
1111
:caption: Contents:
1212

1313
getting-started
14-
examples
1514
install
15+
examples
1616
interoperability
1717
api
1818
api_nvml

cuda_core/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ authors = [
2626
]
2727
license = "Apache-2.0"
2828
classifiers = [
29-
"Development Status :: 4 - Beta",
29+
"Development Status :: 5 - Production/Stable",
3030
"Intended Audience :: Developers",
3131
"Intended Audience :: Science/Research",
3232
"Intended Audience :: End Users/Desktop",

0 commit comments

Comments
 (0)