News

Describe the issue: Hi, I think there is an issue with the slicing of numpy arrays of type StringDType. It is inconsistent with regular numpy slicing, and also with e.g. "<U30" fixed length string ...
pybind11 can automatically vectorize functions so that they are transparently applied to all entries of one or more NumPy array arguments. Python's slice-based access and assignment operations can be ...