polarify
polarify copied to clipboard
Simplifying conditional Polars Expressions with Python 🐍 🐻❄️
Adding support for match ... case in polatify by converting match ... case into a nested ast.If.
Still wip depends on new pixi release and https://github.com/prefix-dev/setup-pixi/issues/88
It would be nice to have a jupyter notebook that showcases `polarify` in action. I also suggest adding a link to open it with google colab at the top of...
When pickling an object that has some function references inside of it, python saves these function refernces as strings. I'm not sure what will happen when we create a function...
We could transform tests like this to ` if (0 < x) and (x < 10):`
It would be nice if the actual source code could get printed where the error happened.
### Updates | Hook | Version Update | |---|:---:| |https://github.com/quantco/pre-commit-mirrors-ruff|[0.4.3 → 0.6.2](https://github.com/quantco/pre-commit-mirrors-ruff/compare/0.4.3...0.6.2)| |https://github.com/quantco/pre-commit-mirrors-mypy|[1.10.0 → 1.10.1](https://github.com/quantco/pre-commit-mirrors-mypy/compare/1.10.0...1.10.1)|
Bumps the actions group with 2 updates: [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) and [codecov/codecov-action](https://github.com/codecov/codecov-action). Updates `pypa/gh-action-pypi-publish` from 1.10.0 to 1.10.2 Release notes Sourced from pypa/gh-action-pypi-publish's releases. v1.10.2 💅 Cosmetic Output Improvements In #250 and...