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 density keyword to histogramdd and histogram2d. #4371

Closed
charris opened this issue Feb 26, 2014 · 2 comments
Closed

Add density keyword to histogramdd and histogram2d. #4371

charris opened this issue Feb 26, 2014 · 2 comments

Comments

@charris
Copy link
Member

charris commented Feb 26, 2014

This is needed for compatibility with histogram, which deprecated normed in favor of density.

@yotam
Copy link
Contributor

yotam commented Sep 26, 2014

@njsmith to answer your question in the duplicate issue, it looks like the other functions do work correctly if I've interpreted things the right way. See this gist.

@eric-wieser
Copy link
Member

Looking at the implementation - the normed argument of histogramdd is equivalent to the density argument of histrogram - only the latter ever had the buggy behavior.

eric-wieser added a commit to eric-wieser/numpy that referenced this issue Jun 18, 2018
eric-wieser added a commit to eric-wieser/numpy that referenced this issue Jun 21, 2018
Only emit pending deprecation warnings, to give people a few releases to switch over, rather than making them have to pick a numpy version to squash warnings.

Fixes numpygh-4371
eric-wieser added a commit to eric-wieser/numpy that referenced this issue Jul 8, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants