Re: [Boost-python-cvs] CVS: boost/libs/python/src numeric.cpp,1.2,1.3
Jonathan Brandmeyer <jbrandmeyer@users.sourceforge.net> writes:
Update of /cvsroot/boost/boost/libs/python/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30661
Modified Files: numeric.cpp Log Message: Use Numeric.ArrayType in preference to numarray.NDArray, in accordance with the documentation.
Ugh. Jonathan, I'm sorry; it's the documentation that was wrong. numarray is the replacement for Numeric and should be preferred. -- Dave Abrahams Boost Consulting http://www.boost-consulting.com
On Sat, 2004-07-03 at 11:08, David Abrahams wrote:
Jonathan Brandmeyer <jbrandmeyer@users.sourceforge.net> writes:
Update of /cvsroot/boost/boost/libs/python/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30661
Modified Files: numeric.cpp Log Message: Use Numeric.ArrayType in preference to numarray.NDArray, in accordance with the documentation.
Ugh. Jonathan, I'm sorry; it's the documentation that was wrong. numarray is the replacement for Numeric and should be preferred.
I've reverted the change and fixed the documentation. I was operating on the idea that Numeric would be preferred since numarray is not yet done. -Jonathan
participants (2)
-
David Abrahams -
Jonathan Brandmeyer