-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
ENH: stats.differential_entropy
: add array API support
#21076
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
Conversation
Does anyone more familiar with typing know why mypy doesn't know about distributions (e.g.
We have a few The array API failures are unrelated (gh-21073). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @mdhaber
Reference issue
Toward gh-20544
What does this implement/fix?
Adds array API support to
differential_entropy
.Additional information
Turned out pretty clean, I think.