| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
| |
| |
| |
| |
| | |
By not using this type of indexing, it becomes easier for subclasses to override indexing in a way that works correctly with numpy functions.
These locations were found by deprecating the behavior in question, which is deliberately not part of this commit
|
|/ |
|
|
|
|
|
|
|
|
| |
Fixes #8123, closes #9189, fixes #10319
This is a workaround to #10322, not a fix for it.
Adds tests for cases where bounds are more precise than the data, which led to inconsistencies in the optimized path.
|
|
|
|
| |
Also avoids `r_`, and construction of arrays from lists
|
|
|
|
| |
Currently only supported for explicit bins
|
|
|
|
|
| |
Fixes gh-7503
Closes gh-8984
|
|\
| |
| | |
BUG: Fix misleading error when coercing to array
|
| |
| |
| |
| | |
Closes gh-7864
|
|/ |
|
| |
|
|
800 self-contained lines are easily enough to go in their own file, as are the 500 lines of tests.
For compatibility, the names are still available through `np.lib.function_base.histogram` and `from np.lib.function_base import *`
For simplicity of imports, all of the unqualified `np.` names are now qualified
|