Steffen Ridderbusch
Steffen Ridderbusch
I am using Distances.jl for kernel functions, and have started looking into Zygote for some automatic differentiation. However, for a parametrized distance like `WeightedSqEuclidean` this runs into a problem. ```julia...
**Summary** Following up from #354 , this pull request contains the `matrixkernel` convenience function, some additional tests, a small fix, and performance improvements that came up along the way. **Proposed...
While trying to understand how to work with Coverage I was struck by some lines that stubbornly did not get covered. Initially I thought that was due to missing tests,...
After encountering #25 , I was wondering if it might make sense to create a separate package that at its most basic just installs `lcov_cobertura` via `Conda.jl`. A slightly more...
Hi, I am currently trying to sync up recorded data and a video, and I am running into a few issues: Most notably, after loading the video (which I cannot...
Dear Team, I am trying to setup a new server with Julia, and while trying to build JLD2 the build of CodecZlib fails. The error message is the following: ```...
During some work I found that this package appears to not work with unregistered packages as optional requirements I used the following two lines in my `__init__` funtion ``` @require...
I have found this repo recently, and as I am integrating it into my code, I noticed that a lot of type information is lost. I.e. ```julia > eltype(Mean) Any...
I have been trying to write a custom rule in the context of higher order differentiation. However, I simply cannot get it to work. Happy to try to track this...
This might be a controversial point, but I have a few times been surprised by the fact that `Kernel` is an abstract type. I would like to propose/ consider adding...