From ff1ca84038e2991dc5c31c68307ab46e25e6fa8b Mon Sep 17 00:00:00 2001 From: y-p Date: Fri, 22 Mar 2013 18:40:18 +0200 Subject: [PATCH] DOC: update RELEASE.rst --- RELEASE.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/RELEASE.rst b/RELEASE.rst index 224a9846bf864..51ed383648929 100644 --- a/RELEASE.rst +++ b/RELEASE.rst @@ -100,6 +100,9 @@ pandas 0.11.0 the collections.Mapping ABC. - Allow selection semantics via a string with a datelike index to work in both Series and DataFrames (GH3070_) + - Improved performance across several core functions by taking memory + ordering of arrays into account. Courtesy of @stephenwlin (GH3130_) + .. ipython:: python @@ -275,6 +278,7 @@ pandas 0.11.0 .. _GH2993: https://github.com/pydata/pandas/issues/2993 .. _GH3115: https://github.com/pydata/pandas/issues/3115 .. _GH3070: https://github.com/pydata/pandas/issues/3070 +.. _GH3130: https://github.com/pydata/pandas/issues/3130 pandas 0.10.1 =============