Re: [Numpy-discussion] NumPy C-API now has prefixes

2006-07-07 Thread Stefan van der Walt
On Fri, Jul 07, 2006 at 07:06:58PM -0600, Fernando Perez wrote: > On 7/7/06, Travis Oliphant <[EMAIL PROTECTED]> wrote: > > I just committed a big change to the NumPy SVN (r2773-r2777) which adds > > the prefix npy_ or NPY_ to all names not otherwise pre-fixed. > > > > There is also a noprefix.h h

Re: [Numpy-discussion] NumPy C-API now has prefixes

2006-07-07 Thread Albert Strasheim
Hello all > Please, > > try out the new C-API and let's get the bugs wrinkled out. > > Hopefully this will give us a more solid foundation for the future... > I've already committed changes to matplotlib SVN that allow it to work > with old and new NumPy. What implications, if any, do these cha

Re: [Numpy-discussion] NumPy C-API now has prefixes

2006-07-07 Thread Fernando Perez
On 7/7/06, Travis Oliphant <[EMAIL PROTECTED]> wrote: > I just committed a big change to the NumPy SVN (r2773-r2777) which adds > the prefix npy_ or NPY_ to all names not otherwise pre-fixed. > > There is also a noprefix.h header that allows you to use the names > without the prefixes defined, as