[Scikit-learn-general] Contributing Cython to sklearn

2012-08-21 Thread Juan Nunez-Iglesias
Hi All, I'm aiming to contribute a pull request to sklearn speeding up some metrics code, but I have a couple of questions. 1. What is the convention for contributing Cython code? In particular: - is a .pxd always necessary? - I notice that in sklearn/tree/setup.py, no mention is made of the

Re: [Scikit-learn-general] Contributing Cython to sklearn

2012-08-21 Thread Olivier Grisel
2012/8/21 Juan Nunez-Iglesias jni.s...@gmail.com: Hi All, I'm aiming to contribute a pull request to sklearn speeding up some metrics code, but I have a couple of questions. 1. What is the convention for contributing Cython code? In particular: - is a .pxd always necessary? Nope, only when