Skip to content

Commit

Permalink
CI: fix doc build (#43688)
Browse files Browse the repository at this point in the history
  • Loading branch information
mzeitlin11 authored Sep 21, 2021
1 parent 5a369d6 commit aad2cba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/source/whatsnew/v1.4.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ Performance improvements
- Performance improvement in indexing with a :class:`MultiIndex` indexer on another :class:`MultiIndex` (:issue:43370`)
- Performance improvement in :meth:`GroupBy.quantile` (:issue:`43469`)
- :meth:`SparseArray.min` and :meth:`SparseArray.max` no longer require converting to a dense array (:issue:`43526`)
- Performance improvement in :meth:`SparseArray.take` with ``allow_fill=False`` (:issue:`43654 `)
- Performance improvement in :meth:`SparseArray.take` with ``allow_fill=False`` (:issue:`43654`)
-

.. ---------------------------------------------------------------------------
Expand Down

0 comments on commit aad2cba

Please sign in to comment.