Skip to content

Commit

Permalink
DOC v0.18 Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
ajschmidt8 committed Nov 24, 2020
1 parent 632ac54 commit 80464ce
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 5 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# cuDF 0.18.0 (Date TBD)

## New Features

## Improvements

## Bug Fixes

# cuDF 0.17.0 (Date TBD)

## New Features
Expand Down
2 changes: 1 addition & 1 deletion conda/environments/cudf_dev_cuda10.1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies:
- clang=8.0.1
- clang-tools=8.0.1
- cupy>7.1.0,<9.0.0a0
- rmm=0.17.*
- rmm=0.18.*
- cmake>=3.14
- cmake_setuptools>=0.1.3
- python>=3.6,<3.8
Expand Down
2 changes: 1 addition & 1 deletion conda/environments/cudf_dev_cuda10.2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies:
- clang=8.0.1
- clang-tools=8.0.1
- cupy>7.1.0,<9.0.0a0
- rmm=0.17.*
- rmm=0.18.*
- cmake>=3.14
- cmake_setuptools>=0.1.3
- python>=3.6,<3.8
Expand Down
2 changes: 1 addition & 1 deletion conda/environments/cudf_dev_cuda11.0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies:
- clang=8.0.1
- clang-tools=8.0.1
- cupy>7.1.0,<9.0.0a0
- rmm=0.17.*
- rmm=0.18.*
- cmake>=3.14
- cmake_setuptools>=0.1.3
- python>=3.6,<3.8
Expand Down
2 changes: 1 addition & 1 deletion cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

cmake_minimum_required(VERSION 3.14...3.17 FATAL_ERROR)

project(CUDA_DATAFRAME VERSION 0.17.0 LANGUAGES C CXX CUDA)
project(CUDA_DATAFRAME VERSION 0.18.0 LANGUAGES C CXX CUDA)

if(NOT CMAKE_CUDA_COMPILER)
message(SEND_ERROR "CMake cannot locate a CUDA compiler")
Expand Down
2 changes: 1 addition & 1 deletion docs/cudf/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
# built documents.
#
# The short X.Y version.
version = '0.17'
version = '0.18'
# The full version, including alpha/beta/rc tags.
release = "0.15.0"

Expand Down

0 comments on commit 80464ce

Please sign in to comment.