summaryrefslogtreecommitdiff
path: root/numpy/core/_machar.py
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #22619 from seberg/move-set_moduleMatti Picus2022-11-291-3/+3
|\ | | | | MAINT: Move set_module from numpy.core to numpy._utils
| * MAINT: Move set_module to numpy.core to use without C importSebastian Berg2022-11-241-3/+3
| |
* | DEP: Finalize MachAr and machar deprecationsSebastian Berg2022-11-221-1/+0
|/ | | | | | 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.
* BUG: Fix discovered MachAr (still used within valgrind)Sebastian Berg2022-06-211-0/+2
| | | | | | | | | | 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.
* DEP: Deprecate the `np.core.machar` moduleBas van Beek2021-10-261-0/+355