[C++-sig] Status of Numpy support in boost python

Stefan Seefeld seefeld at sympatico.ca
Mon Mar 8 19:40:02 CET 2010


On 03/08/2010 01:30 PM, Neal Becker wrote:
>
> Check out pyublas
>    

Thanks for mentioning that.

Yes, this looks very useful. In fact, my PyArray wrapper was inspired by 
pyublas.
I think it would be useful to integrate the PyArray wrapper right into 
boost.python.

Other libraries which provide more functionality (such as pyublas, or 
the one Jim is talking about) can then use that wrapper, instead of 
having to provide it themselves. This should notably also improve 
interoperability, since the boost.python type registry doesn't (yet) 
allow multiple wrappers for the same types.

     Stefan


-- 

       ...ich hab' noch einen Koffer in Berlin...



More information about the Cplusplus-sig mailing list