This is the release note of v3.0.1
Changelog
Problem Fixes
-
Fixed incorrect execution results of nlcpy.fft.fftshift() and nlcpy.fft.ifftshift() that are returned when the number of array dimensions is larger than 1 and the input parameter of axis is not equal to 0.
-
Fixed incorrect execution results of nlcpy.linalg.norm() that are returned when the number of VE threads is larger than 1 and the memory layout of input array is not contiguous.
-
Fixed a problem where nlcpy.diff() raises unexpected RuntimeWarning.