8000 DOC: Update 1.11.2 release notes. by charris · Pull Request #8006 · numpy/numpy · GitHub
[go: up one dir, main page]

Skip to content

DOC: Update 1.11.2 release notes. #8006

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
Sep 3, 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
9 changes: 5 additions & 4 deletions doc/release/1.11.2-notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ Numpy 1.11.2 supports Python 2.6 - 2.7 and 3.2 - 3.5. It fixes bugs and
regressions found in Numpy 1.11.1 and includes several build related
improvements. Wheels for Linux, Windows, and OS X can be found on PyPI.

Fixes Merged
============
Pull Requests Merged
====================

Fixes overridden by later merges are omitted.
Fixes overridden by later merges and release notes updates are omitted.

- #7736 BUG: many functions silently drop `keepdims` kwarg.
- #7736 BUG: many functions silently drop 'keepdims' kwarg.
- #7738 ENH: add extra kwargs and update doc of many MA methods.
- #7778 DOC: Update Numpy 1.11.1 release notes.
- #7793 BUG: MaskedArray.count treats negative axes incorrectly.
Expand All @@ -31,3 +31,4 @@ Fixes overridden by later merges are omitted.
- #7954 BUG: Use keyword arguments to initialize Extension base class.
- #7955 BUG: Make sure numpy globals keep identity after reload.
- #7972 BUG: MSVCCompiler grows 'lib' & 'include' env strings exponentially.
- #8005 BLD: Remove __NUMPY_SETUP__ from builtins at end of setup.py.
0