Skip to content

Conversation

@mrocklin
Copy link
Member

No description provided.

np.array([(1, 'abc')], dtype=[('x', 'i4'), ('s', object)]),
np.zeros(5000, dtype=[('x%d'%i,'<f8') for i in range(4)]),
np.zeros(5000, dtype='S32'),
np.zeros((1, 1000, 1000)),
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it would be good to add a non-contiguous array to that list.
(for example np.arange(12)[::2]).

@mrocklin mrocklin merged commit 95e006a into dask:master Jan 27, 2017
@mrocklin mrocklin deleted the more-numpy-buffer branch January 27, 2017 13:54
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.

2 participants