From ab16f69be615900cecd37027eb82a4aedb356392 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Tue, 21 Jun 2011 20:08:28 -0400 Subject: [PATCH] big history update --- HISTORY.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/HISTORY.rst b/HISTORY.rst index d8dccb1..e3a7a8b 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,6 +1,15 @@ History ------- +0.9.9 (?) ++++++++++ + +* Dataset API Changes +* ``stack_rows`` => ``stack``, ``stack_columns`` => ``stack_cols`` +* column operations have their own methods now (``apend_col``, ``insert_col``) +* List-style ``pop()`` +* Redis-style ``rpush``, ``lpush``, ``rpop``, ``lpop``, ``rpush_col``, and ``lpush_col`` + 0.9.8 (2011-05-22) ++++++++++++++++++