Stefan Krawczyk
Stefan Krawczyk
> On the other hand, I kind of feel like it should still work. At the very least, it does not seem like the right solution nor pythonic to wrap...
@wangkev @elijahbenizzy will get a release candidate out today/tomorrow -- with a likely full release later in the week. If you have cycles would love to you verify the release...
@latlan1 @elijahbenizzy any follow up here? E.g. @latlan1 were you able to achieve what you wanted? If you didn't, would love more details on the use case.
I think caching should be controlled by the driver + adapter -- it's most useful when iterating/building a DAG. Once someone has this running in production, we already don't recompute...
So this doesn't appear to be as simple as I thought it would be. The issue going wide to long, is that you need some _context_ to know how to...
https://github.com/ibis-project
Could also consider [jax](https://jax.readthedocs.io/en/latest/notebooks/quickstart.html#using-jit-to-speed-up-functions) too.
An alternative? https://github.com/spcl/dace Some relevant links - https://github.com/spcl/npbench
Link to circleci command line - https://circleci.com/docs/2.0/local-cli/
but I guess circleci debug loop is slow -- we might need to add caching -- and I'm not sure you can't just stick in a pdb.set_trace() statement either 🤔...