Skip to content

Commit

Permalink
REL: Release 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GaelVaroquaux committed Apr 1, 2011
1 parent 53da2dc commit f729c85
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 12 additions & 1 deletion CHANGES.rst
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion joblib/__init__.py
Expand Up @@ -96,7 +96,7 @@
"""

__version__ = '0.5.0a'
__version__ = '0.5.0'


from .memory import Memory
Expand Down

0 comments on commit f729c85

Please sign in to comment.