- updated pipe inlining weights - added initial set of benchmarks to catch regressions
0.40.1
**Bugfix**
- fixed group by code generation: unnecessary comprehension condition
0.40.0
**Misc**
- simplified inner group by code generation - updated ``c.group_by``, ``(...).pipe`` and comprehensions to delegate method calls to their internals where possible - updated internals of code generation, fixed random seed for reproducible code generation - internally replaced ``FilterConversion`` with ``c.iter`` - added internal ``(...).to_iter()`` method (may become public later, once documented)
0.39.0
**Misc**
- reworked ``c.join`` so it has its custom simpler implementation (on python 3.9 it has become approximately 1.62x, 1.95x, 2.15x times faster for inner, left and outer joins correspondingly)