Re: [Numpy-discussion] ANN: NumExpr3 Alpha

2017-02-19 Thread Robert McLeod
Hi Juan, A guy on reddit suggested looking at SymPy for just such a thing. I know that Dask also represents its process as a graph. https://www.reddit.com/r/Python/comments/5um04m/numexpr3/ I'll think about it some more but it seems a little abstract still. To a certain extent the NE3 compiler

Re: [Numpy-discussion] Eric Wieser added to NumPy team.

2017-02-19 Thread Ralf Gommers
On Sun, Feb 19, 2017 at 7:07 AM, Charles R Harris wrote: > Hi All, > > I'm pleased to welcome Eric to the NumPy team. There is a pile of pending > PRs that grows every day and we are counting on Eric will help us keep it > in check ;) > Welcome to the team Eric!

Re: [Numpy-discussion] ANN: NumExpr3 Alpha

2017-02-19 Thread Marten van Kerkwijk
Hi All, Just a side note that at a smaller scale some of the benefits of numexpr are coming to numpy: Julian Taylor has been working on identifying temporary arrays in https://github.com/numpy/numpy/pull/7997. Julian also commented (https://github.com/numpy/numpy/pull/7997#issuecomment-246118772)