Skip to content

Tags: westandskif/convtools

Tags

v1.17.0

Toggle v1.17.0's commit message

Verified

This tag was signed with the committer’s verified signature.
westandskif Nikita Almakov
added new c.ReduceFuncs: FirstN, LastN, DictFirstN, DictLastN; optimi…

…zed in_ and not_in operators when len of sequence is 1

v1.16.0

Toggle v1.16.0's commit message

Verified

This tag was signed with the committer’s verified signature.
westandskif Nikita Almakov
added Table.from_jsonl and Table.into_jsonl; added fill_value to Tabl…

…e.explode; fixed inlining to c.if_multiple

v1.15.0

Toggle v1.15.0's commit message

Verified

This tag was signed with the committer’s verified signature.
westandskif Nikita Almakov
Add spread, zip_longest, statistical reducers (Variance/StdDev/Covari…

…ance/Correlation); fix Decimal support in Percentile/Median, asc/desc mutation, full join edge case

v1.14.8

Toggle v1.14.8's commit message

Verified

This tag was signed with the committer’s verified signature.
westandskif Nikita Almakov
updated tests, Github Actions and pyproject.toml for Python 3.14

v1.14.7

Toggle v1.14.7's commit message

Verified

This tag was signed with the committer’s verified signature.
westandskif Nikita Almakov
fixed `Table.pivot` for cases with prior table mutations

v1.14.6

Toggle v1.14.6's commit message

Verified

This tag was signed with the committer’s verified signature.
westandskif Nikita Almakov
fixed some c.ReduceFuncs so they skip `None` values

v1.14.5

Toggle v1.14.5's commit message

Verified

This tag was signed with the committer’s verified signature.
westandskif Nikita Almakov
fixed memory leaks in c.item & c.attr

v1.14.4

Toggle v1.14.4's commit message

Verified

This tag was signed with the committer’s verified signature.
westandskif Nikita Almakov
fixed c.group_by CSE optimization

v1.14.3

Toggle v1.14.3's commit message

Verified

This tag was signed with the committer’s verified signature.
westandskif Nikita Almakov
improved CSE (common subexpression elimination) dict c.ReduceFuncs

v1.14.2

Toggle v1.14.2's commit message

Verified

This tag was signed with the committer’s verified signature.
westandskif Nikita Almakov
improved CSE (common subexpression elimination) for `c.group_by` mode