Removed unneeded details from whatsnew description · rs2/pandas@31cb4b3 (original) (raw)
Navigation Menu
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Appearance settings
Commit 31cb4b3
Removed unneeded details from whatsnew description
File tree
1 file changed
lines changed
1 file changed
lines changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -204,4 +204,4 @@ Categorical | ||
| 204 | 204 | Other |
| 205 | 205 | ^^^^^ |
| 206 | 206 | - Bug in :func:`eval` where the ``inplace`` parameter was being incorrectly handled (:issue:`16732`) |
| 207 | -- Bug when using :func:`isin` on a large object series and large comparison array, numpy's in1d is used but doesn't support objects in most conditions (:issue:`16012`) | |
| 207 | +- Bug when using :func:`isin` on a large object series and large comparison array (:issue:`16012`) |