Elijah ben Izzy
Elijah ben Izzy
OK, I just realized, this is really *not* the right place to put this. Instead it should live here: https://github.com/stitchfix/hamilton/blob/15271fa33bd47e5eb62209da357cfcb7d2243f8b/hamilton/graph.py#L30. It doesn't have anything to do with a graph adapter......
Implementation here! https://github.com/stitchfix/hamilton/pull/171
This is completed, needs to be released
Yep, we should dig in to why they're that much slower... Can take a look later this weekend possibly.
Let's do a big push here after the next release/set of changes
So its basically a way to do 1 function where it explodes out to multiple use-cases, right? It's an interesting tension between repetitive code (E.G. repeating multiple input/output parameterizations) and...
Awesome, I'm inclined to agree. Might give this a stab in the next week -- if I do, would you mind testing out on a branch/giving feedback? There are a...
OK, had a lot of fun with this. Not complete yet, but on its way: https://github.com/stitchfix/hamilton/pull/163. `polars` looks awesome! hadn't seen it before, but definitely want to check it out...
Hey! Ready for review -- would love your thoughts on the API! https://github.com/stitchfix/hamilton/pull/163
> Hi -- thanks for the update, this is neat! The overall functionality seems to be exactly what we discussed. I have a few thoughts from playing around: > >...