diff options
author | Julian Taylor <juliantaylor108@gmail.com> | 2013-12-31 08:59:41 -0800 |
---|---|---|
committer | Julian Taylor <juliantaylor108@gmail.com> | 2013-12-31 08:59:41 -0800 |
commit | 192355eb77883b1bd779f0a0bbad9e137de3193d (patch) | |
tree | 413ff156b26e580d0ff9b0fdd76e7c022eb48176 | |
parent | 3130900fadb0f388dac588fc7b83199f9341a708 (diff) | |
parent | 2f4a837d23e4d321958aa8c69db88f2ce692dc81 (diff) | |
download | numpy-192355eb77883b1bd779f0a0bbad9e137de3193d.tar.gz |
Merge pull request #4159 from juliantaylor/doc-sync
DOC: synchronize release notes with 1.7.x
-rw-r--r-- | doc/release/1.7.2-notes.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/release/1.7.2-notes.rst b/doc/release/1.7.2-notes.rst index 7a8c8649c..87109cdd3 100644 --- a/doc/release/1.7.2-notes.rst +++ b/doc/release/1.7.2-notes.rst @@ -47,3 +47,8 @@ Issues fixed * 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 +* gh-4018: Segmentation fault dealing with very large arrays +* gh-4094: fix NaT handling in _strided_to_strided_string_to_datetime +* gh-4051: fix uninitialized use in _strided_to_strided_string_to_datetime +* gh-4123: lexsort segfault +* gh-4141: Fix a few issues that show up with python 3.4b1 |