Skip to content

Bugfix in mlab for strided views of np.arrays [backport to 1.4.x]#3467

Merged
tacaswell merged 1 commit into
matplotlib:masterfrom
cimarronm:mlab_stride_bugfix
Sep 6, 2014
Merged

Bugfix in mlab for strided views of np.arrays [backport to 1.4.x]#3467
tacaswell merged 1 commit into
matplotlib:masterfrom
cimarronm:mlab_stride_bugfix

Conversation

@cimarronm
Copy link
Copy Markdown
Contributor

Fixes a bug in mlab functions which are incorrectly using itemsize property (only valid if the array is a view of a 1D array in memory) instead of the actual strides property.

…ze property (only valid if the array is a view of a 1D array in memory) instead of the actual strides property
@tacaswell tacaswell changed the title Bugfix in mlab for strided views of np.arrays Bugfix in mlab for strided views of np.arrays [backport to 1.4.x] Sep 4, 2014
@tacaswell tacaswell added this to the v1.4.1 milestone Sep 4, 2014
tacaswell added a commit that referenced this pull request Sep 6, 2014
BUG : Bugfix in mlab for strided views of np.arrays
@tacaswell tacaswell merged commit 4d372d2 into matplotlib:master Sep 6, 2014
tacaswell added a commit that referenced this pull request Sep 6, 2014
BUG : Bugfix in mlab for strided views of np.arrays
@tacaswell
Copy link
Copy Markdown
Member

cherry-picked to 1.4.x as cd38445

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