David Widmann
David Widmann
This PR adds `MbedTLS.parse_key` and `MbedTLS.parse_public_key` methods which are arguably convenient additions and complement `MbedTLS.parse_key!` and `MbedTLS.parse_public_key!` in the same way as `MbedTLS.parse_keyfile`/`MbedTLS.parse_keyfile!` and `MbedTLS.parse_public_keyfile`/`MbedTLS.parse_public_keyfile!`.
Addresses https://github.com/SciML/MuladdMacro.jl/pull/49/files#r1440590643
Since XGBoost claims to be GPU- (or rather CUDA-) compatible, I think GPU tests should be part of the CI tests. It seems currently GPU support is not tested in...
I noticed that currently the PDF metadata is incorrect if `title:` contains formatted parts such as `[...]{.pkg}` or `[...]{.proglang}`, even if `title-plain` is specified. The problem seems to be that...
The JSS style guide says: ``` In short, there are two options: a) if no distinction between input and output is necessary, the code is placed between `\begin{Code}` and `\end{Code}`....
Fixes #57. Also to me it seemed this functionality is not used anywhere in the package, so it should not break existing code.
I had a short conversation with Fredrik Lindsten about SMC algorithms that might be interesting to implement. Apart from PGAS, his suggestions were: > - Our divide and conquer SMC...
When looking through tdist.jl, I noticed that there is some code left for nowadays unsupported Julia versions. Edit: Somehow read 0.7 instead of 1.7, so clearly one of the branches...
When reviewing https://github.com/JuliaStats/StatsBase.jl/pull/923, [I noticed](https://github.com/JuliaStats/StatsBase.jl/pull/923/files#r1545849745) that StatsBase uses a [custom `_cov` function](https://github.com/JuliaStats/StatsBase.jl/blob/60fb5cd400c31d75efd5cdb7e4edd5088d4b1229/src/pairwise.jl#L318-L319) internally to improve performance of `cov` calls in `pairwise` invocations when both arguments of `cov` are identical. My...
I didn't see any discussion about this so I assume that https://github.com/JuliaGaussianProcesses/ApproximateGPs.jl/pull/99 might have changed it unintentionally and introduced a bug: In contrast to previous behaviour and when e.g. building...