diff options
author | Sebastian Berg <sebastian@sipsolutions.net> | 2021-02-17 16:56:32 -0600 |
---|---|---|
committer | Sebastian Berg <sebastian@sipsolutions.net> | 2021-02-22 15:12:28 -0600 |
commit | 2d975a771b88bcb4d049bbb3ea5f917694ec3524 (patch) | |
tree | 485e3c1ee89e30b8d06016f58b77fe936eaef0a7 /numpy/array_api/_manipulation_functions.py | |
parent | 02d508c90a214e0aeaf78b4ad41a578e267dce12 (diff) | |
download | numpy-2d975a771b88bcb4d049bbb3ea5f917694ec3524.tar.gz |
BUG: Correct shuffling of objects in 1-d array likes
While introducing the buffer fixed the in-place problem years ago,
running valgrind (and masked arrays) pointed out to me that without
the additional `...` NumPy will unpack and repack objects leading
to slightly incorrect results.
MAINT: Warn about shuffle bug instead of fixing it in old random API
Diffstat (limited to 'numpy/array_api/_manipulation_functions.py')
0 files changed, 0 insertions, 0 deletions