Re: [Numpy-discussion] Vendorize tempita

2016-10-01 Thread Evgeni Burovski
01.10.2016 3:42 пользователь "Charles R Harris" написал: > > > > On Fri, Sep 30, 2016 at 10:36 AM, Charles R Harris < charlesr.har...@gmail.com> wrote: >> >> >> >> On Fri, Sep 30, 2016 at 10:10 AM, Charles R Harris < charlesr.har...@gmail.com> wrote: >>> >>> >>> >>> On Fri, Sep 30, 2016 at 9:48 AM

Re: [Numpy-discussion] Vendorize tempita

2016-09-30 Thread Ralf Gommers
On Sat, Oct 1, 2016 at 1:42 PM, Charles R Harris wrote: > > > On Fri, Sep 30, 2016 at 10:36 AM, Charles R Harris < > charlesr.har...@gmail.com> wrote: > >> >> >> On Fri, Sep 30, 2016 at 10:10 AM, Charles R Harris < >> charlesr.har...@gmail.com> wrote: >> >>> >>> >>> On Fri, Sep 30, 2016 at 9:48 A

Re: [Numpy-discussion] Vendorize tempita

2016-09-30 Thread Charles R Harris
On Fri, Sep 30, 2016 at 10:36 AM, Charles R Harris < charlesr.har...@gmail.com> wrote: > > > On Fri, Sep 30, 2016 at 10:10 AM, Charles R Harris < > charlesr.har...@gmail.com> wrote: > >> >> >> On Fri, Sep 30, 2016 at 9:48 AM, Evgeni Burovski < >> evgeny.burovs...@gmail.com> wrote: >> >>> On Fri, S

Re: [Numpy-discussion] Vendorize tempita

2016-09-30 Thread Charles R Harris
On Fri, Sep 30, 2016 at 10:10 AM, Charles R Harris < charlesr.har...@gmail.com> wrote: > > > On Fri, Sep 30, 2016 at 9:48 AM, Evgeni Burovski < > evgeny.burovs...@gmail.com> wrote: > >> On Fri, Sep 30, 2016 at 6:29 PM, Charles R Harris >> wrote: >> > >> > >> > On Fri, Sep 30, 2016 at 9:21 AM, Ben

Re: [Numpy-discussion] Vendorize tempita

2016-09-30 Thread Charles R Harris
On Fri, Sep 30, 2016 at 9:48 AM, Evgeni Burovski wrote: > On Fri, Sep 30, 2016 at 6:29 PM, Charles R Harris > wrote: > > > > > > On Fri, Sep 30, 2016 at 9:21 AM, Benjamin Root > wrote: > >> > >> This is the first I am hearing of tempita (looks to be a templating > >> language). How is it a depe

Re: [Numpy-discussion] Vendorize tempita

2016-09-30 Thread Evgeni Burovski
On Fri, Sep 30, 2016 at 6:29 PM, Charles R Harris wrote: > > > On Fri, Sep 30, 2016 at 9:21 AM, Benjamin Root wrote: >> >> This is the first I am hearing of tempita (looks to be a templating >> language). How is it a dependency of numpy? Do I now need tempita in order >> to use numpy, or is it a

Re: [Numpy-discussion] Vendorize tempita

2016-09-30 Thread Charles R Harris
On Fri, Sep 30, 2016 at 9:21 AM, Benjamin Root wrote: > This is the first I am hearing of tempita (looks to be a templating > language). How is it a dependency of numpy? Do I now need tempita in order > to use numpy, or is it a build-time-only dependency? > Build time only. The virtue of tempita

Re: [Numpy-discussion] Vendorize tempita

2016-09-30 Thread Charles R Harris
On Fri, Sep 30, 2016 at 9:13 AM, Stephan Hoyer wrote: > One way to do this is to move to vendorized dependencies into an submodule > of numpy itself (e.g., sklearn.externals.joblib, though maybe even a little > more indirection than that would be valuable to make it clear that it isn't > part of

Re: [Numpy-discussion] Vendorize tempita

2016-09-30 Thread Benjamin Root
This is the first I am hearing of tempita (looks to be a templating language). How is it a dependency of numpy? Do I now need tempita in order to use numpy, or is it a build-time-only dependency? Ben On Fri, Sep 30, 2016 at 11:13 AM, Stephan Hoyer wrote: > One way to do this is to move to vendo

Re: [Numpy-discussion] Vendorize tempita

2016-09-30 Thread Stephan Hoyer
One way to do this is to move to vendorized dependencies into an submodule of numpy itself (e.g., sklearn.externals.joblib, though maybe even a little more indirection than that would be valuable to make it clear that it isn't part of NumPy public API). This would avoid further enlarging the set of

[Numpy-discussion] Vendorize tempita

2016-09-30 Thread Charles R Harris
Hi All, There is a PR to vendorize tempita. This removes tempita as a dependency and simplifies some things. Feedback on this step is welcome. One question is whether the package should be renamed to something like `npy_tempita`, as otherwise installed te