EMS-TU-Ilmenau / fastmat

A library to build up lazily evaluated expressions of linear transforms for efficient scientific computing.
https://fastmat.readthedocs.io
Apache License 2.0
24 stars 8 forks source link

Handle cpdef deprecation for cython 3 #97

Closed ChristophWWagner closed 1 year ago

ChristophWWagner commented 3 years ago

Cython issues the following deprecation warning:

warning: fastmat/Sum.pyx:68:14: cpdef variables will not be supported in Cython 3; currently they are no different from cdef variables

We should handle it when the time comes that Cython3 is released