Skip to content

Commit e82a65a

Browse files
committed
DOC: add release and v0.14.0.txt notes
1 parent a83c186 commit e82a65a

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

doc/source/release.rst

+2
Original file line numberDiff line numberDiff line change
@@ -313,6 +313,8 @@ Improvements to existing features
313313
in item handling (:issue:`6745`, :issue:`6988`).
314314
- Improve performance in certain reindexing operations by optimizing ``take_2d`` (:issue:`6749`)
315315
- Arrays of strings can be wrapped to a specified width (``str.wrap``) (:issue:`6999`)
316+
- ``GroupBy.count()`` is now implemented in Cython and is much faster for large
317+
numbers of groups (:issue:`7016`).
316318

317319
.. _release.bug_fixes-0.14.0:
318320

doc/source/v0.14.0.txt

+2
Original file line numberDiff line numberDiff line change
@@ -568,6 +568,8 @@ Performance
568568
- Performance improvements in timedelta conversions for integer dtypes (:issue:`6754`)
569569
- Improved performance of compatible pickles (:issue:`6899`)
570570
- Improve performance in certain reindexing operations by optimizing ``take_2d`` (:issue:`6749`)
571+
- ``GroupBy.count()`` is now implemented in Cython and is much faster for large
572+
numbers of groups (:issue:`7016`).
571573

572574
Experimental
573575
~~~~~~~~~~~~

0 commit comments

Comments
 (0)