From f729c8536ef456e52cec8b35f59f06ccaf598c8c Mon Sep 17 00:00:00 2001 From: Gael varoquaux Date: Fri, 1 Apr 2011 08:01:03 +0200 Subject: [PATCH] REL: Release 0.5.0 --- CHANGES.rst | 13 ++++++++++++- joblib/__init__.py | 2 +- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 41e75eced..0376a0682 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -4,10 +4,21 @@ Latest changes Release 0.5.0 --------------- -2011-03-26 +2011-04-01 +Gael varoquaux + + BUG: pickling MemoizeFunc does not store timestamp + +2011-03-31 +Nicolas Pinto + + TEST: expose hashing bug with cached method + +2011-03-26...2011-03-27 Pietro Berkes BUG: fix error management in rm_subdirs + BUG: fix for race condition during tests in mem.clear() Gael varoquaux 2011-03-22...2011-03-26 diff --git a/joblib/__init__.py b/joblib/__init__.py index 4224b8f8d..4a1ba5b26 100644 --- a/joblib/__init__.py +++ b/joblib/__init__.py @@ -96,7 +96,7 @@ """ -__version__ = '0.5.0a' +__version__ = '0.5.0' from .memory import Memory