ipython-books / cookbook-code

[DEPRECATED] See the new edition:
http://ipython-books.github.io/
Other
972 stars 457 forks source link

Correction about strides and copying #1

Closed ChrisBeaumont closed 10 years ago

ChrisBeaumont commented 10 years ago

Clarifies the discussion of how Numpy decides whether to build array copies or views, by mentioning the strides attribute.

rossant commented 10 years ago

Thanks!