Skip to content

Commit

Permalink
Merge branch 'branch-24.04' into test-cuda-12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Jan 22, 2024
2 parents 638db3c + 8921bad commit 2a3c30c
Show file tree
Hide file tree
Showing 11 changed files with 33 additions and 29 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,16 +153,16 @@ Please see the [Demo Docker Repository](https://hub.docker.com/r/rapidsai/rapids

cuxfilter can be installed with conda ([miniconda](https://conda.io/miniconda.html), or the full [Anaconda distribution](https://www.anaconda.com/download)) from the `rapidsai` channel:

For nightly version `cuxfilter version == 24.02` :
For nightly version `cuxfilter version == 24.04` :

```bash
# for CUDA 12.0
conda install -c rapidsai-nightly -c conda-forge -c nvidia \
cuxfilter=24.02 python=3.10 cuda-version=12.0
cuxfilter=24.04 python=3.10 cuda-version=12.0

# for CUDA 11.8
conda install -c rapidsai-nightly -c conda-forge -c nvidia \
cuxfilter=24.02 python=3.10 cuda-version=11.8
cuxfilter=24.04 python=3.10 cuda-version=11.8
```

For the stable version of `cuxfilter` :
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
24.02.00
24.04.00
2 changes: 1 addition & 1 deletion ci/build_docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ rapids-mamba-retry install \
--channel "${PYTHON_CHANNEL}" \
cuxfilter

export RAPIDS_VERSION_NUMBER="24.02"
export RAPIDS_VERSION_NUMBER="24.04"
export RAPIDS_DOCS_DIR="$(mktemp -d)"

rapids-logger "Build Python docs"
Expand Down
6 changes: 5 additions & 1 deletion ci/build_python.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@

set -euo pipefail

source rapids-env-update
rapids-configure-conda-channels

source rapids-configure-sccache

source rapids-date-string

rapids-print-env

Expand Down
6 changes: 3 additions & 3 deletions ci/utils/external_dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ channels:
- conda-forge
- nvidia
dependencies:
- cudf==24.2.*
- dask-cudf==24.2.*
- cuxfilter==24.2.*
- cudf==24.4.*
- dask-cudf==24.4.*
- cuxfilter==24.4.*
- cuda-version=12.0
- python>=3.9,<3.11
- xarray-spatial
Expand Down
10 changes: 5 additions & 5 deletions conda/environments/all_cuda-118_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ dependencies:
- bokeh>=3.1
- cuda-version=11.8
- cudatoolkit
- cudf==24.2.*
- cugraph==24.2.*
- cudf==24.4.*
- cugraph==24.4.*
- cupy>=12.0.0
- cuspatial==24.2.*
- dask-cuda==24.2.*
- dask-cudf==24.2.*
- cuspatial==24.4.*
- dask-cuda==24.4.*
- dask-cudf==24.4.*
- datashader>=0.15
- geopandas>=0.11.0
- holoviews>=1.16.0
Expand Down
6 changes: 3 additions & 3 deletions conda/environments/all_cuda-122_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ dependencies:
- cudf==24.2.*
- cugraph==24.2.*
- cupy>=12.0.0
- cuspatial==24.2.*
- dask-cuda==24.2.*
- dask-cudf==24.2.*
- cuspatial==24.4.*
- dask-cuda==24.4.*
- dask-cudf==24.4.*
- datashader>=0.15
- geopandas>=0.11.0
- holoviews>=1.16.0
Expand Down
10 changes: 5 additions & 5 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,8 @@ dependencies:
- notebook>=0.5.0
- output_types: [conda]
packages:
- cugraph==24.2.*
- dask-cuda==24.2.*
- cugraph==24.4.*
- dask-cuda==24.4.*
py_version:
specific:
- output_types: conda
Expand All @@ -163,9 +163,9 @@ dependencies:
- output_types: [conda, requirements, pyproject]
packages:
- bokeh>=3.1
- cudf==24.2.*
- cuspatial==24.2.*
- dask-cudf==24.2.*
- cudf==24.4.*
- cuspatial==24.4.*
- dask-cudf==24.4.*
- datashader>=0.15
- geopandas>=0.11.0
- holoviews>=1.16.0
Expand Down
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
# built documents.
#
# The short X.Y version.
version = '24.02'
version = '24.04'
# The full version, including alpha/beta/rc tags
release = '24.02.00'
release = '24.04.00'

nbsphinx_allow_errors = True

Expand Down
4 changes: 2 additions & 2 deletions docs/source/user_guide/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ For the most customized way of installing RAPIDS and cuxfilter, visit the select
# for CUDA 12.0
conda install -c rapidsai -c conda-forge -c nvidia \
cuxfilter=24.02 python=3.10 cuda-version=12.0
cuxfilter=24.04 python=3.10 cuda-version=12.0
# for CUDA 11.8
conda install -c rapidsai -c conda-forge -c nvidia \
cuxfilter=24.02 python=3.10 cuda-version=11.8
cuxfilter=24.04 python=3.10 cuda-version=11.8
PyPI
----
Expand Down
6 changes: 3 additions & 3 deletions python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ license = { text = "Apache 2.0" }
requires-python = ">=3.9"
dependencies = [
"bokeh>=3.1",
"cudf==24.2.*",
"cudf==24.4.*",
"cupy-cuda11x>=12.0.0",
"cuspatial==24.2.*",
"dask-cudf==24.2.*",
"cuspatial==24.4.*",
"dask-cudf==24.4.*",
"datashader>=0.15",
"geopandas>=0.11.0",
"holoviews>=1.16.0",
Expand Down

0 comments on commit 2a3c30c

Please sign in to comment.