You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/source/whatsnew/v0.17.0.txt
+3-2
Original file line number
Diff line number
Diff line change
@@ -230,8 +230,6 @@ Other API Changes
230
230
- Enable serialization of lists and dicts to strings in ExcelWriter (:issue:`8188`)
231
231
- Allow passing `kwargs` to the interpolation methods (:issue:`10378`).
232
232
- Serialize metadata properties of subclasses of pandas objects (:issue:`10553`).
233
-
- Boolean comparisons of a ``Series`` vs ``None`` will now be equivalent to comparing with ``np.nan``, rather than raise ``TypeError``, xref (:issue:`1079`).
234
-
- Remove use of some deprecated numpy comparisons (:issue:`10569`)
235
233
236
234
.. _whatsnew_0170.deprecations:
237
235
@@ -243,6 +241,8 @@ Deprecations
243
241
Removal of prior version deprecations/changes
244
242
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
245
243
244
+
- Remove use of some deprecated numpy comparison operations, mainly in tests. (:issue:`10569`)
245
+
246
246
.. _dask: https://dask.readthedocs.org/en/latest/
247
247
248
248
.. _whatsnew_0170.gil:
@@ -285,6 +285,7 @@ Performance Improvements
285
285
Bug Fixes
286
286
~~~~~~~~~
287
287
288
+
- Boolean comparisons of a ``Series`` vs ``None`` will now be equivalent to comparing with ``np.nan``, rather than raise ``TypeError``, xref (:issue:`1079`).
288
289
- Bug in ``DataFrame.apply`` when function returns categorical series. (:issue:`9573`)
289
290
- Bug in ``to_datetime`` with invalid dates and formats supplied (:issue:`10154`)
290
291
- Bug in ``Index.drop_duplicates`` dropping name(s) (:issue:`10115`)
0 commit comments