You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In this thread http://thread.gmane.org/gmane.comp.python.numeric.general/39746/focus=40089 the preferred solution to solve a long-standing bug with normed=True in histogram seemed to be to add a new "density" keyword and deprecate the "normed" keyword. The fix now in trunk is different, see r8672, r8674, r8678.
Those changesets are not in 1.5.x. This should be resolved for the 2.0.0 release.
The text was updated successfully, but these errors were encountered:
Original ticket http://projects.scipy.org/numpy/ticket/1628 on 2010-10-08 by @rgommers, assigned to unknown.
In this thread http://thread.gmane.org/gmane.comp.python.numeric.general/39746/focus=40089 the preferred solution to solve a long-standing bug with
normed=True
in histogram seemed to be to add a new "density" keyword and deprecate the "normed" keyword. The fix now in trunk is different, see r8672, r8674, r8678.Those changesets are not in 1.5.x. This should be resolved for the 2.0.0 release.
The text was updated successfully, but these errors were encountered: