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
- Move equivalency with np.histogram up, as it concerns more parameters
than just the `isinstance(bins, int)` case.
- Slightly reword the bins-sequence case.
- Update the list of supported autobinning methods, match the order in
which they are given in the docstring of np.histogram_bin_edges, and
remove the numpy version condition as we only support np>=1.11
anyways.
0 commit comments