"git@developer.sourcefind.cn:gaoqiong/pybind11.git" did not exist on "2160860c0aa5d5ca14b8a5b670f2fbfcbc6d6b17"
-
Wenzel Jakob authored
This PR adds a new py::ellipsis() method which can be used in conjunction with NumPy's generalized slicing support. For instance, the following is now valid (where "a" is a NumPy array): py::array b = a[py::make_tuple(0, py::ellipsis(), 0)];
d4b37a28