Marcin Cieślik wrote: > Hello, > >> Nice. Will you contribute it to SciPy/any other library? > > I'd love to. It will find it's way into my zenpdb: > http://code.google.com/p/zenpdb/ which is the reason i developed it. I > do not know if projects like scipy/biopython accept cython code. > Biopython has a very fresh (not yet released) implementation of > kd-trees in C, but without knn look-up. further i've been told that > the maker of h-cluste/scipy-cluster is involved in some big effort to > create a partitioning / clustering + nearest neighbor look-up / > classification C-library with bindings to everything. Is there any > scientific cython code besides sage?
numpy's mtrand.c is compiled from mtrand.pyx. (Using Pyrex at my last check.) -Andrew _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
