Christophe Grand
51b61f3889
Add the iterator transducing context
2017-10-18 14:39:50 -05:00
Christophe Grand
b96d9d7994
Make kvrf smarter: can infer arity 2 from and 3 from 2
2017-10-18 14:39:15 -05:00
Christophe Grand
809f8f709b
xforms 0.10.0: new io namespace, some as a transducing context (and a rf) too
2017-10-04 15:46:25 +02:00
Christophe Grand
8f04ad0748
Make x/for to unroll some reductions
...
When an expression in collection position in `x/for` is a collection literal with less than 4 items (or tagged with `^:unroll`) then the collection is not allocated and the reduction over it is unrolled.
2017-09-19 17:26:11 +02:00
Christophe Grand
8f9b954a2b
0.9.4: add x/into-by-key, shorthand for (comp (x/by-key ..) (x/into ..))
2017-09-12 16:29:42 +02:00
Christophe Grand
5025e583f2
Fix #14 : no call to downstream complete with padded partition when there's no incomplete partition
2017-04-04 09:36:35 +02:00
Christophe Grand
362febaf5f
for was not emitting kv pairs in cljs because of extra compiler metadata, fix #13
2017-03-28 16:25:35 +02:00
Christophe Grand
5ea2d1b3d3
x/str was documented but not in the repo
2017-02-25 03:44:49 +01:00
Christophe Grand
64eb4c6158
v0.9.0 add take-last and drop-last
2017-02-02 13:16:51 +01:00
Christophe Grand
8a9d383198
v0.8.3: fix #10 (and another bug in padded partition) and update doc
2017-01-26 13:50:10 +01:00
Christophe Grand
d1f721883a
Add x/sd and rf/sd for standard deviation
2017-01-05 15:41:15 +01:00
Christophe Grand
d4f0280bb5
use macros/replace
2017-01-05 15:40:46 +01:00
Christophe Grand
0422678643
fix typo in docstring
2017-01-05 15:38:40 +01:00
Christophe Grand
e1d2d6c848
fix port bug.perf issue in cljs: transient code path was never taken.
2016-12-19 14:18:01 +01:00
Christophe Grand
cffd76298b
near total port (window-time is missing)
2016-12-16 14:52:59 +01:00
Christophe Grand
c084089681
fix weird bug in alias resolution
2016-12-15 17:49:23 +01:00
Christophe Grand
bae1a9d1ad
WIP cljc conversion, basics (like (x/into {} (x/by-key odd? (x/reduce +)) (range 10))) work
2016-12-15 17:39:28 +01:00