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
- :func:``DataFrame.to_json`` and ``Series.to_json`` now accept an ``index`` argument which allows the user to exclude the index from the JSON output (:issue:`17394`)
141
141
- ``IntervalIndex.to_tuples()`` has gained the ``na_tuple`` parameter to control whether NA is returned as a tuple of NA, or NA itself (:issue:`18756`)
142
142
143
-
.. _whatsnew_0220.api_breaking:
143
+
.. _whatsnew_0230.api_breaking:
144
144
145
145
Backwards incompatible API changes
146
146
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
147
147
148
-
.. _whatsnew_0220.api_breaking.deps:
148
+
.. _whatsnew_0230.api_breaking.deps:
149
149
150
150
Dependencies have increased minimum versions
151
151
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
@@ -169,7 +169,7 @@ Build Changes
169
169
- Building from source now explicity requires ``setuptools`` in ``setup.py`` (:issue:`18113`)
170
170
- Updated conda recipe to be in compliance with conda-build 3.0+ (:issue:`18002`)
171
171
172
-
.. _whatsnew_0220.api:
172
+
.. _whatsnew_0230.api:
173
173
174
174
Other API Changes
175
175
^^^^^^^^^^^^^^^^^
@@ -199,7 +199,7 @@ Other API Changes
199
199
- :func:`pandas.merge` now raises a ``ValueError`` when trying to merge on incompatible data types (:issue:`9780`)
200
200
- :func:`wide_to_long` previously kept numeric-like suffixes as ``object`` dtype. Now they are cast to numeric if possible (:issue:`17627`)
201
201
202
-
.. _whatsnew_0220.deprecations:
202
+
.. _whatsnew_0230.deprecations:
203
203
204
204
Deprecations
205
205
~~~~~~~~~~~~
@@ -214,7 +214,7 @@ Deprecations
214
214
- ``Series.valid`` is deprecated. Use :meth:`Series.dropna` instead (:issue:`18800`).
215
215
- :func:`read_excel` has deprecated the ``skip_footer`` parameter. Use ``skipfooter`` instead (:issue:`18836`)
216
216
217
-
.. _whatsnew_0220.prior_deprecations:
217
+
.. _whatsnew_0230.prior_deprecations:
218
218
219
219
Removal of prior version deprecations/changes
220
220
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -234,7 +234,7 @@ Removal of prior version deprecations/changes
234
234
- :func:`read_csv` has dropped the ``as_recarray`` parameter (:issue:`13373`)
235
235
- :func:`read_csv` has dropped the ``buffer_lines`` parameter (:issue:`13360`)
236
236
237
-
.. _whatsnew_0220.performance:
237
+
.. _whatsnew_0230.performance:
238
238
239
239
Performance Improvements
240
240
~~~~~~~~~~~~~~~~~~~~~~~~
@@ -252,7 +252,7 @@ Performance Improvements
252
252
- Improved performance of ``DatetimeIndex`` and ``Series`` arithmetic operations with Business-Month and Business-Quarter frequencies (:issue:`18489`)
253
253
- :func:`Series` / :func:`DataFrame` tab completion limits to 100 values, for better performance. (:issue:`18587`)
0 commit comments