Skip to content

Releases: westandskif/convtools

v1.17.0

20 Jan 22:55
v1.17.0
dd689e9

Choose a tag to compare

added new c.ReduceFuncs: FirstN, LastN, DictFirstN, DictLastN; optimi…

v1.16.0

20 Jan 19:56
v1.16.0
bb631de

Choose a tag to compare

added Table.from_jsonl and Table.into_jsonl; added fill_value to Tabl…

v1.15.0

18 Jan 14:43
v1.15.0
a051552

Choose a tag to compare

Add spread, zip_longest, statistical reducers (Variance/StdDev/Covari…

v1.14.8

22 Oct 21:41
v1.14.8
cf4a409

Choose a tag to compare

updated tests, Github Actions and pyproject.toml for Python 3.14

v1.14.7

21 Sep 13:34
v1.14.7
43ba8db

Choose a tag to compare

fixed `Table.pivot` for cases with prior table mutations

v1.14.6

10 Aug 19:58
v1.14.6
5bb3c15

Choose a tag to compare

fixed some c.ReduceFuncs so they skip `None` values

v1.14.5

30 Jul 21:53
v1.14.5
eb3a32b

Choose a tag to compare

fixed memory leaks in c.item & c.attr

v1.14.4

18 Mar 23:08
v1.14.4
1a6ef97

Choose a tag to compare

fixed c.group_by CSE optimization

v1.14.3

16 Sep 20:37
v1.14.3
7be600d

Choose a tag to compare

improved CSE (common subexpression elimination) dict c.ReduceFuncs

v1.14.2

04 Sep 18:58
v1.14.2
a65ec41

Choose a tag to compare

improved CSE (common subexpression elimination) for `c.group_by` mode