8000 Update from original by aaryapatil · Pull Request #1 · aaryapatil/numpy · GitHub
[go: up one dir, main page]

Skip to content
8000

Update from original #1

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 16 commits into from
Sep 11, 2016
Merged

Update from original #1

merged 16 commits into from
Sep 11, 2016

Conversation

aaryapatil
Copy link
Owner

No description provided.

MSeifert04 and others added 16 commits September 5, 2016 16:53
The returned value is wrapped in an integer array of appropriate dimensions
if keepdims is True and axis is None for np.ma.count.

Also included:

- Whitespace after "," (PEP8)
- any instead of np.any when checking if any axis is out of bounds (performance)
BUG: Fixes return for np.ma.count if keepdims is True and axis is None
This fixes four bugs:

- Use of booleans for indexing in ma.extras._median
- Error when mask is nomask and ndim != 1 in ma.extras._median
- Did not work for 0-d arrays.
- No out argument for {0,1}-d arrays.

Closes #8015.
Instances remain for NumpyVersion and Numpy.rec.fromarrays that are
references to code.

Release notes were left unchanged.

see issue #7986
The strings in error messages were left untouched
the files in doc/ and numpy/ were covered in previous commits
DOC: change all non-code instances of Numpy to NumPy
…-masked-value

BUG: fix np.ma.median with only one non-masked value and an axis argument
DOC: Update 1.11.2 release notes.
@aaryapatil aaryapatil merged commit 00f5bc3 into aaryapatil:master Sep 11, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants
0