I am trying to use a NumPy array of strings as an input for a cython function. However, I can't seem to figure out how to actually use a numPy array of strings with cython. Here is an example of the ...
Globally set the Python language level to be used for module compilation. Default is compatibility with Python 2. To enable Python 3 source code semantics, set this to 3 at the start of a module or ...