Dear all, This morning I checked in a bunch of changes that switch the rdkit over from using the old Numeric python library to the newer numpy library (http://numpy.scipy.org/). The changes were merged into the trunk in revision 742: http://rdkit.svn.sourceforge.net/viewvc/rdkit?view=rev&revision=742
This was an important step because Numeric python is no longer being supported and it's becoming increasingly difficult to find binary distributions. Numpy has an active user/developer community and is likely the future of good numeric support in Python. The details of what were changed are captured in the svn changelog above and in some notes I took as I made the change: http://code.google.com/p/rdkit/wiki/NumPyPort If anyone has any questions or problems, please let me know. -greg

