Skip to content

Commit

Permalink
Merge pull request #9 from rapidsai/branch-0.15
Browse files Browse the repository at this point in the history
merge with upstream
  • Loading branch information
daxiongshu authored Jun 19, 2020
2 parents d268886 + 0a22708 commit c19f605
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
- PR #2413: CumlArray and related methods updates to account for cuDF.Buffer contiguity update
- PR #2424: --singlegpu flag fix on build.sh script
- PR #2432: Using correct algo_name for UMAP in benchmark tests
- PR #2447: Drop `nvstrings`

# cuML 0.14.0 (03 Jun 2020)

Expand Down
1 change: 0 additions & 1 deletion ci/gpu/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ conda install -c conda-forge -c rapidsai -c rapidsai-nightly -c nvidia \
"cudatoolkit=${CUDA_REL}" \
"cudf=${MINOR_VERSION}" \
"rmm=${MINOR_VERSION}" \
"nvstrings=${MINOR_VERSION}" \
"libcumlprims=0.15.0a200607" \
"dask-cudf=${MINOR_VERSION}" \
"dask-cuda=${MINOR_VERSION}" \
Expand Down
1 change: 0 additions & 1 deletion ci/mg/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ conda install -c conda-forge -c rapidsai -c rapidsai-nightly -c nvidia \
"cudatoolkit=${CUDA_REL}" \
"cudf=${MINOR_VERSION}" \
"rmm=${MINOR_VERSION}" \
"nvstrings=${MINOR_VERSION}" \
"libcumlprims=${MINOR_VERSION}" \
"lapack" \
"cmake==3.14.3" \
Expand Down

0 comments on commit c19f605

Please sign in to comment.