<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Nov 18, 2014 at 11:20 AM, David Cournapeau <span dir="ltr"><<a href="mailto:cournape@gmail.com" target="_blank">cournape@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div><div>Hi,<br><br>I have not followed closely the changes that happen in 1.9.1, but was surprised by the following:<br><br></div>x = np.zeros(12, "d")<br></div>assert x.flags.aligned # fails<br><br></div>This is running numpy 1.9.1 built on windows with VS 2008. Is it expected that zeros may return a non-aligned array ?<span class="HOEnZb"><font color="#888888"><br></font></span></div></blockquote><div><br></div><div>The alignment requirements may have become stricter, Julian would know. Is this on 32 or 64 Windows?<br><br></div><div>Chuck<br></div><br></div></div></div>