summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2016-01-05 17:16:14 -0700
committerCharles Harris <charlesr.harris@gmail.com>2016-01-05 17:16:14 -0700
commit050a2505ce78c77a6811ae01ca24f27679605d0f (patch)
tree8760bbc350f2127ed71606f647fd73c5084c04d2
parentdebc9533727cba327a2e729c8a72f47564b1cb0f (diff)
parent8d8add29f198f5f174e8572337a82a203e4d4516 (diff)
downloadnumpy-050a2505ce78c77a6811ae01ca24f27679605d0f.tar.gz
Merge pull request #6946 from charris/update-1.10.3-notes
DOC: Update the 1.10.3 release notes for release.
-rw-r--r--doc/release/1.10.3-notes.rst9
1 files changed, 7 insertions, 2 deletions
diff --git a/doc/release/1.10.3-notes.rst b/doc/release/1.10.3-notes.rst
index 3b5dbc5e3..ae08394b5 100644
--- a/doc/release/1.10.3-notes.rst
+++ b/doc/release/1.10.3-notes.rst
@@ -1,12 +1,17 @@
NumPy 1.10.3 Release Notes
**************************
-This release is a bugfix release motivated by a segfault regression.
+This release is a bugfix source release motivated by a segfault regression.
+No windows binaries are provided for this release, as there appear to be
+bugs in the toolchain we use to generate those files. Hopefully that
+problem will be fixed for the next release. In the meantime, we suggest
+using one of the providers of windows binaries.
Issues Fixed
============
* gh-6922 BUG: numpy.recarray.sort segfaults on Windows
+* gh-6937 BUG: busday_offset does the wrong thing with modifiedpreceding roll.
Merged PRs
==========
@@ -19,5 +24,5 @@ the PR number for the original PR against master is listed.
* 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.
+* gh-6942 Fix datetime roll='modifiedpreceding' bug.
* gh-6943 DOC,BUG: Fix some latex generation problems.
-