Skip to content

Commit 117e61f

Browse files
committed
DOC: whatsnew corrections
1 parent ce80793 commit 117e61f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

doc/source/whatsnew/v0.17.0.txt

+1-2
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ Highlights include:
4040
- Development support for benchmarking with the `Air Speed Velocity library <https://github.com/spacetelescope/asv/>`_ (:issue:`8316`)
4141
- Support for reading SAS xport files, see :ref:`here <whatsnew_0170.enhancements.sas_xport>`
4242
- Removal of the automatic TimeSeries broadcasting, deprecated since 0.8.0, see :ref:`here <whatsnew_0170.prior_deprecations>`
43-
- Support for math functions in .eval(), see :ref:`here <whatsnew_0170.matheval>`
4443

4544
Check the :ref:`API Changes <whatsnew_0170.api>` and :ref:`deprecations <whatsnew_0170.deprecations>` before updating.
4645

@@ -192,7 +191,7 @@ See the :ref:`docs <io.sas>` for more details.
192191
Support for Math Functions in .eval()
193192
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
194193

195-
:meth:`~pandas.eval` now supports calling math functions.
194+
:meth:`~pandas.eval` now supports calling math functions (:issue:`4893`)
196195

197196
.. code-block:: python
198197

0 commit comments

Comments
 (0)