Skip to content

Commit

Permalink
Add dask codeowners
Browse files Browse the repository at this point in the history
  • Loading branch information
Keith Kraus committed Jul 16, 2019
1 parent 37f098e commit c0bb3bf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
#cpp code owners
cpp/ @rapidsai/cudf-cpp-codeowners
cpp/ @rapidsai/cudf-cpp-codeowners

#python code owners
python/ @rapidsai/cudf-python-codeowners
python/ @rapidsai/cudf-python-codeowners
python/dask_cudf/ @rapidsai/cudf-dask-codeowners

#cmake code owners
**/CMakeLists.txt @rapidsai/cudf-cmake-codeowners
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
- PR #2224 implement isna, isnull, notna as dataframe functions
- PR #2236 Implement drop_duplicates for Series
- PR #2225 refactor to use libcudf for gathering columns in dataframes
- PR #XXXX Create separate dask codeowners for dask-cudf codebase

## Bug Fixes

Expand Down

0 comments on commit c0bb3bf

Please sign in to comment.