Re: [Numpy-discussion] [SciPy-dev] NumPy/SciPy + MPI for Python

2006-10-14 Thread Bill Spotz
hon interfaces out there, because it isn't clear to me which one is most widely used. If one were to emerge -- and even better, if the various independent projects were to then combine their efforts in an open source environment (the way Numeric and numarray are converging to NumPy)

Re: [Numpy-discussion] 32/64-bit machines, integer arrays and python ints

2006-09-28 Thread Bill Spotz
ay be something worthwhile to put in the numpy.i interface file: a set of typemaps that handle a set of basic conversions for those array scalar types for which it makes sense. I'll look into it. ** Bill Spotz ** ** Sandia National Laboratories

[Numpy-discussion] 32/64-bit machines, integer arrays and python ints

2006-09-28 Thread Bill Spotz
et a type error: TypeError: in method 'setElements', argument 2 of type 'int' because row is a . It would be nice if I could get the integer conversion to work automatically under the covers, but I'm not exactly sure

[Numpy-discussion] (no subject)

2006-09-02 Thread Bill Spotz
. don't apply the self._rc() method. Assuming there is agreement that this is the desirable behavior, the same would be true for __lt__, __le__, etc. I will probably override this behavior by defining my own __eq__, etc., in my derived class, just for safety. ** Bill