diff --git a/CHANGELOG.md b/CHANGELOG.md index 5032bfb0..37be44b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# cuXfilter 22.10.00 (Date TBD) + +Please see https://github.com/rapidsai/cuxfilter/releases/tag/v22.10.00a for the latest changes to this development branch. + # cuXfilter 22.08.00 (Date TBD) Please see https://github.com/rapidsai/cuxfilter/releases/tag/v22.08.00a for the latest changes to this development branch. diff --git a/README.md b/README.md index 504a5e17..f564907a 100644 --- a/README.md +++ b/README.md @@ -156,12 +156,12 @@ 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 `cuxfilter version == 22.08` : +For `cuxfilter version == 22.10` : ```bash # for CUDA 11.5 conda install -c rapidsai -c nvidia -c numba -c conda-forge \ - cuxfilter=22.08 python=3.7 cudatoolkit=11.5 + cuxfilter=22.10 python=3.7 cudatoolkit=11.5 ``` diff --git a/conda/environments/cuxfilter_dev_cuda11.0.yml b/conda/environments/cuxfilter_dev_cuda11.0.yml index e12c66e9..93ea5f37 100644 --- a/conda/environments/cuxfilter_dev_cuda11.0.yml +++ b/conda/environments/cuxfilter_dev_cuda11.0.yml @@ -8,13 +8,13 @@ channels: - anaconda dependencies: - cupy>7.1.0,<10.0.0a0 -- cuspatial=22.08 +- cuspatial=22.10 - python>=3.6,<3.8 -- cudf=22.08 +- cudf=22.10 - dask>=2.12.0 - distributed>=2.12.0 -- dask-cuda=22.08 -- dask-cudf=22.08 +- dask-cuda=22.10 +- dask-cudf=22.10 - datashader>0.13, <0.14 - holoviews>1.14.1, <=1.14.6 - numba>=0.54 diff --git a/conda/environments/cuxfilter_dev_cuda11.2.yml b/conda/environments/cuxfilter_dev_cuda11.2.yml index 3c21025d..c148f193 100644 --- a/conda/environments/cuxfilter_dev_cuda11.2.yml +++ b/conda/environments/cuxfilter_dev_cuda11.2.yml @@ -8,13 +8,13 @@ channels: - anaconda dependencies: - cupy>7.1.0,<10.0.0a0 -- cuspatial=22.08 +- cuspatial=22.10 - python>=3.6,<3.8 -- cudf=22.08 +- cudf=22.10 - dask>=2.12.0 - distributed>=2.12.0 -- dask-cuda=22.08 -- dask-cudf=22.08 +- dask-cuda=22.10 +- dask-cudf=22.10 - datashader>0.13, <0.14 - holoviews>1.14.1, <=1.14.6 - numba>=0.54 diff --git a/conda/environments/cuxfilter_dev_cuda11.4.yml b/conda/environments/cuxfilter_dev_cuda11.4.yml index df8e93d0..15a990f9 100644 --- a/conda/environments/cuxfilter_dev_cuda11.4.yml +++ b/conda/environments/cuxfilter_dev_cuda11.4.yml @@ -8,13 +8,13 @@ channels: - anaconda dependencies: - cupy>7.1.0,<10.0.0a0 -- cuspatial=22.08 +- cuspatial=22.10 - python>=3.6,<3.8 -- cudf=22.08 +- cudf=22.10 - dask>=2.12.0 - distributed>=2.12.0 -- dask-cuda=22.08 -- dask-cudf=22.08 +- dask-cuda=22.10 +- dask-cudf=22.10 - datashader>0.13, <0.14 - holoviews>1.14.1, <=1.14.6 - numba>=0.54 diff --git a/conda/environments/cuxfilter_dev_cuda11.5.yml b/conda/environments/cuxfilter_dev_cuda11.5.yml index 572db1c8..23f6e0ff 100644 --- a/conda/environments/cuxfilter_dev_cuda11.5.yml +++ b/conda/environments/cuxfilter_dev_cuda11.5.yml @@ -8,13 +8,13 @@ channels: - anaconda dependencies: - cupy>7.1.0,<10.0.0a0 -- cuspatial=22.08 +- cuspatial=22.10 - python>=3.6,<3.8 -- cudf=22.08 +- cudf=22.10 - dask>=2.12.0 - distributed>=2.12.0 -- dask-cuda=22.08 -- dask-cudf=22.08 +- dask-cuda=22.10 +- dask-cudf=22.10 - datashader>0.13, <0.14 - holoviews>1.14.1, <=1.14.6 - numba>=0.54 diff --git a/docs/source/conf.py b/docs/source/conf.py index 077997f0..e1d2ab40 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -27,9 +27,9 @@ # built documents. # # 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' nbsphinx_allow_errors = True # -- General configuration ---------------------------------------------------