Path to this page:
NOTICE: This package has been removed from pkgsrc./
wip/py-toolz,
List processing tools and functional utilities
Branch: CURRENT,
Version: 0.8.2,
Package name: py27-toolz-0.8.2,
Maintainer: kamelderouicheList processing tools and functional utilities
Required to run:[
devel/py-setuptools] [
lang/python27]
Required to build:[
pkgtools/cwrappers]
Master sites:
SHA1: cfa6b57c1422b5e62f16937c1127b4598081d95e
RMD160: ac5efeabc29a8a48fb431b7a24b2a728eeb0b62d
Filesize: 44.42 KB
Version history: (Expand)
- (2018-05-25) Package deleted from pkgsrc
- (2018-03-13) Package has been reborn
- (2018-03-08) Package deleted from pkgsrc
- (2018-03-07) Package has been reborn
- (2018-03-07) Package deleted from pkgsrc
- (2017-11-23) Package has been reborn
CVS history: (Expand)
2015-02-14 10:24:01 by Kamel Ibn Aziz Derouiche | Files touched by this commit (2) |
Log message:
New in 0.4.2
Removed intersection
New in 0.5.3
* 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
New Authors:
Graeme Coupar, @obmarg
New in 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`
New in 0.6.1
* Python 3.4 support
* New `join` operation
* `join`, `groupby`, ... accept non-callable key functions.
* Many speed improvements:
* Cache method lookup
* Faster `merge_sorted` without key
* An additional round of tuning on `groupby`
* Toolz builds on binstar build under mrocklin channel
* Avoid generators, favor map. Assists in debugging.
* Cleaner `curry` implementation
* Fix serialization issues for `juxt`, `complement`
* `reduceby` no longer requires `default` keyword argument
* Fix bug in `get` where `get([1], coll)` used to return element rather than
length-one tuple
* `EqualityHashKey` added to sandbox
* `juxt` returns a tuple, not a generator
New Authors:
Leonid Shvechikov, José Ricardo, Lars Buitinck, Tom Prince
|
2014-05-06 01:57:31 by Kamel Derouiche | Files touched by this commit (4) |
Log message:
Import py27-toolz-0.6.0 as wip/py-toolz.
List processing tools and functional utilities
|