Re: [Numpy-discussion] magic_square

2007-02-16 Thread Alec Mihailovs
Travis Oliphant ee.byu.edu> writes: > You can submit a patch as a ticket on the Trac pages. The trend is to > put this kind of stuff into SciPy instead of NumPy. I think we are > trying to trim NumPy in the long term. I'll look into this. > As far as I'm concerned just placing a link t

Re: [Numpy-discussion] magic_square

2007-02-16 Thread Travis Oliphant
Alec Mihailovs wrote: >I saw somewhere a comparison between numpy and Matlab/Octave. One of the >Matlab/Octave commands that is missing in Numpy is magic(n) for producing n-by- >n magic squares. > >Yesterday I posted a magic_square module in the CheeseShop, containing this >missing magic(n) comm

[Numpy-discussion] magic_square

2007-02-16 Thread Alec Mihailovs
I saw somewhere a comparison between numpy and Matlab/Octave. One of the Matlab/Octave commands that is missing in Numpy is magic(n) for producing n-by- n magic squares. Yesterday I posted a magic_square module in the CheeseShop, containing this missing magic(n) command together with 2 others, i