Skip to content

v1.2.2

Compare
Choose a tag to compare
@PaulKGrimes PaulKGrimes released this 27 Jun 16:53
· 8 commits to main since this release
853c672

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.