diff options
author | Eric Wieser <wieser.eric@gmail.com> | 2017-03-24 23:56:07 +0000 |
---|---|---|
committer | Eric Wieser <wieser.eric@gmail.com> | 2017-09-12 23:25:04 -0700 |
commit | bab798db40b1bd8e520fc884fab15fac83174114 (patch) | |
tree | 8403c8d29e66ce0936d56f9ec4a9b699f501121b /doc | |
parent | 2d66d07330486ebfec287c01f6b57f0d37433c2d (diff) | |
download | numpy-bab798db40b1bd8e520fc884fab15fac83174114.tar.gz |
BUG: Fix pinv on matrix stacks
Fixes #8826
Diffstat (limited to 'doc')
-rw-r--r-- | doc/release/1.14.0-notes.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/release/1.14.0-notes.rst b/doc/release/1.14.0-notes.rst index 0bcb3e4a2..0fa4672b2 100644 --- a/doc/release/1.14.0-notes.rst +++ b/doc/release/1.14.0-notes.rst @@ -217,6 +217,10 @@ selected via the ``--fcompiler`` and ``--compiler`` options to supported; by default a gfortran-compatible static archive ``openblas.a`` is looked for. +``np.linalg.pinv`` now works on stacked matrices +------------------------------------------------ +Previously it was limited to a single 2d array. + Changes ======= |