[Numpy-discussion] Preferring gfortran over g77 on OS X and other distributions?

2012-06-18 Thread Aron Ahmadia
f2py, by default, seems to prefer g77 (no longer maintained, deprecated, speedy, doesn't support Fortran 90 or Fortran 95) over gfortran (maintained, slower, Fortran 90 and Fortran 95 support). This causes problems when we try to compile Fortran 90 extensions using f2py on platforms where both

[Numpy-discussion] numpy allocation event hooks

2012-06-18 Thread Thouis (Ray) Jones
Based on some previous discussion on the numpy list [1] and in now-cancelled PRs [2,3], I'd like to solicit opinions on adding an interface for numpy memory allocation event tracking, as implemented in this PR: https://github.com/numpy/numpy/pull/309 A brief summary of the changes: -

Re: [Numpy-discussion] numpy allocation event hooks

2012-06-18 Thread Dag Sverre Seljebotn
On 06/18/2012 12:14 PM, Thouis (Ray) Jones wrote: Based on some previous discussion on the numpy list [1] and in now-cancelled PRs [2,3], I'd like to solicit opinions on adding an interface for numpy memory allocation event tracking, as implemented in this PR:

Re: [Numpy-discussion] numpy allocation event hooks

2012-06-18 Thread Thouis (Ray) Jones
On Mon, Jun 18, 2012 at 3:46 PM, Dag Sverre Seljebotn d.s.seljeb...@astro.uio.no wrote: On 06/18/2012 12:14 PM, Thouis (Ray) Jones wrote: Based on some previous discussion on the numpy list [1] and in now-cancelled PRs [2,3], I'd like to solicit opinions on adding an interface for numpy memory

[Numpy-discussion] convert any non square matrix in to square matrix using numpy

2012-06-18 Thread bob tnur
Hi, how I can convert (by adding zero) of any non-square numpy matrix in to square matrix using numpy? then how to find the minimum number in each row except the zeros added(for making square matrix)? ;) ___ NumPy-Discussion mailing list

Re: [Numpy-discussion] convert any non square matrix in to square matrix using numpy

2012-06-18 Thread Tony Yu
On Mon, Jun 18, 2012 at 11:55 AM, bob tnur bobtnu...@gmail.com wrote: Hi, how I can convert (by adding zero) of any non-square numpy matrix in to square matrix using numpy? then how to find the minimum number in each row except the zeros added(for making square matrix)? ;)

Re: [Numpy-discussion] convert any non square matrix in to square matrix using numpy

2012-06-18 Thread eat
Hi, On Mon, Jun 18, 2012 at 6:55 PM, bob tnur bobtnu...@gmail.com wrote: Hi, how I can convert (by adding zero) of any non-square numpy matrix in to square matrix using numpy? then how to find the minimum number in each row except the zeros added(for making square matrix)? ;) Perhaps

Re: [Numpy-discussion] Matrix rank default tolerance - is it too low?

2012-06-18 Thread Matthew Brett
Hi, On Sun, Jun 17, 2012 at 7:22 PM, Charles R Harris charlesr.har...@gmail.com wrote: On Sat, Jun 16, 2012 at 2:33 PM, Matthew Brett matthew.br...@gmail.com wrote: Hi, On Sat, Jun 16, 2012 at 8:03 PM, Matthew Brett matthew.br...@gmail.com wrote: Hi, On Sat, Jun 16, 2012 at 10:40