Skip to content

Commit

Permalink
REL: 0.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
GaelVaroquaux committed May 7, 2012
1 parent 7aae675 commit c2d2879
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,27 @@
Latest changes
===============

Release 0.6.4
---------------

2012-05-07
Vlad Niculae

ENH: controlled randomness in tests and doctest fix

2012-02-21
GaelVaroquaux

ENH: add verbosity in memory

2012-02-21
GaelVaroquaux

BUG: non-reproducible hashing: order of kwargs

The ordering of a dictionnary is random. As a result the function hashing
was not reproducible. Pretty hard to test

Release 0.6.3
---------------

Expand Down
2 changes: 1 addition & 1 deletion joblib/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
"""

__version__ = '0.6.3'
__version__ = '0.6.4'


from .memory import Memory
Expand Down

0 comments on commit c2d2879

Please sign in to comment.