Skip to content

Commit 316a36c

Browse files
committed
DOC: v0.14.1 doc updates
1 parent 0876947 commit 316a36c

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

doc/source/v0.14.1.txt

+6-4
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,7 @@ users upgrade to this version.
1313

1414
- :ref:`Performance Improvements <whatsnew_0141.performance>`
1515

16-
- :ref:`Prior Deprecations <whatsnew_0141.prior_deprecations>`
17-
18-
- :ref:`Deprecations <whatsnew_0141.deprecations>`
16+
- :ref:`Experimental Changes <whatsnew_0141.experimental>`
1917

2018
- :ref:`Bug Fixes <whatsnew_0141.bug_fixes>`
2119

@@ -144,13 +142,16 @@ Performance
144142
- Regression in groupby aggregation of datetime64 dtypes (:issue:`7555`)
145143
- Improvements in `MultiIndex.from_product` for large iterables (:issue:`7627`)
146144

147-
- Bug in subplots displays ``ticklabels`` and ``labels`` in different rule (:issue:`5897`)
148145

149146

147+
.. _whatsnew_0141.experimental:
150148

151149
Experimental
152150
~~~~~~~~~~~~
153151

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+
154155
- ``io.gbq.read_gbq`` and ``io.gbq.to_gbq`` were refactored to remove the
155156
dependency on the Google ``bq.py`` command line client. This submodule
156157
now uses ``httplib2`` and the Google ``apiclient`` and ``oauth2client`` API client
@@ -175,6 +176,7 @@ Bug Fixes
175176
- Bug in grouped ``hist`` and ``scatter`` plots use old ``figsize`` default (:issue:`7394`)
176177
- Bug in plotting subplots with ``DataFrame.plot``, ``hist`` clears passed ``ax`` even if the number of subplots is one (:issue:`7391`).
177178
- 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`)
178180

179181
- Bug in ``Panel.apply`` with a multi-index as an axis (:issue:`7469`)
180182

0 commit comments

Comments
 (0)