diff --git a/_includes/version-support-current.html b/_includes/version-support-current.html new file mode 100644 index 00000000000..2769ff95db6 --- /dev/null +++ b/_includes/version-support-current.html @@ -0,0 +1,133 @@ + + + + +
+

Current and Upcoming Python Support

+
+
+
Python 3.11
+
+
+ ? - ? +
+
+
+ +
+
Python 3.10
+
+ 23.02 - ? +
+
+ +
+
Python 3.9
+
+ 22.02 - ? +
+
+
+ +
+
+
CUDA 12.2
+
+ June 2018 - June 2023 +
+
+ +
+
CUDA 12.0
+
+ Dec 2016 - Dec 2021 +
+
+ +
+
CUDA 11.8
+
+ Sept 2015 - Sept 2020 +
+
+
+ +
+
+
450.80.02+ (CUDA 11)
+
+ ? - ? +
+
+ +
+
525.60.13+ (CUDA 12)
+
+ 22.04 - ? +
+
+ +
+
+ + \ No newline at end of file diff --git a/_includes/version-support-historical.html b/_includes/version-support-historical.html new file mode 100644 index 00000000000..76146b2b103 --- /dev/null +++ b/_includes/version-support-historical.html @@ -0,0 +1,141 @@ + + + + +
+

Historical Python Support

+
+
+
Python 3.11
+
+
+ ? - ? +
+
+
+ +
+
Python 3.10
+
+ 23.02 - ? +
+
+ +
+
Python 3.9
+
+ 22.02 - ? +
+
+
+ +

Historical CUDA Support

+
+
+
CUDA 12.2
+
+ June 2018 - June 2023 +
+
+ +
+
CUDA 12.0
+
+ Dec 2016 - Dec 2021 +
+
+ +
+
CUDA 11.8
+
+ Sept 2015 - Sept 2020 +
+
+
+ +

Historical Driver Support

+
+
+
410
+
+ June 2018 - June 2023 +
+
+ +
+
400
+
+ Dec 2016 - Dec 2021 +
+
+ +
+
390
+
+ Sept 2015 - Sept 2020 +
+
+
+
+ + \ No newline at end of file diff --git a/version-support/version-support.md b/version-support/version-support.md new file mode 100644 index 00000000000..5488fb9cf6a --- /dev/null +++ b/version-support/version-support.md @@ -0,0 +1,26 @@ +--- +layout: default +title: Version Support +nav_order: 3 +permalink: version-support +description: | + RAPIDS Version Support: Current, Future, and Historical +--- + +# RAPIDS Current and Upcoming Support +{: .fs-8 } + +Below are the currently supported Python, CUDA, and Driver versions for RAPIDS as well as the next support transition. +{: .fs-6 .fw-300 .mb-8 } + +{% include version-support-current.html %} + +# RAPIDS Historical Support +{: .fs-8 } + +Below are the previously supported Python, CUDA, and Driver versions for RAPIDS. +{: .fs-6 .fw-300 .mb-8 } + +{% include version-support-historical.html %} + +{: .mb-8 }