summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMax Balandat <balandat@fb.com>2020-03-30 19:24:03 -0700
committerMax Balandat <balandat@fb.com>2020-04-04 18:27:31 -0700
commit72457f01832d10c72a1839aafc178cf4f53449cb (patch)
tree8872abe06a6f860e4f9099795ee9900cb66683b4 /doc
parentf0a74b2d4e50a1b4f9d9189c6b2e31b920913a8b (diff)
downloadnumpy-72457f01832d10c72a1839aafc178cf4f53449cb.tar.gz
Bug: Fix eigh mnd cholesky methods of numpy.random.multivariate_normal
Fixes #15871
Diffstat (limited to 'doc')
-rw-r--r--doc/release/upcoming_changes/15872.change.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/release/upcoming_changes/15872.change.rst b/doc/release/upcoming_changes/15872.change.rst
new file mode 100644
index 000000000..7c48dee3c
--- /dev/null
+++ b/doc/release/upcoming_changes/15872.change.rst
@@ -0,0 +1,6 @@
+`Fixed `eigh` and `cholesky` methods in `numpy.random.multivariate_normal``
+---------------------------------------------------------------------------
+
+Previously, when passing `method='eigh'` or `method='cholesky'`,
+`numpy.random.multivariate_normal` produced samples from the wrong
+distribution. This is now fixed.