@@ -13,9 +13,7 @@ users upgrade to this version.
13
13
14
14
- :ref:`Performance Improvements <whatsnew_0141.performance>`
15
15
16
- - :ref:`Prior Deprecations <whatsnew_0141.prior_deprecations>`
17
-
18
- - :ref:`Deprecations <whatsnew_0141.deprecations>`
16
+ - :ref:`Experimental Changes <whatsnew_0141.experimental>`
19
17
20
18
- :ref:`Bug Fixes <whatsnew_0141.bug_fixes>`
21
19
@@ -144,13 +142,16 @@ Performance
144
142
- Regression in groupby aggregation of datetime64 dtypes (:issue:`7555`)
145
143
- Improvements in `MultiIndex.from_product` for large iterables (:issue:`7627`)
146
144
147
- - Bug in subplots displays ``ticklabels`` and ``labels`` in different rule (:issue:`5897`)
148
145
149
146
147
+ .. _whatsnew_0141.experimental:
150
148
151
149
Experimental
152
150
~~~~~~~~~~~~
153
151
152
+ - ``pandas.io.data.Options`` has a new method, ``get_all_data`` method, and now consistently returns a
153
+ multi-indexed ``DataFrame``, see :ref:`the docs <remote_data.yahoo_options>`. (:issue:`5602`)
154
+
154
155
- ``io.gbq.read_gbq`` and ``io.gbq.to_gbq`` were refactored to remove the
155
156
dependency on the Google ``bq.py`` command line client. This submodule
156
157
now uses ``httplib2`` and the Google ``apiclient`` and ``oauth2client`` API client
@@ -175,6 +176,7 @@ Bug Fixes
175
176
- Bug in grouped ``hist`` and ``scatter`` plots use old ``figsize`` default (:issue:`7394`)
176
177
- Bug in plotting subplots with ``DataFrame.plot``, ``hist`` clears passed ``ax`` even if the number of subplots is one (:issue:`7391`).
177
178
- Bug in plotting subplots with ``DataFrame.boxplot`` with ``by`` kw raises ``ValueError`` if the number of subplots exceeds 1 (:issue:`7391`).
179
+ - Bug in subplots displays ``ticklabels`` and ``labels`` in different rule (:issue:`5897`)
178
180
179
181
- Bug in ``Panel.apply`` with a multi-index as an axis (:issue:`7469`)
180
182
0 commit comments