pkgsrc-WIP-cvs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: wip/py-toolz



Module name:	wip
Committed by:	jihbed
Date:		Sat Feb 14 09:24:01 UTC 2015

Modified Files:
	wip/py-toolz: Makefile distinfo

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


To generate a diff of this commit:
cvs -z3 rdiff -u -r1.1 -r1.2 wip/py-toolz/Makefile wip/py-toolz/distinfo

To view a diff of this commit:
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/py-toolz/Makefile?r1=1.1&r2=1.2
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/py-toolz/distinfo?r1=1.1&r2=1.2

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

------------------------------------------------------------------------------
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/
_______________________________________________
pkgsrc-wip-cvs mailing list
pkgsrc-wip-cvs%lists.sourceforge.net@localhost
https://lists.sourceforge.net/lists/listinfo/pkgsrc-wip-cvs


Home | Main Index | Thread Index | Old Index