Skip to content

Commit 505b4a8

Browse files
committed
Fixing merge conflict.
1 parent ac25ee3 commit 505b4a8

File tree

1 file changed

+0
-26
lines changed

1 file changed

+0
-26
lines changed

doc/source/whatsnew/v2.1.0.rst

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -266,32 +266,6 @@ Other enhancements
266266
- Let :meth:`DataFrame.to_feather` accept a non-default :class:`Index` and non-string column names (:issue:`51787`)
267267
- Added a new parameter ``by_row`` to :meth:`Series.apply` and :meth:`DataFrame.apply`. When set to ``False`` the supplied callables will always operate on the whole Series or DataFrame (:issue:`53400`, :issue:`53601`).
268268
- :meth:`DataFrame.shift` and :meth:`Series.shift` now allow shifting by multiple periods by supplying a list of periods (:issue:`44424`)
269-
- Groupby aggregations (such as :meth:`DataFrameGroupby.sum`) now can preserve the dtype of the input instead of casting to ``float64`` (:issue:`44952`)
270-
- Improved error message when :meth:`DataFrameGroupBy.agg` failed (:issue:`52930`)
271-
- Many read/to_* functions, such as :meth:`DataFrame.to_pickle` and :func:`read_csv`, support forwarding compression arguments to lzma.LZMAFile (:issue:`52979`)
272-
- Performance improvement in :func:`concat` with homogeneous ``np.float64`` or ``np.float32`` dtypes (:issue:`52685`)
273-
- Performance improvement in :meth:`DataFrame.filter` when ``items`` is given (:issue:`52941`)
274-
- Reductions :meth:`Series.argmax`, :meth:`Series.argmin`, :meth:`Series.idxmax`, :meth:`Series.idxmin`, :meth:`Index.argmax`, :meth:`Index.argmin`, :meth:`DataFrame.idxmax`, :meth:`DataFrame.idxmin` are now supported for object-dtype objects (:issue:`4279`, :issue:`18021`, :issue:`40685`, :issue:`43697`)
275-
-
276-
277-
.. ---------------------------------------------------------------------------
278-
.. _whatsnew_210.notable_bug_fixes:
279-
280-
Notable bug fixes
281-
~~~~~~~~~~~~~~~~~
282-
283-
These are bug fixes that might have notable behavior changes.
284-
285-
.. _whatsnew_210.notable_bug_fixes.notable_bug_fix1:
286-
287-
notable_bug_fix1
288-
^^^^^^^^^^^^^^^^
289-
290-
.. _whatsnew_210.notable_bug_fixes.notable_bug_fix2:
291-
292-
notable_bug_fix2
293-
^^^^^^^^^^^^^^^^
294-
=======
295269
- Groupby aggregations with ``numba`` (such as :meth:`.DataFrameGroupBy.sum`) now can preserve the dtype of the input instead of casting to ``float64`` (:issue:`44952`)
296270
- Improved error message when :meth:`.DataFrameGroupBy.agg` failed (:issue:`52930`)
297271
- Many read/to_* functions, such as :meth:`DataFrame.to_pickle` and :func:`read_csv`, support forwarding compression arguments to ``lzma.LZMAFile`` (:issue:`52979`)

0 commit comments

Comments
 (0)