Skip to content

v1.2.7

Compare
Choose a tag to compare
@oleksandr-pavlyk oleksandr-pavlyk released this 05 Aug 11:22
· 10 commits to master since this release
e1ed130

This release addresses technical debt, and fixes the project to work with NumPy 2.0 on both Windows and Linux.

  • Removed use of vendored numpy.pxd, replaced with recommended cimport numpy. This resolved the warning of changes struct size for Cython class broadcast.
  • Fixed warnings from clang compiler
  • Corrected data types for allocation made in Cython which were responsible for test failures with NumPy 2.0 on Windows.