diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2016-01-04 19:02:25 -0700 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2016-01-04 19:02:25 -0700 |
commit | 346c700ab16da1deaf95e9f0331ffd76fb2162fa (patch) | |
tree | de1a34e7e0a5eee27ffd9df085a6fdec887c7eb0 | |
parent | 58e83234ac37caf771b806f4e69edd303d3908aa (diff) | |
download | numpy-346c700ab16da1deaf95e9f0331ffd76fb2162fa.tar.gz |
DOC: Create Numpy 1.10.3 release notes.
-rw-r--r-- | doc/release/1.10.3-notes.rst | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/doc/release/1.10.3-notes.rst b/doc/release/1.10.3-notes.rst new file mode 100644 index 000000000..9a01dee76 --- /dev/null +++ b/doc/release/1.10.3-notes.rst @@ -0,0 +1,22 @@ +NumPy 1.10.3 Release Notes +************************** + +This release is a bugfix release motivated by a segfault regression. + +Issues Fixed +============ + +* gh-6922 BUG: numpy.recarray.sort segfaults on Windows + +Merged PRs +========== + +The following PRs have been merged into 1.10.3. When the PR is a backport, +the PR number for the original PR against master is listed. + +* gh-6840 TST: Update travis testing script in 1.10.x +* gh-6843 BUG: Fix use of python 3 only FileNotFoundError in test_f2py. +* gh-6884 REL: Update pavement.py and setup.py to reflect current version. +* gh-6916 BUG: Fix test_f2py so it runs correctly in runtests.py. +* gh-6924 BUG: Fix segfault gh-6922. + |