Re: [Numpy-discussion] Add pybind11 to docs about writing binding code

2018-08-16 Thread Sylvain Corlay
Hi Hans, On Thu, Aug 16, 2018 at 10:51 AM, Hans Dembinski wrote: > Hi Sylvain, > > On 15. Aug 2018, at 19:38, Sylvain Corlay > wrote: > > If `pybind11` is included, it could be interesting to also include > `xtensor` and `xtensor-python`. > > - Xtensor is a C++ dynamic N-d array library that

Re: [Numpy-discussion] Add pybind11 to docs about writing binding code

2018-08-16 Thread Hans Dembinski
Hi Sylvain, > On 15. Aug 2018, at 19:38, Sylvain Corlay wrote: > > If `pybind11` is included, it could be interesting to also include `xtensor` > and `xtensor-python`. > > - Xtensor is a C++ dynamic N-d array library that offers numpy-like features > including broadcasting and universal func

Re: [Numpy-discussion] Add pybind11 to docs about writing binding code

2018-08-16 Thread Hans Dembinski
Dear Paul, > On 15. Aug 2018, at 12:50, Pauli Virtanen wrote: > > Please go ahead --- the relevant source file is here: > > https://github.com/numpy/numpy/blob/master/doc/source/user/c-info.python-as-glue.rst > > It also does no mention CFFI either, mostly because the original text > predates