Tamas K. Papp
Tamas K. Papp
Apologies for the delayed reply. I have been thinking about this and related issues (notably tpapp/TransformVariables.jl#13) for a while. I run into these issues all the time myself, but I...
Unfortunately, this would not work for functions with empty lines in them (which are not uncommon).
Ignoring empty lines still does not solve the nested case in the issue. Also, I have to admit that with Revise.jl, this issue is not as pressing as it once...
The current API predates libraries that allow seamless composable choice and customization for threading, eg https://github.com/JuliaFolds/Folds.jl. It should be rewritten. PRs are welcome.
I am not an expert on multithreaded computations, but I am happy to fix this if you have a suggestion. At this point I am not even sure what the...
I currently have no time to work on this, but I am still happy to take PRs.
Tentatively, I am thinking about the following: 1. each stress test is a module, that reports the order it needs (derivatives or not), 2. `stresstest` figures out the values it...
This is not ready for production; sending when the terminal is busy causes artifacts: ```julia julia> @btime f3(2.5) ^A^K^H@btime v1(x = 2.5) 1.775 ns (0 allocations: 0 bytes) 12.182493960703473 julia>...
Sorry for the late reply. I am not entirely sure that this package is the ideal home for an API like that, for the following reasons: 1. it is pretty...
@devmotion: please let me know if this is compatible with what Turing.jl uses, or we should change anything in the semantics (no pressure, just when you have time, I wanted...