Re: [Numpy-discussion] ANN: Pandas 0.14.0 released

2014-05-30 Thread Ralf Gommers
On Sat, May 31, 2014 at 12:30 AM, Jeff Reback wrote: > the upgrade flag on pip is apparently recursive on all deps > Indeed. This is super annoying, and trips up a lot of users. As long as that doesn't change in pip, you should be using something like https://github.com/scipy/scipy/pull/3566 in

Re: [Numpy-discussion] [pydata] Re: ANN: Pandas 0.14.0 released

2014-05-30 Thread Nathaniel Smith
If you really want to use complicated command line switches I think the correct ones are: pip install -U --no-deps pandas pip install pandas (Yes, you have to run both commands in order to handle all cases correctly.) -n On 30 May 2014 23:54, "Matthew Brett" wrote: > Hi, > > On Fri, May 30, 20

Re: [Numpy-discussion] ANN: Pandas 0.14.0 released

2014-05-30 Thread Matthew Brett
Hi, On Fri, May 30, 2014 at 3:31 PM, Matthew Brett wrote: > Hi, > > On Fri, May 30, 2014 at 3:16 PM, Neal Becker wrote: >> pip install --user --up pandas >> Downloading/unpacking pandas from >> https://pypi.python.org/packages/source/p/pandas/pandas-0.14.0.tar.gz#md5=b775987c0ceebcc8d5ace4a1241c

Re: [Numpy-discussion] [pydata] Re: ANN: Pandas 0.14.0 released

2014-05-30 Thread Nathaniel Smith
I sometimes do pip install pandas==0.14.0 This requires you know the version number, but is still much easier than the arcane mutterings that are otherwise needed if you want to be fully correct (pull in new dependencies, etc.). -n On 30 May 2014 23:31, "Matthew Brett" wrote: > Hi, > > On Fr

Re: [Numpy-discussion] ANN: Pandas 0.14.0 released

2014-05-30 Thread Matthew Brett
Hi, On Fri, May 30, 2014 at 3:16 PM, Neal Becker wrote: > pip install --user --up pandas > Downloading/unpacking pandas from > https://pypi.python.org/packages/source/p/pandas/pandas-0.14.0.tar.gz#md5=b775987c0ceebcc8d5ace4a1241c967a > ... > > Downloading/unpacking numpy>=1.6.1 from > https://pyp

Re: [Numpy-discussion] ANN: Pandas 0.14.0 released

2014-05-30 Thread Jeff Reback
the upgrade flag on pip is apparently recursive on all deps On May 30, 2014, at 6:16 PM, Neal Becker wrote: > > pip install --user --up pandas > Downloading/unpacking pandas from > https://pypi.python.org/packages/source/p/pandas/pandas-0.14.0.tar.gz#md5=b775987c0ceebcc8d5ace4a1241c967a > ...

Re: [Numpy-discussion] ANN: Pandas 0.14.0 released

2014-05-30 Thread Neal Becker
pip install --user --up pandas Downloading/unpacking pandas from https://pypi.python.org/packages/source/p/pandas/pandas-0.14.0.tar.gz#md5=b775987c0ceebcc8d5ace4a1241c967a ... Downloading/unpacking numpy>=1.6.1 from https://pypi.python.org/packages/source/n/numpy/numpy-1.8.1.tar.gz#md5=be95babe2

[Numpy-discussion] Renaming OSX wheels on pypi to make them more general

2014-05-30 Thread Matthew Brett
Hi, This is actually for both of numpy and scipy. I would like to rename the current OSX wheels on pypi so that they will be installed by default on system python, homebrew, macports, as well as Python.org Python. At the moment, they will only be found and installed by default by Python.org Pyth

[Numpy-discussion] ANN: Pandas 0.14.0 released

2014-05-30 Thread Jeff Reback
Hello, We are proud to announce v0.14.0 of pandas, a major release from 0.13.1. This release includes a small number of API changes, several new features, enhancements, and performance improvements along with a large number of bug fixes. This was 4 months of work with 1014 commits by 121 authors

Re: [Numpy-discussion] Fortran 90 Library and .mod files numpy.distutils

2014-05-30 Thread David Huard
Hi Onur, Have you taken a look at https://github.com/numpy/numpy/issues/1350 ? Maybe both issues are related. Cheers, David H. On Fri, May 30, 2014 at 6:20 AM, Onur Solmaz wrote: > Was this mail seen? I cannot be sure because it is the first time I posted. > > > > On Mon, May 26, 2014 at 2:4

Re: [Numpy-discussion] Reordering indices

2014-05-30 Thread Jaime Fernández del Río
On Fri, May 30, 2014 at 8:48 AM, Bob Dowling wrote: > Is there a clean way to create a view on an existing ND-array with its > axes in a different order. > > There's an epidemic of axes reordering, the exact same thing was asked yesterday in StackOverflow: http://stackoverflow.com/questions/2394

Re: [Numpy-discussion] Reordering indices

2014-05-30 Thread Robert Kern
On Fri, May 30, 2014 at 4:55 PM, Bob Dowling wrote: >> http://docs.scipy.org/doc/numpy/reference/generated/numpy.ndarray.transpose.html > > And I completely missed its general case. D'oh! Don't feel bad; it's not often discussed, and has a name derived from its rank-2 special case. :-) -- Robe

Re: [Numpy-discussion] Reordering indices

2014-05-30 Thread Bob Dowling
> http://docs.scipy.org/doc/numpy/reference/generated/numpy.ndarray.transpose.html And I completely missed its general case. D'oh! Thank you. ___ NumPy-Discussion mailing list NumPy-Discussion@scipy.org http://mail.scipy.org/mailman/listinfo/numpy-disc

Re: [Numpy-discussion] Reordering indices

2014-05-30 Thread Robert Kern
On Fri, May 30, 2014 at 4:48 PM, Bob Dowling wrote: > Is there a clean way to create a view on an existing ND-array with its > axes in a different order. > > For example, suppose I have an array of shape (100,200,300,3) and I > want to create a view of this where the vector coordinate is axis 0,

[Numpy-discussion] Reordering indices

2014-05-30 Thread Bob Dowling
Is there a clean way to create a view on an existing ND-array with its axes in a different order. For example, suppose I have an array of shape (100,200,300,3) and I want to create a view of this where the vector coordinate is axis 0, not axis 3. (So the view will have shape (3,100,200,300).)

Re: [Numpy-discussion] 64-bit windows numpy / scipy wheels for testing

2014-05-30 Thread Ralf Gommers
On Fri, May 23, 2014 at 2:41 AM, Matthew Brett wrote: > Hi, > > On Fri, May 9, 2014 at 4:06 AM, David Cournapeau > wrote: > > > > > > > > On Fri, May 9, 2014 at 11:49 AM, Julian Taylor > > wrote: > >> > >> On 09.05.2014 12:42, David Cournapeau wrote: > >> > > >> > > >> > > >> > On Fri, May 9, 2

Re: [Numpy-discussion] Fortran 90 Library and .mod files numpy.distutils

2014-05-30 Thread Onur Solmaz
Was this mail seen? I cannot be sure because it is the first time I posted. On Mon, May 26, 2014 at 2:48 PM, Onur Solmaz wrote: > I am building a Fortran 90 library and its extension. .mod files get > generated inside the build/temp.linux-x86_64-2.7/ directory, and stay > there; so when buildin