Skip to content

Commit

Permalink
Include the optimization of ffill and bfill on the whats-new.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
josephnowak committed Nov 13, 2024
1 parent 656c508 commit 100369e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/whats-new.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ New Features
- Support lazy grouping by dask arrays, and allow specifying ordered groups with ``UniqueGrouper(labels=["a", "b", "c"])``
(:issue:`2852`, :issue:`757`).
By `Deepak Cherian <https://github.com/dcherian>`_.
- Optimize ffill, bfill with dask when limit is specified and use the blelloch algorithm by default for both methods
(:pull:`9771`)

Breaking changes
~~~~~~~~~~~~~~~~
Expand Down

0 comments on commit 100369e

Please sign in to comment.