Re: [scikit-learn] scikit-learn-contrib: building Cython, cpp files

2018-06-11 Thread Dylan Fernando
Hi Joris, Thanks, I'll try that. On Fri, Jun 1, 2018 at 5:20 AM, Joris Van den Bossche < jorisvandenboss...@gmail.com> wrote: > Hi Dylan, > > In case you are still looking for a solution:I didn't directly find good > templates for packages that depend on cython (there are quite some, but > from

Re: [scikit-learn] scikit-learn-contrib: building Cython, cpp files

2018-05-31 Thread Joris Van den Bossche
Hi Dylan, In case you are still looking for a solution:I didn't directly find good templates for packages that depend on cython (there are quite some, but from quickly looking at them, I didn't find a simple one), but you can maybe have a look at one of the other scikit-learn-contrib packages that

[scikit-learn] scikit-learn-contrib: building Cython, cpp files

2018-05-28 Thread Dylan Fernando
Hi, I would like to publish this: https://github.com/dil12321/scikit-learn/tree/aode https://github.com/scikit-learn/scikit-learn/pull/11093 as a scikit-learn-contrib project. However, I'm not sure how to write the setup.py file so that aode_helper.cpp and _aode.pyx get included in the package, a