2.7.1
Added support for Python 3.12
-
Removed support for Python 3.7
-
Removed support for manylinux_2_24 builds (switched to manylinux2014)
-
Added support for non-contiguous buffers
-
Streamlined non-F-contiguous buffer retrieval
-
Should fix #205
- Fix matrix multiplication in arrays
- Should fix #210
- Fixed matrix multiplication for
arr * arr
,mat * arr
andarr * mat
(thanks to @cspotcode )
- fix broken sdist (thanks to @szabolcsdombi )