Skip to content

Commit

Permalink
DOC
Browse files Browse the repository at this point in the history
  • Loading branch information
raydouglass committed Jul 22, 2022
1 parent 8d3979b commit efb3ce1
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 20 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

```

Expand Down
8 changes: 4 additions & 4 deletions conda/environments/cuxfilter_dev_cuda11.0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions conda/environments/cuxfilter_dev_cuda11.2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions conda/environments/cuxfilter_dev_cuda11.4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions conda/environments/cuxfilter_dev_cuda11.5.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 ---------------------------------------------------
Expand Down

0 comments on commit efb3ce1

Please sign in to comment.