Pavel Zwerschke
Pavel Zwerschke
It would be nice to test if packages are installable by conda/mamba/micromamba/pixi already in CI. This way we can make sure stuff like #355 doesn't happen again. Packages to test:...
Similar to #281 It would be nice to have an up-to-date JSON schema for the variant files.
We should not exit with 1 in post when we already failed in the main part.
It would be nice if `polars-upgrade` automatically inferred the target version from `pyproject.toml`. Then one wouldn't need to manually bump it in `.pre-commit-config.yaml`. Is this on the roadmap?
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...