@@ -50,6 +50,7 @@ pandas 0.11.1
5050 - Added keyword parameters for different types of scatter_matrix subplots
5151 - A ``filter `` method on grouped Series or DataFrames returns a subset of
5252 the original (GH3680 _, GH919 _)
53+ - Access to historical Google Finance data in pandas.io.data (GH3814 _)
5354
5455**Improvements to existing features **
5556
@@ -85,9 +86,9 @@ pandas 0.11.1
8586
8687 - When removing an object, ``remove(key) `` raises
8788 ``KeyError `` if the key is not a valid store object.
88- - raise a ``TypeError `` on passing ``where `` or ``columns ``
89+ - raise a ``TypeError `` on passing ``where `` or ``columns ``
8990 to select with a Storer; these are invalid parameters at this time
90- - can now specify an ``encoding `` option to ``append/put ``
91+ - can now specify an ``encoding `` option to ``append/put ``
9192 to enable alternate encodings (GH3750 _)
9293 - The repr() for (Multi)Index now obeys display.max_seq_items rather
9394 then numpy threshold print options. (GH3426 _, GH3466 _)
@@ -310,6 +311,7 @@ pandas 0.11.1
310311.. _GH3750 : https://github.com/pydata/pandas/issues/3750
311312.. _GH3726 : https://github.com/pydata/pandas/issues/3726
312313.. _GH3795 : https://github.com/pydata/pandas/issues/3795
314+ .. _GH3814 : https://github.com/pydata/pandas/issues/3814
313315
314316pandas 0.11.0
315317=============
0 commit comments