-
In the PRs done by @simonschoelly to test on generic graphs, he frequently ran into trouble because collections like `vertices(g)` or `neighbors(g, v)` were not indexable. This explains the appearance…
-
Considering that the application process for GSoC has already begun, I was wondering what are the top priority modules that are supposed to be wrapped during the course of GSoC timeline. Once known, I…
-
## Background
**What is your motivation?**
I'm writing a simulation and the truncated distributions is a great convenience for sampling
parameters.
**What type of application is this?** (E.g. …
-
Follow up from https://github.com/JuliaArrays/FixedSizeArrays.jl/pull/68#issuecomment-2398328623:
> ```julia
> julia> code_llvm((FixedSizeVector{Float64,Memory{Float64}},)) do v
> for …
-
Consider calling `eigen` for a `ComplexF64` matrix which happens to be real-diagonal:
```julia
julia> D = ComplexF64[1 0; 0 2];
julia> eigen(D)
Eigen{ComplexF64, ComplexF64, Matrix{ComplexF64}, Ve…
-
Wu (lab mate) and I tried installing and running Stan in Julia yesterday and had a bitch of a time. It's still not working on my PC. Wu was able to get it to work on his Mac after having to fix severa…
-
**EDIT: pure Enyzme MWE is below**
Here's an MWE for the bug I uncovered in the JuMP docs PR (https://github.com/jump-dev/JuMP.jl/pull/3836). It seems to be due to splatting, which is only necessary …
-
The performance of `reinterpret` is impressive, however there is still one bit of functionality (which is sometimes needed for efficient random-access IO) which is a little slow. Extracting individua…
-
Would like to make this so it can be installed via the Julia package manager.
-
```
mateusz@debian:~/model-zoo/vision/diffusion_mnist$ julia
_
_ _ _(_)_ | Documentation: https://docs.julialang.org
(_) | (_) (_) |
_ _ _| |_ __ _ |…