Skip to content

Commit e8a5318

Browse files
committed
DOC: release note for #3814
1 parent 5496613 commit e8a5318

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

RELEASE.rst

+4-2
Original file line numberDiff line numberDiff line change
@@ -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

314316
pandas 0.11.0
315317
=============

0 commit comments

Comments
 (0)