Jerry Ling
Jerry Ling
yeah I'd like to try it, but I would prefer if we can present it as an option. In this case, it would be better if it can be a...
I can't quite figure out how to have a local testable `pyjulia`, clone and `pip install -e .` didn't quite work, or maybe I'm looking at the wrong place to...
I guess for one I can't figure out which handle is used when I do ```python import julia #vs. from julia import Base ``` I can't get any print statement...
I think the main use case is when calling Julia code from Python, releasing the GIL would be useful.
we can't precompile everything, is there a specific reason why this should be precompiled?
For collecting the results and merge with other attributes for example
It's a naive use case like: ```julia sol = solve(...) chi2 = compute_chi2(sol, input) return merge(sol, (; chi2)) ``` Currently, one has to do workaround like: ```julia sol = solve(...)...
- should all of these not error? - should all of these return true?
https://github.com/niklas-heer/speed-comparison/issues/22