David Widmann
David Widmann
https://github.com/JuliaGaussianProcesses/KernelFunctions.jl/pull/531 (included in KernelFunctions 0.10.62 and 0.10.63) broke KernelFunctions on Julia 1.3, which broke support and tests in downstream packages such as AbstractGPsMakie. The problem was that in CI the...
https://github.com/JuliaGaussianProcesses/KernelFunctions.jl/pull/528 added a less efficient workaround for a Zygote-specific issue: https://github.com/FluxML/Zygote.jl/issues/1464 The PR can be reverted once the upstream issue is fixed.
I'm not sure if this is a good idea at all and if it works as intended - BUT I've encountered multiple repos in the last few months where people...
I had tried to run Enzyme tests, and it seems currently quite a few tests fail/error.
The AbstractFFTs interface is a bit special: The only way to select a backend such as FFTW or RustFFT is to load the desired backend package (see e.g. https://github.com/JuliaMath/AbstractFFTs.jl/issues/32 and...
I have made very good experiences with quarto, the multi-language successor of Rmarkdown: https://quarto.org I think it could be useful and more future-proof to switch from Weave's jmd to Quarto's...
This PR updates the action by copying the default template from the CompatHelper docs. I kept the `JULIA_DEBUG` enviroment variable.
There's a push in the community towards cleaning up dependencies and moving optional features to extension, now that these are supported in Julia >= 1.9. In particular, test utilities are...
In https://github.com/JuliaStats/PDMats.jl/blob/b85c8ac3b587d2b27d3324fe92922dbe8403c197/src/pdmat.jl#L67 the Cholesky decomposition is recomputed. This could be avoided.
This PR unifies `PDMat` and `PDSparseMat` and makes `PDSparseMat` an (unexported) alias of `PDMat`. This makes it also possible to move support for `SparseArray`s to an extension, without any workarounds...