[Numpy-discussion] libnumarray.h and NO_IMPORT_ARRAY
Philip Austin
paustin at eos.ubc.ca
Wed Oct 9 18:49:03 CDT 2002
Todd Miller writes:
> Can you send me the Numeric wrapper code or let me know where to
> get it?
It's now on the cvs main trunk:
cvs -d:pserver:anonymous at cvs.boost.sourceforge.net:/cvsroot/boost login
cvs -z3 -d:pserver:anonymous at cvs.boost.sourceforge.net:/cvsroot/boost checkout boost
You'll need all of boost if you want to try to compile/run the test
code. If you haven't worked with boost and boost.build (bjam)
before, I could send my install notes. If you'd just like to
browse the code, the pertinent files are:
boost/libs/python/test/numpy.cpp
boost/libs/python/test/numpy.py
boost/python/numeric.hpp
and the new tutorial (which doesn't cover numpy yet) is
quite good:
boost/boost/libs/python/doc/tutorial
as well as:
boost/libs/python/doc/v2/reference.html
(also without numpy documentation)
Regards, Phil
More information about the Numpy-discussion
mailing list