Skip to content

Commit 0f6d404

Browse files
TomAugspurgerPingviinituutti
authored andcommitted
DOC: Move 0.23.5 release notes (pandas-dev#24165)
1 parent fc7c714 commit 0f6d404

File tree

2 files changed

+6
-54
lines changed

2 files changed

+6
-54
lines changed

doc/source/whatsnew/v0.23.5.txt

-54
This file was deleted.

doc/source/whatsnew/v0.24.0.rst

+6
Original file line numberDiff line numberDiff line change
@@ -410,6 +410,8 @@ If installed, we now require:
410410
+-----------------+-----------------+----------+
411411
| xlrd | 1.0.0 | |
412412
+-----------------+-----------------+----------+
413+
| pytest (dev) | 3.6 | |
414+
+-----------------+-----------------+----------+
413415

414416
Additionally we no longer depend on `feather-format` for feather based storage
415417
and replaced it with references to `pyarrow` (:issue:`21639` and :issue:`23053`).
@@ -1504,6 +1506,7 @@ Notice how we now instead output ``np.nan`` itself instead of a stringified form
15041506
- Bug in :meth:`read_excel()` in which ``usecols`` was not being validated for proper column names when passed in as a string (:issue:`20480`)
15051507
- Bug in :meth:`DataFrame.to_dict` when the resulting dict contains non-Python scalars in the case of numeric data (:issue:`23753`)
15061508
- :func:`DataFrame.to_string()`, :func:`DataFrame.to_html()`, :func:`DataFrame.to_latex()` will correctly format output when a string is passed as the ``float_format`` argument (:issue:`21625`, :issue:`22270`)
1509+
- Bug in :func:`read_csv` that caused it to raise ``OverflowError`` when trying to use 'inf' as ``na_value`` with integer index column (:issue:`17128`)
15071510

15081511
Plotting
15091512
^^^^^^^^
@@ -1530,6 +1533,8 @@ Groupby/Resample/Rolling
15301533
- Bug in :meth:`pandas.core.groupby.DataFrameGroupBy.transform` which caused missing values when the input function can accept a :class:`DataFrame` but renames it (:issue:`23455`).
15311534
- Bug in :func:`pandas.core.groupby.GroupBy.nth` where column order was not always preserved (:issue:`20760`)
15321535
- Bug in :meth:`pandas.core.groupby.DataFrameGroupBy.rank` with ``method='dense'`` and ``pct=True`` when a group has only one member would raise a ``ZeroDivisionError`` (:issue:`23666`).
1536+
- Calling :meth:`DataFrameGroupBy.rank` and :meth:`SeriesGroupBy.rank` with empty groups and ``pct=True`` was raising a ``ZeroDivisionError`` due to `c1068d9 <https://github.com/pandas-dev/pandas/commit/c1068d9d242c22cb2199156f6fb82eb5759178ae>`_ (:issue:`22519`)
1537+
- Bug in :meth:`DataFrame.resample` when resampling ``NaT`` in ``TimeDeltaIndex`` (:issue:`13223`).
15331538

15341539
Reshaping
15351540
^^^^^^^^^
@@ -1594,6 +1599,7 @@ Other
15941599
- Checking PEP 3141 numbers in :func:`~pandas.api.types.is_scalar` function returns ``True`` (:issue:`22903`)
15951600
- Bug in :meth:`DataFrame.combine_first` in which column types were unexpectedly converted to float (:issue:`20699`)
15961601
- Bug where C variables were declared with external linkage causing import errors if certain other C libraries were imported before Pandas. (:issue:`24113`)
1602+
- Constructing a DataFrame with an index argument that wasn't already an instance of :class:`~pandas.core.Index` was broken in `4efb39f <https://github.com/pandas-dev/pandas/commit/4efb39f01f5880122fa38d91e12d217ef70fad9e>`_ (:issue:`22227`).
15971603

15981604
.. _whatsnew_0.24.0.contributors:
15991605

0 commit comments

Comments
 (0)