v1.2.2
Fix a bug in SmaxInt<x>.data
, caused by recently added numpy.<Type>.data
property having precedence over our own property.
The numpy.<Type>.data
property, which returns a numpy.memoryview
of the object, is available in Smax types as .memoryview
.