Neal Becker wrote:
> numpy frequently refers to 'casting'. I'm not sure if that term is ever
> defined. I believe it has the same meaning as in C. In that case, it is
> unfortunately used to mean 2 different things. There are casts that do not
> change the underlying bits (such as a pointer cas
numpy frequently refers to 'casting'. I'm not sure if that term is ever
defined. I believe it has the same meaning as in C. In that case, it is
unfortunately used to mean 2 different things. There are casts that do not
change the underlying bits (such as a pointer cast), and there are casts
tha
Hi,
> A quick email to give an update on my work to build numpy with
> scons. I've finished a few days ago to make my former work a separate
> package from numpy: it was more work than I expected because of
> bootstrapping issues, but I can now build numpy again with the new
> package on Linux