diff options
author | Sebastian Berg <sebastian@sipsolutions.net> | 2013-03-21 14:23:21 +0100 |
---|---|---|
committer | Sebastian Berg <sebastian@sipsolutions.net> | 2013-04-01 21:12:46 +0200 |
commit | 79d22dcef7947347660cbb953cb54ee3b38822f5 (patch) | |
tree | 01c4dbfe03fd864ad6411f0f287702abc59ff96c /numpy/polynomial/polyutils.py | |
parent | 5a3ecafe1c7a57db473f926eb4be5a4040ec2344 (diff) | |
download | numpy-79d22dcef7947347660cbb953cb54ee3b38822f5.tar.gz |
BLD: Add NPY_RELAXED_STRIDES_CHECKING flag
This flag will toggle to a new definition for the contiguous flags
where only the memory layout is forced to be correct. As a particular
example this means that np.ones((3,1)) can be both C and F-Contiguous
and its stride[-1] can be arbitrary but the array still contiguous.
The flag will also make most new arrays be created with MAX_INTP as
stride so that unsafe usage of the stride will surface more commonly.
Diffstat (limited to 'numpy/polynomial/polyutils.py')
0 files changed, 0 insertions, 0 deletions