Releases: westandskif/convtools
Releases · westandskif/convtools
v1.14.3
v1.14.2
improved CSE (common subexpression elimination) for `c.group_by` mode
v1.14.1
added python3.13t (free threading) support
v1.14.0
added `c.unordered_chunk_by`; added short paths for `Sum` and `DictLa…
v1.13.2
sped up code generation for aggregations
v1.13.1
sped up aggregations by CSE (common subexpression elimination)
v1.12.2
fixed `c.this.datetime_parse` with default when uncovered data remains
v1.12.1
sped up c.item(..., default=...) for python 3.10+ by a c-extension