@@ -33,21 +33,22 @@ New in 0.6.0
33
33
New in 0.6.1
34
34
35
35
36
- * Avoid generators, favor map. Assists in debugging.
37
- * Cleaner `curry` implementation
38
- * `EqualityHashKey` added to sandbox
36
+ * Python 3.4 support
39
37
* New `join` operation
40
38
* `join`, `groupby`, ... accept non-callable key functions.
41
- * Fix bug in `get` where `get([1], coll)` used to return element rather than
42
- length-one tuple
43
- * `juxt` returns a tuple, not a generator
44
- * `reduceby` no longer requires `default` keyword argument
45
- * Toolz builds on binstar build
46
- * Fix serialization issues for `juxt`, `complement`
47
39
* Many speed improvements:
48
40
* Cache method lookup
49
41
* Faster `merge_sorted` without key
50
42
* An additional round of tuning on `groupby`
43
+ * Toolz builds on binstar build under mrocklin channel
44
+ * Avoid generators, favor map. Assists in debugging.
45
+ * Cleaner `curry` implementation
46
+ * Fix serialization issues for `juxt`, `complement`
47
+ * `reduceby` no longer requires `default` keyword argument
48
+ * Fix bug in `get` where `get([1], coll)` used to return element rather than
49
+ length-one tuple
50
+ * `EqualityHashKey` added to sandbox
51
+ * `juxt` returns a tuple, not a generator
51
52
52
53
53
54
New Authors:
0 commit comments