Skip to content

Commit bde0484

Browse files
TomAugspurgerproost
authored andcommitted
DOC: whatsnew fixups (#30331)
* Refer to public API * Fixed formatting * Remove ref to undocumented function
1 parent 45ee60b commit bde0484

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

doc/source/whatsnew/v1.0.0.rst

+5-5
Original file line numberDiff line numberDiff line change
@@ -255,10 +255,10 @@ To update, use ``MultiIndex.set_names``, which returns a new ``MultiIndex``.
255255
mi2 = mi.set_names("new name", level=0)
256256
mi2.names
257257
258-
New repr for :class:`pandas.core.arrays.IntervalArray`
259-
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
258+
New repr for :class:`~pandas.arrays.IntervalArray`
259+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
260260

261-
- :class:`pandas.core.arrays.IntervalArray` adopts a new ``__repr__`` in accordance with other array classes (:issue:`25022`)
261+
- :class:`pandas.arrays.IntervalArray` adopts a new ``__repr__`` in accordance with other array classes (:issue:`25022`)
262262

263263
*pandas 0.25.x*
264264

@@ -578,7 +578,7 @@ or ``matplotlib.Axes.plot``. See :ref:`plotting.formatters` for more.
578578
- :meth:`Series.where` with ``Categorical`` dtype (or :meth:`DataFrame.where` with ``Categorical`` column) no longer allows setting new categories (:issue:`24114`)
579579
- :class:`DatetimeIndex`, :class:`TimedeltaIndex`, and :class:`PeriodIndex` constructors no longer allow ``start``, ``end``, and ``periods`` keywords, use :func:`date_range`, :func:`timedelta_range`, and :func:`period_range` instead (:issue:`23919`)
580580
- :class:`DatetimeIndex` and :class:`TimedeltaIndex` constructors no longer have a ``verify_integrity`` keyword argument (:issue:`23919`)
581-
- :func:`core.internals.blocks.make_block` no longer accepts the "fastpath" keyword(:issue:`19265`)
581+
- ``pandas.core.internals.blocks.make_block`` no longer accepts the "fastpath" keyword(:issue:`19265`)
582582
- :meth:`Block.make_block_same_class` no longer accepts the "dtype" keyword(:issue:`19434`)
583583
- Removed the previously deprecated :meth:`ExtensionArray._formatting_values`. Use :attr:`ExtensionArray._formatter` instead. (:issue:`23601`)
584584
- Removed the previously deprecated :meth:`MultiIndex.to_hierarchical` (:issue:`21613`)
@@ -655,7 +655,7 @@ Performance improvements
655655
~~~~~~~~~~~~~~~~~~~~~~~~
656656

657657
- Performance improvement in indexing with a non-unique :class:`IntervalIndex` (:issue:`27489`)
658-
- Performance improvement in `MultiIndex.is_monotonic` (:issue:`27495`)
658+
- Performance improvement in :attr:`MultiIndex.is_monotonic` (:issue:`27495`)
659659
- Performance improvement in :func:`cut` when ``bins`` is an :class:`IntervalIndex` (:issue:`27668`)
660660
- Performance improvement when initializing a :class:`DataFrame` using a ``range`` (:issue:`30171`)
661661
- Performance improvement in :meth:`DataFrame.corr` when ``method`` is ``"spearman"`` (:issue:`28139`)

0 commit comments

Comments
 (0)