@@ -50,6 +50,7 @@ pandas 0.11.1
50
50
- Added keyword parameters for different types of scatter_matrix subplots
51
51
- A ``filter `` method on grouped Series or DataFrames returns a subset of
52
52
the original (GH3680 _, GH919 _)
53
+ - Access to historical Google Finance data in pandas.io.data (GH3814 _)
53
54
54
55
**Improvements to existing features **
55
56
@@ -85,9 +86,9 @@ pandas 0.11.1
85
86
86
87
- When removing an object, ``remove(key) `` raises
87
88
``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 ``
89
90
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 ``
91
92
to enable alternate encodings (GH3750 _)
92
93
- The repr() for (Multi)Index now obeys display.max_seq_items rather
93
94
then numpy threshold print options. (GH3426 _, GH3466 _)
@@ -310,6 +311,7 @@ pandas 0.11.1
310
311
.. _GH3750 : https://github.com/pydata/pandas/issues/3750
311
312
.. _GH3726 : https://github.com/pydata/pandas/issues/3726
312
313
.. _GH3795 : https://github.com/pydata/pandas/issues/3795
314
+ .. _GH3814 : https://github.com/pydata/pandas/issues/3814
313
315
314
316
pandas 0.11.0
315
317
=============
0 commit comments