Simeon David Schaub

Results 53 issues of Simeon David Schaub

The way this works is that we mark which versions are nightly versions in the versions db during the build process and then special-case those when added as a channel...

I downloaded the tarballs for 1.5.31 and extracted it to `/root/.local/bin`. I then get the following error when I start `julialauncher`: ``` root@localhost:~# julialauncher Error: The Julia launcher failed to...

bug

I often find it useful to use to directly download the CI build outputs when reviewing a PR to base. My usual workflow is to click on `Details` on the...

enhancement
help wanted

First of all, awesome package! I want to use TensorOperations in https://github.com/simeonschaub/CoolTensors.jl, but I think to get it to return the correct output type, I need to implement a specialized...

We will likely have to be more careful than in JuliaDiff/ChainRulesTestUtils.jl#205 and JuliaDiff/ChainRules.jl#499, since there are some hot paths here we probably do want to specialize, but I suspect that...

Minimal example: ```julia julia> using FiniteDifferences julia> using ChainRulesTestUtils: _fdm julia> j′vp(_fdm, x -> sum(x) > 1 ? zeros(10) : zeros(ComplexF64, 10), rand(10), zeros(10)) ERROR: DimensionMismatch("second dimension of A, 20,...

bug

Ref https://github.com/JuliaDiff/ChainRulesCore.jl/pull/495#issuecomment-953320643

As discussed in #40, Wirtinger support is going to be moved out of master for now. I'm going to start working on it in this branch, but might eventually decide...

Complex Differentiation

What is becoming more and more apparent to me in light of #159 and #160 that neither `Base.adjoint`, nor `Base.transpose` are the right abstraction for covector differentials, so I have...