v1.2.7
oleksandr-pavlyk
released this
05 Aug 11:22
·
10 commits
to master
since this release
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 recommendedcimport numpy
. This resolved the warning of changes struct size for Cython classbroadcast
. - 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.