Re: [Numpy-discussion] Adding an axis argument to numpy.unique

2013-08-19 Thread Joe Kington
... > > However, my first interpretation of an axis argument in unique would > be that it treats each column (or whatever along axis) separately. > Analogously to max, argmax and similar. > Good point! That's certainly a potential source of confusion. However, I can't seem to come up with a bet

[Numpy-discussion] At.: question about RAM problem in numpy array code

2013-08-19 Thread Josè Luis Mietta
 Hi experts! I have a core i3 3GB RAM Toshiba laptop. Im a newby Ubuntu 13.04, python and sage user. I note that RAM memory becomes full while running script (starts in 50% of RAM ocupation and becomes to 100% (full)). This generate that operating system become slower... In the code few numpy a

Re: [Numpy-discussion] Deprecation of financial routines

2013-08-19 Thread Joe Harrington
> On 8/19/2013 2:37 AM, Juan Luis Cano wrote: >> https://github.com/numpy/numpy/issues/2880 >> >> it was suggested that we deprecate and eventually remove the financial >> functions in NumPy IDL has financial functions. Matlab has financial functions. Financial functions are something that a sub

Re: [Numpy-discussion] Deprecation of financial routines

2013-08-19 Thread josef . pktd
On Mon, Aug 19, 2013 at 9:47 AM, Skipper Seabold wrote: > On Mon, Aug 19, 2013 at 9:38 AM, Cera, Tim wrote: >> >> On Mon, Aug 19, 2013 at 2:37 AM, Juan Luis Cano >> wrote: >> > >> > As now master is open for 1.9, following the discussion opened here >> > >> > https://github.com/numpy/numpy/issue

Re: [Numpy-discussion] Deprecation of financial routines

2013-08-19 Thread Skipper Seabold
On Mon, Aug 19, 2013 at 9:38 AM, Cera, Tim wrote: > On Mon, Aug 19, 2013 at 2:37 AM, Juan Luis Cano > wrote: > > > > As now master is open for 1.9, following the discussion opened here > > > > https://github.com/numpy/numpy/issues/2880 > > > > it was suggested that we deprecate and eventually re

Re: [Numpy-discussion] Deprecation of financial routines

2013-08-19 Thread Cera, Tim
On Mon, Aug 19, 2013 at 2:37 AM, Juan Luis Cano wrote: > > As now master is open for 1.9, following the discussion opened here > > https://github.com/numpy/numpy/issues/2880 > > it was suggested that we deprecate and eventually remove the financial > functions in NumPy, because they pollute the ma

Re: [Numpy-discussion] Deprecation of financial routines

2013-08-19 Thread Juan Luis Cano
[clip] On 08/19/2013 01:34 PM, Alan G Isaac wrote: > On 8/19/2013 2:37 AM, Juan Luis Cano wrote: >> https://github.com/numpy/numpy/issues/2880 >> >> it was suggested that we deprecate and eventually remove the financial >> functions in NumPy > > It seems that this summary is a bit one-sided. There

Re: [Numpy-discussion] Adding an axis argument to numpy.unique

2013-08-19 Thread josef . pktd
On Sun, Aug 18, 2013 at 7:14 PM, Joe Kington wrote: > Hi everyone, > > I've recently put together a pull request that adds an `axis` kwarg to > `numpy.unique` so that `unique`can easily be used to find unique > rows/columns/sub-arrays/etc of a larger array. > > https://github.com/numpy/numpy/pull/

Re: [Numpy-discussion] Deprecation of financial routines

2013-08-19 Thread Alan G Isaac
On 8/19/2013 2:37 AM, Juan Luis Cano wrote: > https://github.com/numpy/numpy/issues/2880 > > it was suggested that we deprecate and eventually remove the financial > functions in NumPy It seems that this summary is a bit one-sided. There was also a suggestion to move these into numpy.financial,