[Cython] Multidimensional indexing of C++ objects

2015-07-03 Thread Ian Henriksen
Hi everyone, I'm a GSOC student working to make a Cython API for DyND. DyND is a relatively new n-dimensional array library in C++ that is based on NumPy. A full set of Python bindings (created using Cython) are provided as a separate package. The goal of my pro

Re: [Cython] Multidimensional indexing of C++ objects

2015-07-03 Thread Stefan Behnel
Hi Ian! Ian Henriksen schrieb am 04.07.2015 um 00:43: > I'm a GSOC student working to make a Cython API for DyND. DyND > is a relatively new n-dimensional > array library in C++ that is based on NumPy. A full set of Python bindings > (created using Cython) are