Seth Axen
Seth Axen
> > It's not clear to me how/why AD on manifolds must differ from normal AD. If we're working in a chart, shouldn't there be no difference? And how do...
Yeah KernelAbstractions that was just recommended to me and seems like it might be promising.
I don't think we need to rush to a 1.0. It implies an extreme stability and is quite limiting when it comes to making changes. In particular, I would like...
GitHub Actions runs the test suite pretty fast, so I only saw about a 10 minute speed-up in CI with #150. But because the groups spawn so many jobs, it...
Might also be worth looking at some of the speed-ups used for the ChainRules test suite: - https://github.com/JuliaDiff/ChainRules.jl/pull/499 - https://github.com/JuliaDiff/ChainRules.jl/pull/500
> ...if only I would understand _anything_ from those changes. I have absolutely no clue what both PRs are doing :( You're in good company: https://github.com/JuliaDiff/ChainRules.jl/pull/499#issuecomment-898254561
So I think what those PRs are primarily doing is avoiding compiling code and instead running it dynamically. This makes sense when the majority of time is spent compiling. I...
Why not deploy both release and dev documentation builds? We're doing this in [ArviZ.jl](https://github.com/arviz-devs/ArviZ.jl). But I also am a big fan of continuous delivery, making frequent patch releases so that...
Good point about `logo`. I agree, if we can document it, and the code only takes a few lines, then it doesn't make sense to add a `logo` implementation for...
On my monitor, I am seeing the same issue @roshnaeem is seeing in the ArviZ docs. Curiously, in the [ArviZ.jl Quickstart](https://arviz-devs.github.io/ArviZ.jl/stable/quickstart/#Plotting-with-CmdStan.jl-outputs), this is not an issue. I am on OS...