[Numpy-svn] [numpy/numpy] 3c4db4: BUG: construct ma.array from np.array which contai...
GitHub
noreply at github.com
Wed Aug 3 16:02:41 EDT 2016
Branch: refs/heads/master
Home: https://github.com/numpy/numpy
Commit: 3c4db4111947270b97ae032f02b6f60d8e20bbbd
https://github.com/numpy/numpy/commit/3c4db4111947270b97ae032f02b6f60d8e20bbbd
Author: Allan Haldane <allan.haldane at gmail.com>
Date: 2016-08-03 (Wed, 03 Aug 2016)
Changed paths:
M numpy/ma/core.py
M numpy/ma/tests/test_core.py
Log Message:
-----------
BUG: construct ma.array from np.array which contains padding
Structured dtypes with padding bytes fail in MaskedArrays
because of padding bytes in `dtype.descr`.
Fix is to avoid using dtype.descr.
Commit: 8f847006642a02636c7a3c6c2f54d3446908606d
https://github.com/numpy/numpy/commit/8f847006642a02636c7a3c6c2f54d3446908606d
Author: Charles Harris <charlesr.harris at gmail.com>
Date: 2016-08-03 (Wed, 03 Aug 2016)
Changed paths:
M numpy/ma/core.py
Log Message:
-----------
DOC: Docstring capitalization/sentence fixes in numpy/ma/core.py.
Commit: 0e8d3bb76aa5d854942b584bc6b508c3be225e01
https://github.com/numpy/numpy/commit/0e8d3bb76aa5d854942b584bc6b508c3be225e01
Author: Charles Harris <charlesr.harris at gmail.com>
Date: 2016-08-03 (Wed, 03 Aug 2016)
Changed paths:
M numpy/ma/core.py
M numpy/ma/tests/test_core.py
Log Message:
-----------
Merge pull request #7894 from charris/fixup-7790
fixup-7790, BUG: construct ma.array from np.array which contains padding
Compare: https://github.com/numpy/numpy/compare/7606c7794be6...0e8d3bb76aa5
More information about the Numpy-svn
mailing list