2.7.1-rev1
版本发布时间: 2023-10-30 02:21:22
Zuzu-Typ/PyGLM最新发布版本:2.7.1-rev1(2023-10-30 02:21:22)
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 https://github.com/Zuzu-Typ/PyGLM/issues/205
- Fix matrix multiplication in arrays
- Should fix https://github.com/Zuzu-Typ/PyGLM/issues/210
- Fixed matrix multiplication for
arr * arr
,mat * arr
andarr * mat
(thanks to @cspotcode )
- fix broken sdist (thanks to @szabolcsdombi )