diff options
author | Julian Taylor <jtaylor.debian@googlemail.com> | 2013-11-03 12:55:40 +0100 |
---|---|---|
committer | Julian Taylor <jtaylor.debian@googlemail.com> | 2013-11-03 12:55:40 +0100 |
commit | 1beb0ec3fbd81f9179d8402fbdecb2e204421e61 (patch) | |
tree | 9ce10aa590f957d155536f761374075b6e15717a /doc | |
parent | 8a2728c4df0ff7b593eb92f0f2a88b080182d37b (diff) | |
download | numpy-1beb0ec3fbd81f9179d8402fbdecb2e204421e61.tar.gz |
DOC: update 1.7.2 release notes
add two additional fixed bugs
Diffstat (limited to 'doc')
-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 |