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

2014-05-31 Thread josef . pktd
No comment, Josef On Fri, 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 > ... > > Downloading/unpacking numpy>=1.6.1 fro

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

2014-05-31 Thread Jeff Reback
sure would take a pr for that anything 2 make setup easier! > On May 31, 2014, at 1:50 AM, Ralf Gommers wrote: > > > > >> 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 l

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] 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] 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] 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