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:
parent
a7d1bb2c9a
commit
3b081e3085
@ -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
|
Sat Mar 29 12:59:19 UTC 2014 - toddrme2178@gmail.com
|
||||||
|
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: python-toolz
|
Name: python-toolz
|
||||||
Version: 0.5.3
|
Version: 0.6.0
|
||||||
Release: 0
|
Release: 0
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
Summary: List processing tools and functional utilities for python
|
Summary: List processing tools and functional utilities for python
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:9ffe2cfa5fa6fd7bcb84216e1d3ce2508e6c4a1d4be459bbff3ab84dd44e4ffd
|
|
||||||
size 14798
|
|
3
toolz-0.6.0.tar.gz
Normal file
3
toolz-0.6.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:8f6d4b94f3d4775e7612d6515843b8d6a0c7b0a7b4e6444974fd3ca73361adfb
|
||||||
|
size 15751
|
Loading…
Reference in New Issue
Block a user