Skip to content

2.7.1

Latest
Compare
Choose a tag to compare
@Zuzu-Typ Zuzu-Typ released this 29 Oct 18:21
· 3 commits to master since this release
61cc658

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 and arr * mat (thanks to @cspotcode )