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 histogram2d and histogramdd #3947

Merged
merged 6 commits into from
Sep 14, 2020
Merged

Add histogram2d and histogramdd #3947

merged 6 commits into from
Sep 14, 2020

Conversation

grlee77
Copy link
Contributor

@grlee77 grlee77 commented Sep 4, 2020

This PR adds the n-dimensional histogram function cupy.histogramdd. The 2d version, histogram2d, is just a thin wrapper around histogramdd.

The implementation closely follows NumPy's histogramdd and histogram2d

@leofang
Copy link
Member

leofang commented Sep 4, 2020

Great! Thanks @grlee77. I've planed to extend the CUB support to Nd histogram, but because the skeleton is not there yet, I didn't do anything substantial yet 😂

@emcastillo emcastillo self-assigned this Sep 7, 2020
@emcastillo
Copy link
Member

Jenkins, test this please

@emcastillo emcastillo added the st:test-and-merge (deprecated) Ready to merge after test pass. label Sep 11, 2020
@emcastillo emcastillo added this to the v9.0.0a1 milestone Sep 11, 2020
@chainer-ci
Copy link
Member

@emcastillo This pull-request is marked as st:test-and-merge, but there were no activities for the last 3 days. Could you check?

@chainer-ci
Copy link
Member

Jenkins CI test (for commit 7aaff5f, target branch master) succeeded!

@mergify mergify bot merged commit 12ebcf5 into cupy:master Sep 14, 2020
@kmaehashi kmaehashi added the cat:feature New features/APIs label Oct 28, 2020
@grlee77 grlee77 deleted the histogramdd branch December 18, 2020 00:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cat:feature New features/APIs prio:medium st:test-and-merge (deprecated) Ready to merge after test pass.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants