[Numpy-discussion] byteswapping a complex scalar

David Cournapeau cournape at gmail.com
Fri Oct 9 01:13:44 EDT 2009


On Thu, Oct 8, 2009 at 9:25 PM, Travis Oliphant <oliphant at enthought.com> wrote:
>
> On Oct 8, 2009, at 7:19 AM, Travis Oliphant wrote:
>
>>
>> I just checked a fix for this into SVN (tests still need to be added
>> though...)
>>
>> I can't currently build SVN on my Mac for some reason (I don't know if
>> it has to do with recent changes or not, but I don't have time to
>> track it down right now....the error I'm getting is something about
>> Datetime array scalar types not being defined which seems related to
>> the work Dave and Stefan have been discussing).
>
> I can build from SVN.  The problem is I had to check-out again from
> SVN (and get rid of the old code-generated files --- sure would be
> nice if there were the equivalent of "make clean"

Note that git clean will clean your working tree, and numscons
generates less junk in the working tree. It can be a time saver and
quite convenient,

David



More information about the NumPy-Discussion mailing list