pythonflow
pythonflow copied to clipboard
:snake: Dataflow programming for python.
Hi - looks like this project isn't active any longer (even though it accumulated 215 stars in short order ;-) ). Any reason why? The ideas behind it look quite...
This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `pip` dependencies of...
Evaluating operations outside the `with` block in Jupyter Notebook grows the `graph.operations` dict
This seem like a bug, and probably related to fact that I am running this in a `jupyter` notebook. Given this example: ```python import pythonflow as pf with pf.Graph() as...
Snyk has created this PR to fix one or more vulnerable packages in the `pip` dependencies of this project. #### Changes included in this PR - Changes to the following...
I was running into some weird issues with incorrect caching to file a function applied to a string. This is because python(>3.3) salts its hashing function. (for strings at least)...