From 414e30f917f6aadb7e7dd857da05bd63ecc05cdd Mon Sep 17 00:00:00 2001 From: Steve Choi Date: Fri, 26 Feb 2016 10:30:45 -0500 Subject: [PATCH] Update what's new page with relevant issues for df.query() with in-place operator The relevant issues added are : BUG: query with invalid dtypes should fallback to python engine #10486 BUG: query modifies the frame when you compare with `=` #8664 --- doc/source/whatsnew/v0.18.0.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/whatsnew/v0.18.0.txt b/doc/source/whatsnew/v0.18.0.txt index 8a48314de5f77..30b8b05e04d5f 100644 --- a/doc/source/whatsnew/v0.18.0.txt +++ b/doc/source/whatsnew/v0.18.0.txt @@ -785,7 +785,7 @@ Changes to eval ^^^^^^^^^^^^^^^ In prior versions, new columns assignments in an ``eval`` expression resulted -in an inplace change to the ``DataFrame``. (:issue:`9297`) +in an inplace change to the ``DataFrame``. (:issue:`9297`, :issue:`8664`, :issue:`10486`) .. ipython:: python