ANN: pandas v0.18.0rc1 - RELEASE CANDIDATE

Hi, I'm pleased to announce the availability of the first release candidate of Pandas 0.18.0. Please try this RC and report any issues here: Pandas Issues <https://github.com/pydata/pandas/issues> We will be releasing officially in 1-2 weeks or so. **RELEASE CANDIDATE 1** This is a major release from 0.17.1 and includes a small number of API changes, several new features, enhancements, and performance improvements along with a large number of bug fixes. We recommend that all users upgrade to this version. Highlights include: - pandas >= 0.18.0 will no longer support compatibility with Python version 2.6 GH7718 <https://github.com/pydata/pandas/issues/7718> or version 3.3 GH11273 <https://github.com/pydata/pandas/issues/11273> - Moving and expanding window functions are now methods on Series and DataFrame similar to .groupby like objects, see here <http://pandas-docs.github.io/pandas-docs-travis/whatsnew.html#whatsnew-0180-...> . - Adding support for a RangeIndex as a specialized form of the Int64Index for memory savings, see here <http://pandas-docs.github.io/pandas-docs-travis/whatsnew.html#whatsnew-0180-...> . - API breaking .resample changes to make it more .groupby like, see here <http://pandas-docs.github.io/pandas-docs-travis/whatsnew.html#whatsnew-0180-...> - Removal of support for positional indexing with floats, which was deprecated since 0.14.0. This will now raise a TypeError, see here <http://pandas-docs.github.io/pandas-docs-travis/whatsnew.html#whatsnew-0180-...> - The .to_xarray() function has been added for compatibility with the xarray package <http://xarray.pydata.org/en/stable/> see here <http://pandas-docs.github.io/pandas-docs-travis/whatsnew.html#whatsnew-0180-...> . - Addition of the .str.extractall() method <http://pandas-docs.github.io/pandas-docs-travis/whatsnew.html#whatsnew-0180-...>, and API changes to the the .str.extract() method <http://pandas-docs.github.io/pandas-docs-travis/whatsnew.html#whatsnew-0180-...>, and the .str.cat() method <http://pandas-docs.github.io/pandas-docs-travis/whatsnew.html#whatsnew-0180-...> - pd.test() top-level nose test runner is available GH4327 <https://github.com/pydata/pandas/issues/4327> See the Whatsnew <http://pandas-docs.github.io/pandas-docs-travis/whatsnew.html> for much more information. Best way to get this is to install via conda <http://pandas-docs.github.io/pandas-docs-travis/install.html#installing-pand...> from our development channel. Builds for osx-64,linux-64,win-64 for Python 2.7 and Python 3.5 are all available. conda install pandas=v0.18.0rc1 -c pandas Thanks to all who made this release happen. It is a very large release! Jeff

On 14 Feb 2016, at 1:53 am, Jeff Reback <jeffreback@gmail.com> wrote:
Thanks, looking forward to give this a try! Do you have a download link to the source for non-Conda users and packagers? Finding anything in the github source tarball repositories without having the exact path seems hopeless. Derek

https://github.com/pydata/pandas/releases/tag/v0.18.0rc1 On Mon, Feb 15, 2016 at 12:51 PM, Derek Homeier < derek@astro.physik.uni-goettingen.de> wrote:

On 15 Feb 2016, at 6:55 pm, Jeff Reback <jeffreback@gmail.com> wrote:
Ah, think I forgot about the ‘releases’ pages. Built on OS X 10.10 + 10.11 with python 2.7.11, 3.4.4 and 3.5.1. 17 errors in the test suite + 1 failure with python2.7 only; I can send you details on the errors if desired, the majority seems to be generic to a urllib problem with openssl on OS X anyway. Thanks for the good work Derek

On 14 Feb 2016, at 1:53 am, Jeff Reback <jeffreback@gmail.com> wrote:
Thanks, looking forward to give this a try! Do you have a download link to the source for non-Conda users and packagers? Finding anything in the github source tarball repositories without having the exact path seems hopeless. Derek

https://github.com/pydata/pandas/releases/tag/v0.18.0rc1 On Mon, Feb 15, 2016 at 12:51 PM, Derek Homeier < derek@astro.physik.uni-goettingen.de> wrote:

On 15 Feb 2016, at 6:55 pm, Jeff Reback <jeffreback@gmail.com> wrote:
Ah, think I forgot about the ‘releases’ pages. Built on OS X 10.10 + 10.11 with python 2.7.11, 3.4.4 and 3.5.1. 17 errors in the test suite + 1 failure with python2.7 only; I can send you details on the errors if desired, the majority seems to be generic to a urllib problem with openssl on OS X anyway. Thanks for the good work Derek
participants (2)
-
Derek Homeier
-
Jeff Reback