diff --git a/CHANGELOG.md b/CHANGELOG.md index f8460b15..ea7f9788 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# clx 22.10.00 (Date TBD) + +Please see https://github.com/rapidsai/clx/releases/tag/v22.10.00a for the latest changes to this development branch. + # clx 22.08.00 (Date TBD) Please see https://github.com/rapidsai/clx/releases/tag/v22.08.00a for the latest changes to this development branch. diff --git a/conda/environments/clx_dev_cuda11.5.yml b/conda/environments/clx_dev_cuda11.5.yml index c6da0d5d..f68e74df 100644 --- a/conda/environments/clx_dev_cuda11.5.yml +++ b/conda/environments/clx_dev_cuda11.5.yml @@ -6,9 +6,9 @@ channels: dependencies: - cudatoolkit=11.5 - python>=3.6,<3.9 -- cugraph=22.08.* -- cuml=22.08.* -- cuxfilter=22.08.* +- cugraph=22.10.* +- cuml=22.10.* +- cuxfilter=22.10.* - scikit-learn=0.23.1 - s3fs - ipywidgets diff --git a/docs/source/conf.py b/docs/source/conf.py index 9325a0ff..f0420ebd 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -24,9 +24,9 @@ author = 'NVIDIA' # The short X.Y version -version = '22.08' +version = '22.10' # The full version, including alpha/beta/rc tags -release = '22.08.00' +release = '22.10.00' # -- General configuration ---------------------------------------------------