Skip to content
  • Jean-Noël Grad's avatar
    Remove legacy Cython features · d5b68bc6
    Jean-Noël Grad authored
    Several Cython features have been deprecated in Cython 3.0 and will
    generate errors in future Cython releases. This change removes .pxi
    include files, all `IF` conditional statements, and cpdef functions.
    Almost all Cython 3.0 deprecation warnings were addressed, a silent
    API change from Python 3.11 was mitigated, and some of the custom
    Cython code for type checking was replaced by equivalent C++ code.
    d5b68bc6