| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| | |
MAINT: Move set_module from numpy.core to numpy._utils
|
| | |
|
|/
|
|
|
|
| |
This removes the attributes on finfo and the "public" module. It also
deprecates `np.core.MachAr`. We should be able to get away with just
deleting it, but there seems little reason to not just deprecate it for now.
|
|
|
|
|
|
|
|
|
|
| |
This fixes the missing attributes. I tested the warning and fix
on valgrind itself.
These attributes were added in gh-18536 but the fallback path was
not checked there.
Replaces gh-21813, although something more like it may make sense
if it allows us to just delete MachAr completely.
|
|
|