Skip to content

Releases: westandskif/convtools

v1.14.3

16 Sep 20:37
v1.14.3
7be600d
Compare
Choose a tag to compare
improved CSE (common subexpression elimination) dict c.ReduceFuncs

v1.14.2

04 Sep 18:58
v1.14.2
a65ec41
Compare
Choose a tag to compare
improved CSE (common subexpression elimination) for `c.group_by` mode

v1.14.1

01 Sep 18:27
v1.14.1
f420202
Compare
Choose a tag to compare
added python3.13t (free threading) support

v1.14.0

01 Sep 14:18
v1.14.0
48b0cf7
Compare
Choose a tag to compare
added `c.unordered_chunk_by`; added short paths for `Sum` and `DictLa…

v1.13.2

29 Aug 18:21
v1.13.2
2e8fbb3
Compare
Choose a tag to compare
sped up code generation for aggregations

v1.13.1

27 Aug 21:17
v1.13.1
7078a7b
Compare
Choose a tag to compare
sped up aggregations by CSE (common subexpression elimination)

v1.12.2

22 Aug 12:19
v1.12.2
710dd25
Compare
Choose a tag to compare
fixed `c.this.datetime_parse` with default when uncovered data remains

v1.12.1

14 Jul 20:45
v1.12.1
672c09a
Compare
Choose a tag to compare
sped up c.item(..., default=...) for python 3.10+ by a c-extension