Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Java bindings for t-digest reduction #10446

Merged
merged 30 commits into from
Mar 25, 2022

Conversation

andygrove
Copy link
Contributor

@andygrove andygrove commented Mar 16, 2022

Adds JNI bindings for t-digest reductions (in commit 756ed20)

@andygrove andygrove added Java Affects Java cuDF API. 5 - DO NOT MERGE Hold off on merging; see PR for details labels Mar 16, 2022
@github-actions github-actions bot added the CMake CMake build issue label Mar 16, 2022
@github-actions github-actions bot added the libcudf Affects libcudf (C++/CUDA) code. label Mar 16, 2022
@andygrove andygrove changed the title WIP: Add Java bindings for t-digest reduction Add Java bindings for t-digest reduction Mar 23, 2022
@andygrove andygrove added 3 - Ready for Review Ready for review by team and removed 5 - DO NOT MERGE Hold off on merging; see PR for details labels Mar 23, 2022
@andygrove andygrove marked this pull request as ready for review March 23, 2022 16:20
@andygrove andygrove requested a review from a team as a code owner March 23, 2022 16:20
@mythrocks mythrocks added non-breaking Non-breaking change feature request New feature or request improvement Improvement / enhancement to an existing function and removed feature request New feature or request CMake CMake build issue labels Mar 23, 2022
@codecov
Copy link

codecov bot commented Mar 23, 2022

Codecov Report

Merging #10446 (ba4fd8b) into branch-22.04 (54918d8) will increase coverage by 0.02%.
The diff coverage is n/a.

❗ Current head ba4fd8b differs from pull request most recent head 6a7455b. Consider uploading reports for the commit 6a7455b to get more accurate results

@@               Coverage Diff                @@
##           branch-22.04   #10446      +/-   ##
================================================
+ Coverage         86.15%   86.17%   +0.02%     
================================================
  Files               141      141              
  Lines             22510    22510              
================================================
+ Hits              19393    19398       +5     
+ Misses             3117     3112       -5     
Impacted Files Coverage Δ
python/cudf/cudf/core/column/string.py 88.91% <0.00%> (+0.12%) ⬆️
python/cudf/cudf/core/groupby/groupby.py 91.72% <0.00%> (+0.22%) ⬆️
python/cudf/cudf/core/column/numerical.py 95.62% <0.00%> (+0.29%) ⬆️
python/cudf/cudf/core/tools/datetimes.py 84.49% <0.00%> (+0.30%) ⬆️
python/cudf/cudf/core/column/lists.py 90.69% <0.00%> (+0.46%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update a4c450b...6a7455b. Read the comment docs.

Signed-off-by: Andy Grove <[email protected]>
@github-actions github-actions bot removed the libcudf Affects libcudf (C++/CUDA) code. label Mar 24, 2022
@andygrove andygrove added libcudf Affects libcudf (C++/CUDA) code. 5 - DO NOT MERGE Hold off on merging; see PR for details labels Mar 24, 2022
@github-actions github-actions bot removed the libcudf Affects libcudf (C++/CUDA) code. label Mar 24, 2022
@andygrove andygrove removed the 5 - DO NOT MERGE Hold off on merging; see PR for details label Mar 24, 2022
@ajschmidt8 ajschmidt8 merged commit c71fe1b into rapidsai:branch-22.04 Mar 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3 - Ready for Review Ready for review by team improvement Improvement / enhancement to an existing function Java Affects Java cuDF API. non-breaking Non-breaking change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants