Bas Nijholt
Bas Nijholt
---- π Documentation preview π: https://unidep--235.org.readthedocs.build/en/235/
---- π Documentation preview π: https://unidep--233.org.readthedocs.build/en/233/
---- π Documentation preview π: https://unidep--224.org.readthedocs.build/en/224/
---- π Documentation preview π: https://unidep--223.org.readthedocs.build/en/223/
This prevents having to do patterns like: ```python pipeline = Pipeline(funcs) pipeline.add_mapspec_axis("x", axis="i") pipeline.add(func_1) ```
Previously I opened https://github.com/jwodder/versioningit/pull/76 which was closed. I (and my team) keep running into the same issue where we need to copy in a huge `.git` folder just to make...
Hi all! I wanted to let you know that I've created a Python Jupyter widget that uses d3-graphviz for interactive graph visualization. The project is available at https://github.com/pipefunc/graphviz-anywidget. Some interesting...
## Description Please include a summary of the change and which (if so) issue is fixed. Fixes #(ISSUE_NUMBER_HERE) ## Checklist - [ ] Fixed style issues using `pre-commit run --all`...
Hi all! I have been experimenting with Pixi lately and have been amazed about its speed, especially how it is able to generate a lockfile in secondsβinstead of minutes in...