Skip to content

RLS: release notes for 0.23.2 #21752

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 34 additions & 0 deletions doc/source/release.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,40 @@ analysis / manipulation tool available in any language.
* Binary installers on PyPI: https://pypi.org/project/pandas
* Documentation: http://pandas.pydata.org

pandas 0.23.2
-------------

**Release date**: July 5, 2018

This is a minor bug-fix release in the 0.23.x series and includes some small regression fixes
and bug fixes.

See the :ref:`full whatsnew <whatsnew_0232>` for a list of all the changes.

Thanks
~~~~~~

A total of 17 people contributed to this release. People with a "+" by their
names contributed a patch for the first time.

* David Krych
* Jacopo Rota +
* Jeff Reback
* Jeremy Schendel
* Joris Van den Bossche
* Kalyan Gokhale
* Matthew Roeschke
* Michael Odintsov +
* Ming Li
* Pietro Battiston
* Tom Augspurger
* Uddeshya Singh
* Vu Le +
* alimcmaster1 +
* david-liu-brattle-1 +
* gfyoung
* jbrockmendel

pandas 0.23.1
-------------

Expand Down
2 changes: 2 additions & 0 deletions doc/source/whatsnew.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ These are new features and improvements of note in each release.

.. include:: whatsnew/v0.24.0.txt

.. include:: whatsnew/v0.23.2.txt

.. include:: whatsnew/v0.23.1.txt

.. include:: whatsnew/v0.23.0.txt
Expand Down
2 changes: 1 addition & 1 deletion doc/source/whatsnew/v0.23.2.txt
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ Fixed Regressions


Build Changes
-------------
~~~~~~~~~~~~~

- The source and binary distributions no longer include test data files, resulting in smaller download sizes. Tests relying on these data files will be skipped when using ``pandas.test()``. (:issue:`19320`)

Expand Down