diff options
author | Julian Taylor <juliantaylor108@googlemail.com> | 2013-11-03 04:09:29 -0800 |
---|---|---|
committer | Julian Taylor <juliantaylor108@googlemail.com> | 2013-11-03 04:09:29 -0800 |
commit | 37b28f80d91ae3188ecc55ce8bb274f92d4ac904 (patch) | |
tree | 9ce10aa590f957d155536f761374075b6e15717a | |
parent | 8a2728c4df0ff7b593eb92f0f2a88b080182d37b (diff) | |
parent | 1beb0ec3fbd81f9179d8402fbdecb2e204421e61 (diff) | |
download | numpy-37b28f80d91ae3188ecc55ce8bb274f92d4ac904.tar.gz |
Merge pull request #4003 from juliantaylor/release-notes
DOC: update 1.7.2 release notes
-rw-r--r-- | doc/release/1.7.2-notes.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/release/1.7.2-notes.rst b/doc/release/1.7.2-notes.rst index b88e168a2..f0d64c7bb 100644 --- a/doc/release/1.7.2-notes.rst +++ b/doc/release/1.7.2-notes.rst @@ -43,3 +43,5 @@ Issues fixed * gh-2052: del scalar subscript causes segfault * gh-3832: fix a few uninitialized uses and memleaks * gh-3971: f2py changed string.lowercase to string.ascii_lowercase for python3 +* gh-3480: numpy.random.binomial raised ValueError for n == 0 +* gh-3992: hypot(inf, 0) shouldn't raise a warning, hypot(inf, inf) wrong result |