John Pearson
John Pearson
Btw, this is now fixed on my mac for Julia 4.1 and PyPlot, PyCall, and IJulia on master.
I think some of the GC bug fixes probably took care of it. Works on my Linux machine as well.
This is also used all over the place in `_simplify_call` to break up logic based on the type of function call being simplified. This is probably just a matter of...
Unfortunately, I don't currently have much time to devote to this repo. Part of that is general busy-ness. Part is that I'm up in the air about what the library...
That makes sense. I've contributed small bits to Edward; it's a great package. If I get some time freed up to look more closely at revamping VinDsl, I'll ping you....
The limitation here is that `cdf`, like any function `ForwardDiff` works on, must be able to accept any subtype of `Real` as an argument. Both the `Beta` and `Gamma` examples...