diff --git a/joblib-0.7.0d.tar.gz b/joblib-0.7.0d.tar.gz deleted file mode 100644 index afdff28..0000000 --- a/joblib-0.7.0d.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1eef2ff1a8dff32f4204e9ae2bd6c2348e1e4dfdef12baf26b3f5fa0eb933c27 -size 296118 diff --git a/joblib-0.7.1.tar.gz b/joblib-0.7.1.tar.gz new file mode 100644 index 0000000..a125fe4 --- /dev/null +++ b/joblib-0.7.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e57eead7aff9cdfa0d961b11e73f9934af692ef3c4db861ec8cfce56e26fd3b5 +size 302746 diff --git a/python-joblib.changes b/python-joblib.changes index 53535e1..32de6a9 100644 --- a/python-joblib.changes +++ b/python-joblib.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Sun Dec 8 19:47:59 UTC 2013 - p.drouand@gmail.com + +- Update to version 0.7.1 + + MISC: capture meaningless argument (n_jobs=0) in Parallel + + ENH Handles tuples, sets and Python 3's dict_keys type the same as + lists. in pre_dispatch + + ENH: fix function caching for IPython + ------------------------------------------------------------------- Thu Oct 24 11:07:22 UTC 2013 - speilicke@suse.com diff --git a/python-joblib.spec b/python-joblib.spec index 929dff4..28d4953 100644 --- a/python-joblib.spec +++ b/python-joblib.spec @@ -18,7 +18,7 @@ %define modname joblib Name: python-%{modname} -Version: 0.7.0d +Version: 0.7.1 Release: 0 Summary: Lightweight pipelining: using Python functions as pipeline jobs License: BSD-3-Clause