2009/5/10 David Cournapeau <courn...@gmail.com>: > I worked on some code to detect C API mismatches both for developers > and for users: > > http://github.com/cournape/numpy/tree/runtime_feature
Great, thanks for taking care of this! 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. Cheers Stéfan _______________________________________________ Numpy-discussion mailing list Numpy-discussion@scipy.org http://mail.scipy.org/mailman/listinfo/numpy-discussion