Skip to content

Commit fb73a27

Browse files
domsmrzmroeschke
andauthored
Update doc/source/whatsnew/v3.0.0.rst
Co-authored-by: Matthew Roeschke <10647082+mroeschke@users.noreply.github.com>
1 parent 2bf148e commit fb73a27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/whatsnew/v3.0.0.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -465,7 +465,7 @@ Styler
465465
Other
466466
^^^^^
467467
- Bug in :class:`DataFrame` when passing a ``dict`` with a NA scalar and ``columns`` that would always return ``np.nan`` (:issue:`57205`)
468-
- Bug in :func:`eval` where the names of the ``Series`` were not preserved when using ``engine="numexpr"``. (:issue:`10239`)
468+
- Bug in :func:`eval` where the names of the :class:`Series` were not preserved when using ``engine="numexpr"``. (:issue:`10239`)
469469
- Bug in :func:`unique` on :class:`Index` not always returning :class:`Index` (:issue:`57043`)
470470
- Bug in :meth:`DataFrame.eval` and :meth:`DataFrame.query` which caused an exception when using NumPy attributes via ``@`` notation, e.g., ``df.eval("@np.floor(a)")``. (:issue:`58041`)
471471
- Bug in :meth:`DataFrame.eval` and :meth:`DataFrame.query` which did not allow to use ``tan`` function. (:issue:`55091`)

0 commit comments

Comments
 (0)