diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2018-08-08 14:02:16 -0600 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2018-08-08 14:58:57 -0600 |
commit | b080c5b7a7cf1c0da91e6c0ecb1fdd490b45ce5c (patch) | |
tree | 2eb8593deac79896aa8e8eb7ada06ada3297d754 /numpy/lib/function_base.py | |
parent | ba15a4c56597bc2284059e5c6750aaaa03e7a411 (diff) | |
download | numpy-b080c5b7a7cf1c0da91e6c0ecb1fdd490b45ce5c.tar.gz |
BUG: Make matrix_power again work for object arrays.
This fixes a regression introduced in #10985. Using matmul instead of
dot lost the object type while adding the ability to deal with matrix
stacks. This implements a partial fix by using dot for 2-D object
arrays, but object array stacks cannot be handled.
Closes #11635.
Diffstat (limited to 'numpy/lib/function_base.py')
0 files changed, 0 insertions, 0 deletions