[Numpy-svn] [numpy/numpy] 38fdd7: BUG: Unpickled void scalars should be contiguous
GitHub
noreply at github.com
Fri Jan 29 11:44:44 EST 2016
Branch: refs/heads/master
Home: https://github.com/numpy/numpy
Commit: 38fdd765536d868101167474d87e307167e49fb9
https://github.com/numpy/numpy/commit/38fdd765536d868101167474d87e307167e49fb9
Author: Graham Markall <graham.markall at continuum.io>
Date: 2016-01-29 (Fri, 29 Jan 2016)
Changed paths:
M numpy/core/src/multiarray/scalarapi.c
M numpy/core/tests/test_records.py
Log Message:
-----------
BUG: Unpickled void scalars should be contiguous
Void scalars are both C- and Fortran-contiguous, so pickling and
unpickling them should result in a new void scalar that also has
these flags set. Fixes #7140.
Commit: 7c03f21a133aae86f661c1dc57d71fa06eca9979
https://github.com/numpy/numpy/commit/7c03f21a133aae86f661c1dc57d71fa06eca9979
Author: Graham Markall <graham.markall at continuum.io>
Date: 2016-01-29 (Fri, 29 Jan 2016)
Changed paths:
M numpy/core/tests/test_records.py
Log Message:
-----------
TST: Unpickled void scalars must be behaved
Unpickled void scalars must be both aligned and writeable.
Commit: 1436ec3db2b89c04116ed4eacff21c8e43a8ca2b
https://github.com/numpy/numpy/commit/1436ec3db2b89c04116ed4eacff21c8e43a8ca2b
Author: Julian Taylor <juliantaylor108 at gmail.com>
Date: 2016-01-29 (Fri, 29 Jan 2016)
Changed paths:
M numpy/core/src/multiarray/scalarapi.c
M numpy/core/tests/test_records.py
Log Message:
-----------
Merge pull request #7141 from gmarkall/contig_void_unpickle
BUG: Unpickled void scalars should be contiguous
Compare: https://github.com/numpy/numpy/compare/22176f9969b5...1436ec3db2b8
More information about the Numpy-svn
mailing list