[Numpy-discussion] Detecting C API mismatch (was Managing Python with NumPy and many external libraries on multiple Windows machines)

David Cournapeau cournape at gmail.com
Tue May 12 23:02:02 EDT 2009


2009/5/10 Stéfan van der Walt <stefan at sun.ac.za>:

>
> I think the message "ABI version %%x of C-API" is unclear, maybe
> simply use "ABI version %%x" on its own.
>
> The hash file can be loaded in one line with
>
> np.loadtxt('/tmp/dat.dat', usecols=(0, 2), dtype=[('api', 'S10'),
> ('hash', 'S32')])
>
> The rest looks good.

Ok, I committed the branch to numpy trunk.

thanks for the review,

David



More information about the NumPy-Discussion mailing list