Commit de83c57
committed
MAINT: remove deprecated
This commit removes deprecated functionality and cleans up outdated code paths:
- Removed the deprecated `style` parameter from `array2string` in
`numpy/_core/arrayprint.py`, along with its related documentation and tests.
- Replaced the deprecation warning for `np.sum` called on generators with a
`TypeError` in `numpy/_core/fromnumeric.py`, since this behavior is now
unsupported.
- Removed a leftover docstring that was intended to be deleted in PR numpy#26268.style argument and deprecations in fromnumeric
1 parent df32a98 commit de83c57
6 files changed
Lines changed: 1227 additions & 960 deletions
File tree
- numpy
- _core
- tests
- typing/tests/data/fail
0 commit comments