Skip to content

Commit 4051d36

Browse files
committed
Add whatsnew
1 parent b6722c5 commit 4051d36

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/source/whatsnew/v3.0.0.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -318,6 +318,7 @@ Bug fixes
318318
~~~~~~~~~
319319
- Fixed bug in :class:`SparseDtype` for equal comparison with na fill value. (:issue:`54770`)
320320
- Fixed bug in :meth:`.DataFrameGroupBy.median` where nat values gave an incorrect result. (:issue:`57926`)
321+
- Fixed bug in :meth:`DataFrame.eval` and :meth:`DataFrame.query` which caused an exception when using numpy via ``@`` notation. (:issue:`58041`)
321322
- Fixed bug in :meth:`DataFrame.join` inconsistently setting result index name (:issue:`55815`)
322323
- Fixed bug in :meth:`DataFrame.to_string` that raised ``StopIteration`` with nested DataFrames. (:issue:`16098`)
323324
- Fixed bug in :meth:`DataFrame.update` bool dtype being converted to object (:issue:`55509`)

0 commit comments

Comments
 (0)