diff --git a/python-toolz.changes b/python-toolz.changes index edced97..d984a32 100644 --- a/python-toolz.changes +++ b/python-toolz.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Fri May 9 23:36:32 UTC 2014 - toddrme2178@gmail.com + +- Update to 0.6.0 + * memoize is curried by default + * memoize support `key` keyword argument + * Cleaned up issues in curried namespace + * Unary functions memoize with just the single argument, not a tuple + * Flattened directory structure + * Add `pluck` function from underscore.js + * Remove `sandbox.jackknife` +- 0.5.3 Changelog + * get_in function + * add itervalues, iterkeys, iteritems to compatibility + * Add do function, remove side_effects from sandbox + * Add juxt, partner to map + * Performance improvements to merge_with + * Errors from curried functions propagate upwards + * keyfilter, valfilter + * do + ------------------------------------------------------------------- Sat Mar 29 12:59:19 UTC 2014 - toddrme2178@gmail.com diff --git a/python-toolz.spec b/python-toolz.spec index 151d5c4..ff6850f 100644 --- a/python-toolz.spec +++ b/python-toolz.spec @@ -16,7 +16,7 @@ Name: python-toolz -Version: 0.5.3 +Version: 0.6.0 Release: 0 License: BSD-3-Clause Summary: List processing tools and functional utilities for python diff --git a/toolz-0.5.3.tar.gz b/toolz-0.5.3.tar.gz deleted file mode 100644 index 1ec72a7..0000000 --- a/toolz-0.5.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9ffe2cfa5fa6fd7bcb84216e1d3ce2508e6c4a1d4be459bbff3ab84dd44e4ffd -size 14798 diff --git a/toolz-0.6.0.tar.gz b/toolz-0.6.0.tar.gz new file mode 100644 index 0000000..a74735e --- /dev/null +++ b/toolz-0.6.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f6d4b94f3d4775e7612d6515843b8d6a0c7b0a7b4e6444974fd3ca73361adfb +size 15751