File tree 1 file changed +1
-2
lines changed
1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,6 @@ Highlights include:
40
40
- Development support for benchmarking with the `Air Speed Velocity library <https://github.com/spacetelescope/asv/>`_ (:issue:`8316`)
41
41
- Support for reading SAS xport files, see :ref:`here <whatsnew_0170.enhancements.sas_xport>`
42
42
- 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>`
44
43
45
44
Check the :ref:`API Changes <whatsnew_0170.api>` and :ref:`deprecations <whatsnew_0170.deprecations>` before updating.
46
45
@@ -192,7 +191,7 @@ See the :ref:`docs <io.sas>` for more details.
192
191
Support for Math Functions in .eval()
193
192
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
194
193
195
- :meth:`~pandas.eval` now supports calling math functions.
194
+ :meth:`~pandas.eval` now supports calling math functions (:issue:`4893`)
196
195
197
196
.. code-block:: python
198
197
You can’t perform that action at this time.
0 commit comments