Skip to content

lib.xnumpy.structured: New utility to create structured view of an array

Kirill Smelkov requested to merge kirr/wendelin.core:y/structured into master

Making structured view of an array is similar to playing with its .view() and then changing .shape, but it does not have the limitations that plain numpy view has. Please see details in the second patch.

Merge request reports