Skip to content
Prev Previous commit
Next Next commit
Merge branch 'master' of https://github.com/pandas-dev/pandas into fi…
…x-27994 * Move whatsnew to v1.0.0.rst
  • Loading branch information
Katsuya Horiuchi committed Aug 26, 2019
commit 3d7045c10c67dabb643e8c3266ca109ab0a879c5
2 changes: 1 addition & 1 deletion doc/source/whatsnew/v0.25.2.rst
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ Sparse
Other
^^^^^

- Bug in :meth:`DataFrame.drop` when passing empty :meth:`DatetimeIndex` or `list`
- Compatibility with Python 3.8 in :meth:`DataFrame.query` (:issue:`27261`)
-

.. _whatsnew_0.252.contributors:
Expand Down
1 change: 1 addition & 0 deletions doc/source/whatsnew/v1.0.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,7 @@ Other
^^^^^
- Trying to set the ``display.precision``, ``display.max_rows`` or ``display.max_columns`` using :meth:`set_option` to anything but a ``None`` or a positive int will raise a ``ValueError`` (:issue:`23348`)
- :meth:`DataFrame.to_csv` and :meth:`Series.to_csv` now support dicts as ``compression`` argument with key ``'method'`` being the compression method and others as additional compression options when the compression method is ``'zip'``. (:issue:`26023`)
- Bug in :meth:`DataFrame.drop` when passing empty :meth:`DatetimeIndex` or `list`


.. _whatsnew_1000.contributors:
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.