[Numpy-discussion] Migrating numpy Trac to github issues

2012-06-11 Thread Thouis (Ray) Jones
I've volunteered to help manage the migration of numpy tickets from Trac to github issues. The first part of this process is to decide which tickets to migrate, and how to map Trac ticket data to github issue data. Question 1: Which tickets should be migrated? Open? Open and recently closed? A

Re: [Numpy-discussion] lazy evaluation

2012-06-11 Thread James Bergstra
On Mon, Jun 11, 2012 at 12:03 AM, James Bergstra wrote: > If anyone is interested in my ongoing API & bytecode adventure in why > / how lazy computing could be useful, I've put together a few tiny > hypothetically-runnable examples here: > > https://github.com/jaberg/numba/tree/master/examples > h

Re: [Numpy-discussion] not expected output of fill_diagonal

2012-06-11 Thread Frédéric Bastien
Thanks, I made a PR to fix it. I changed the current behavior to don't "wrap", but there is an option to change it. If someone think that we should not change the current default behavior. tell me. https://github.com/numpy/numpy/pull/306 Fred On Sat, Jun 9, 2012 at 8:44 AM, Warren Weckesser wr