pybind11/docs/advanced
Wenzel Jakob d4b37a284a added py::ellipsis() method for slicing of multidimensional NumPy arrays
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)];
2018-08-28 23:22:55 +02:00
..
cast Clarify docs for functions taking bytes and not str. 2018-05-24 11:09:41 -03:00
pycpp added py::ellipsis() method for slicing of multidimensional NumPy arrays 2018-08-28 23:22:55 +02:00
classes.rst Fixed typo in classes.rst (#1388) 2018-05-07 10:18:08 -03:00
embedding.rst Added function for reloading module (#1040) 2017-09-12 08:05:05 +02:00
exceptions.rst Clarify error_already_set documentation. 2018-04-09 16:25:04 -03:00
functions.rst Minor typo 2018-02-27 22:46:29 -04:00
misc.rst Fix missing word typo 2018-04-02 21:10:38 -03:00
smart_ptrs.rst Replace PYBIND11_PLUGIN with PYBIND11_MODULE 2017-05-29 03:21:19 +02:00