8000 DOC: Update 1.10.3 release notes with last minute additions. by charris · Pull Request #6954 · numpy/numpy · GitHub
[go: up one dir, main page]

Skip to content

DOC: Update 1.10.3 release notes with last minute additions. #6954

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 6, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion doc/release/1.10.3-notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ using one of the providers of windows binaries.
Issues Fixed
============

* gh-6922 BUG: numpy.recarray.sort segfaults on Windows
* gh-6922 BUG: numpy.recarray.sort segfaults on Windows.
* gh-6937 BUG: busday_offset does the wrong thing with modifiedpreceding roll.
* gh-6949 BUG: Type is lost when slicing a subclass of recarray.

Merged PRs
==========
Expand All @@ -26,3 +27,5 @@ the PR number for the original PR against master is listed.
* gh-6924 BUG: Fix segfault gh-6922.
* gh-6942 Fix datetime roll='modifiedpreceding' bug.
* gh-6943 DOC,BUG: Fix some latex generation problems.
* gh-6950 BUG trace is not subclass aware, np.trace(ma) != ma.trace().
* gh-6952 BUG recarray slices should preserve subclass.
0