Re: [Numpy-discussion] C API freeze and review

2011-03-10 Thread Ralf Gommers
On Thu, Mar 10, 2011 at 10:10 PM, Charles R Harris wrote: > > > On Thu, Mar 10, 2011 at 12:25 AM, Charles R Harris > wrote: >> >> >> On Thu, Mar 10, 2011 at 12:15 AM, Ralf Gommers >> wrote: >>> >>> Hi all, >>> >>> In preparation for making a 1.6.x branch, I just updated the C API >>> version. Pl

Re: [Numpy-discussion] C API freeze and review

2011-03-10 Thread Charles R Harris
On Thu, Mar 10, 2011 at 12:25 AM, Charles R Harris < charlesr.har...@gmail.com> wrote: > > > On Thu, Mar 10, 2011 at 12:15 AM, Ralf Gommers < > ralf.gomm...@googlemail.com> wrote: > >> Hi all, >> >> In preparation for making a 1.6.x branch, I just updated the C API >> version. Please do not add an

Re: [Numpy-discussion] C API freeze and review

2011-03-09 Thread Charles R Harris
On Thu, Mar 10, 2011 at 12:15 AM, Ralf Gommers wrote: > Hi all, > > In preparation for making a 1.6.x branch, I just updated the C API > version. Please do not add any more functions before the branch is > created. > > Over 70 new functions and types were added, we should also review if > all thos

[Numpy-discussion] C API freeze and review

2011-03-09 Thread Ralf Gommers
Hi all, In preparation for making a 1.6.x branch, I just updated the C API version. Please do not add any more functions before the branch is created. Over 70 new functions and types were added, we should also review if all those are necessary and if they are documented. Below is a list of all ne