[Numpy-discussion] ANN: SfePy 2016.3

2016-09-30 Thread Robert Cimrman
I am pleased to announce release 2016.3 of SfePy. Description --- SfePy (simple finite elements in Python) is a software for solving systems of coupled partial differential equations by the finite element method or by the isogeometric analysis (limited support). It is distributed under

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

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

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,

Re: [Numpy-discussion] automatically avoiding temporary arrays

2016-09-30 Thread Julian Taylor
On 30.09.2016 23:09, josef.p...@gmail.com wrote: > On Fri, Sep 30, 2016 at 9:38 AM, Julian Taylor > wrote: >> hi, >> Temporary arrays generated in expressions are expensive as the imply >> extra memory bandwidth which is the bottleneck in most numpy operations. >>

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,

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

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

[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

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

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