Re: [Numpy-discussion] Bug with how numpy.distutils.system_info handles the site.cfg

2010-05-15 Thread S. Chris Colbert
On Wed, 2010-05-12 at 23:06 -0400, Chris Colbert wrote: I had this problem back in 2009 when building Enthought Enable, and was happy with a work around. It just bit me again, and I finally got around to drilling down to the problem. On linux, if one uses the numpy/site.cfg [default]

Re: [Numpy-discussion] Poll: Semantics for % in Cython

2010-05-04 Thread S. Chris Colbert
On Thu, 2009-03-12 at 19:59 +0100, Dag Sverre Seljebotn wrote: (First off, is it OK to continue polling the NumPy list now and then on Cython language decisions? Or should I expect that any interested Cython users follow the Cython list?) In Python, if I write -1 % 5, I get 4. However, in

Re: [Numpy-discussion] Structured array with no fields - possible?

2009-05-05 Thread S. Chris Colbert
you can create an array without changing the values of the allocated memory by using numpy.empty() or numpy.ndarray() this will allow you to create an array of any size without specifying the contents beforehand. I'm not sure what you mean by empty, because any memory address will have a