Skip to content

Commit 6a94388

Browse files
committed
updated changelog
1 parent 8ae0b53 commit 6a94388

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

doc/source/whatsnew/v0.15.2.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ API changes
4242

4343
- Bug in concat of Series with ``category`` dtype which were coercing to ``object``. (:issue:`8641`)
4444

45+
- Bug in pd.Grouper when specifying non-datetimelike grouping. (:issue:`8844`)
46+
4547
- ``Series.all`` and ``Series.any`` now support the ``level`` and ``skipna`` parameters. ``Series.all``, ``Series.any``, ``Index.all``, and ``Index.any`` no longer support the ``out`` and ``keepdims`` parameters, which existed for compatibility with ndarray. Various index types no longer support the ``all`` and ``any`` aggregation functions and will now raise ``TypeError``. (:issue:`8302`):
4648

4749
.. ipython:: python

0 commit comments

Comments
 (0)