We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Feature functionality A clear and concise description of what the feature should do exactly and any alternative solutions.
An implementation of digitize (NumPy) or bucketize (PyTorch)
Additional context Add any other context or screenshots about the feature request here.
As the function is called in NumPy and PyTorch quite differently, we should support both names.
The text was updated successfully, but these errors were encountered:
implement digitize/bucketize
c27df91
Fixes #926
add digitize/bucketize (#928)
416006e
* implement digitize/bucketize Fixes #926 * update tests * update tests * Apply suggestions from code review * Update heat/core/statistics.py * Small docs edit Co-authored-by: Claudia Comito <39374113+ClaudiaComito@users.noreply.github.com>
mtar
Successfully merging a pull request may close this issue.
Feature functionality
A clear and concise description of what the feature should do exactly and any alternative solutions.
An implementation of digitize (NumPy) or bucketize (PyTorch)
Additional context
Add any other context or screenshots about the feature request here.
As the function is called in NumPy and PyTorch quite differently, we should support both names.
The text was updated successfully, but these errors were encountered: