14
0
forked from pool/python-toolz

Accepting request 233301 from home:TheBlackCat:branches:devel:languages:python

Update to 0.6.0

OBS-URL: https://build.opensuse.org/request/show/233301
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-toolz?expand=0&rev=4
This commit is contained in:
Todd R
2014-05-09 23:41:48 +00:00
committed by Git OBS Bridge
parent a7d1bb2c9a
commit 3b081e3085
4 changed files with 25 additions and 4 deletions

View File

@@ -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